aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
Commit message (Expand)AuthorAge
* patches from Hellekin to fix #3577Christian Grothoff2015-01-26
* -address dying doesn't depend on bandwidth suggestion of ATS, just on in_dest...Christian Grothoff2015-01-25
* handle mq being NULLChristian Grothoff2015-01-25
* 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 addin...Christian Grothoff2015-01-19
* remove ATS information from callback from ATS address selection, as the argum...Christian Grothoff2015-01-18
* always use a slot, even if the session is NULL, simplify logic and document w...Christian Grothoff2015-01-18
* use modern MQ API, use multipeermap instead of DLLChristian Grothoff2015-01-17
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* eliminating callback argument and its implementation which are never called i...Christian Grothoff2015-01-17
* use ATS functions to convert quality network type to string, instead of using...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* fixed check for destruction of inbound addressesMatthias Wachs2014-03-20
* implementing 0003268Matthias Wachs2014-01-13
* extending ATS api suggest callback with peer idMatthias Wachs2014-01-09
* malloc -> newLRN2013-12-19
* debug on freebsdMatthias Wachs2013-09-30
* new function to check if session is known to atsMatthias Wachs2013-07-11
* move error reporting to client, since now it's the plugins fault if sessions ...Matthias Wachs2013-07-10
* fix for 10472 Structurally dead codeMatthias Wachs2013-06-25
* implemented ats property normalization with callback to addressMatthias Wachs2013-06-24
* fix if cb == NULLMatthias Wachs2013-03-26
* remove break until fixeremove break until fixeddMatthias Wachs2013-03-19
* adding suggest handle to allow transport to check if we have pending address ...Matthias Wachs2013-01-14
* adding functionMatthias Wachs2012-12-12
* msgsMatthias Wachs2012-12-12
* fixMatthias Wachs2012-12-06
* -simplifyChristian Grothoff2012-10-24
* -patch for ATS to fix compiler warning/error from Markus TeichChristian Grothoff2012-10-14
* changesMatthias Wachs2012-08-28
* transport fixMatthias Wachs2012-07-26
* - coverityMatthias Wachs2012-07-25
* -LRN: Check session target:Christian Grothoff2012-06-23
* - coverityMatthias Wachs2012-06-20
* - fix memory leaks Matthias Wachs2012-06-19
* - unused varMatthias Wachs2012-06-19
* - fixMatthias Wachs2012-06-18
* - fixMatthias Wachs2012-06-18
* - changed behavior when receiving CONNECT messages ... inbound session and NA...Matthias Wachs2012-06-15
* - adding GNUNET_ATS_address_add functionality .. no changes to scheduling API...Matthias Wachs2012-06-14
* fixing deletion of unknown addressesMatthias Wachs2012-06-14
* -fix #2378Christian Grothoff2012-05-27