aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.c
Commit message (Collapse)AuthorAge
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -DOC: Established neovim workflow for checking and stripping comments, first ↵Willow Liquorice2022-08-30
| | | | pass over the ATS subsystem.
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename fest: use new libgnunetnt instead of old libgnunetats logic for ↵Christian Grothoff2018-11-23
| | | | network type classification
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* migrating more services to new service APIChristian Grothoff2016-09-21
|
* -doxygenMartin Schanzenbach2016-07-17
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* do proper check for stability, in particular UINT32_MAX-0 is not a delta of 1...Christian Grothoff2015-02-09
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -use only one nc per clientChristian Grothoff2015-02-06
|
* -misc cleanupsChristian Grothoff2015-02-05
|
* big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff2015-02-05
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
|
* -constants firstChristian Grothoff2015-01-26
|
* use statics instead of singleton struct, simplify internal APIsChristian Grothoff2015-01-22
|
* -indentation, do not pass stats arg as const just to then cast the const awayChristian Grothoff2015-01-22
|
* also simplify message format for AddressSuggestionMessageChristian Grothoff2015-01-22
|
* simplifying IPC for address destructionChristian Grothoff2015-01-22
|
* simplifying IPC for address in use and address updateChristian Grothoff2015-01-22
|
* split structs for address adding and updatingChristian Grothoff2015-01-22
|
* always use a slot, even if the session is NULL, simplify logic and document ↵Christian Grothoff2015-01-18
| | | | what still needs to be fixed
* -indentation, doxygenChristian Grothoff2015-01-18
|
* -doxygen, indentation, nicer statsChristian Grothoff2014-06-16
|
* documentation for ATSMatthias Wachs2014-01-16
|
* implementing 0003268Matthias Wachs2014-01-13
|
* -fixing misc format stringsChristian Grothoff2013-12-24
|
* value__ is uint32_t, use %lu to printLRN2013-12-24
|
* Sanity checkLRN2013-10-08
|
* - doxygenMatthias Wachs2012-12-13
|
* changesMatthias Wachs2012-12-12
|
* changesMatthias Wachs2012-12-11
|
* changesMatthias Wachs2012-12-04
|
* - adding GNUNET_ATS_address_add functionality .. no changes to scheduling ↵Matthias Wachs2012-06-14
| | | | API yet
* - suggest backoff resetMatthias Wachs2012-05-22
|
* - fixesMatthias Wachs2012-05-09
|
* - memleakMatthias Wachs2012-05-09
|
* - fix for 601 assertionMatthias Wachs2012-05-08
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|