aboutsummaryrefslogtreecommitdiff
path: root/src/ats
Commit message (Collapse)AuthorAge
* patches from Hellekin to fix #3577Christian Grothoff2015-01-26
|
* -fix indentChristian Grothoff2015-01-26
|
* -constants firstChristian Grothoff2015-01-26
|
* -address dying doesn't depend on bandwidth suggestion of ATS, just on ↵Christian Grothoff2015-01-25
| | | | in_destroy flag
* handle mq being NULLChristian Grothoff2015-01-25
|
* -fixing testcasesChristian Grothoff2015-01-25
|
* -fix testcase assertionsChristian Grothoff2015-01-25
|
* -eh, static sh pleseChristian Grothoff2015-01-25
|
* -removing useless/dead/redundant tests, adjusting other tests to fit current APIChristian Grothoff2015-01-25
|
* -use static where allowedChristian Grothoff2015-01-22
|
* use const in api, avoid castChristian Grothoff2015-01-22
|
* 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
|
* finish ATS reconnect logic to retransmit state on reconnectChristian Grothoff2015-01-22
|
* -improving docsChristian Grothoff2015-01-22
|
* -documentingChristian 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
|
* splitting add/update logic in preparation for changing msg formatsChristian Grothoff2015-01-22
|
* towards a cleaner ATS scheduling APIChristian Grothoff2015-01-22
|
* -towards improved ATS API, adding return value with address record when ↵Christian Grothoff2015-01-19
| | | | adding address, adding new subsystem with peer-to-address map to transport; causes various new assertions to fail, but no major regression -- not finished
* remove ATS information from callback from ATS address selection, as the ↵Christian Grothoff2015-01-18
| | | | argument was never used in the first place
* always use a slot, even if the session is NULL, simplify logic and document ↵Christian Grothoff2015-01-18
| | | | what still needs to be fixed
* -test cleanupChristian Grothoff2015-01-18
|
* -doxygen, link against libgnunethelloChristian Grothoff2015-01-18
|
* -test cleanupChristian Grothoff2015-01-18
|
* -indentation, doxygenChristian Grothoff2015-01-18
|
* -indentation, doxygenChristian Grothoff2015-01-18
|
* use modern MQ API, use multipeermap instead of DLLChristian Grothoff2015-01-17
|
* -dceChristian Grothoff2015-01-17
|
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* eliminating callback argument and its implementation which are never called ↵Christian Grothoff2015-01-17
| | | | in the first place by ATS
* use ATS functions to convert quality network type to string, instead of ↵Christian Grothoff2015-01-17
| | | | using string API
* test for solvers to support delayed startMatthias Wachs2015-01-16
|
* additional testMatthias Wachs2015-01-16
|
* new testcase to test delayed ATS service startupMatthias Wachs2015-01-16
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Rename DEFAULT_QUALITY to MLP_DEFAULT_QUALITY to avoid conflicting with W32 GDILRN2014-12-23
|
* -check RVChristian Grothoff2014-12-20
|
* -fix unused initialization of localsChristian Grothoff2014-12-20
|
* -use const in peerstore callbackChristian Grothoff2014-12-18
|
* -simplify configs, do use defaults where they work / are identicalChristian Grothoff2014-12-15
|
* -fix test: only run test logic, not full peerChristian Grothoff2014-12-15
|
* -bump yearChristian Grothoff2014-12-15
|
* removing dead code, improving comments, simplifying iteration logic, making ↵Christian Grothoff2014-12-15
| | | | iteration over all addresses also faster
* -doxygen, indentationChristian Grothoff2014-12-15
|
* -fix crash in testcaseChristian Grothoff2014-12-15
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly