src: for every AGPL3.0 file, add SPDX identifier.
[oweals/gnunet.git] / src / ats / ats_api_scheduling.c
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-23 Christian Grothoffrename fest: use new libgnunetnt instead of old libgnun...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc fixes
2016-06-19 Christian Grothoffavoid deprecated API, use new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-16 Christian Grothoff-normal during shutdown, reduce log level
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-18 Christian Grothoffadd 'strength' argument to address suggestion request...
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-18 Christian Grothoff-doxygen
2015-10-14 Christian Grothofftrying to fix #4003
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-18 Christian Grothoff-mystery solved, remove diagnostic
2015-05-18 Christian Grothoffalso compare peer identity
2015-05-18 Christian Grothoff-log more diagnostics
2015-02-13 Christian Grothoff-fixing misc minor bugs and style issues (unchecked...
2015-02-12 Christian Grothoff-fix memory leak of address on shutdown
2015-02-11 Christian Grothoff-check for in_destroy when looking up session IDs
2015-02-11 Christian Grothoffeliminate dead call from API
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fix typo
2015-02-10 Christian Grothoff-fix
2015-02-09 Christian Grothoff-use backoff for reconnects
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-02-03 Christian Grothoff-forgot to add file
2015-02-03 Christian Grothoffseparate ATS interface scanning logic from ATS scheduli...
2015-02-03 Christian Grothoffseparate ATS connectivity suggestions from ATS scheduli...
2015-02-03 Christian Grothoff-fix FIXME
2015-02-03 Christian Grothoffdo signal disconnect to transport service, even if...
2015-01-26 Christian Grothoffpatches from Hellekin to fix #3577
2015-01-25 Christian Grothoff-address dying doesn't depend on bandwidth suggestion...
2015-01-25 Christian Grothoffhandle mq being NULL
2015-01-22 Christian Grothofffinish ATS reconnect logic to retransmit state on reconnect
2015-01-22 Christian Grothoff-improving docs
2015-01-22 Christian Grothoff-documenting
2015-01-22 Christian Grothoffalso simplify message format for AddressSuggestionMessage
2015-01-22 Christian Grothoffsimplifying IPC for address destruction
2015-01-22 Christian Grothoffsimplifying IPC for address in use and address update
2015-01-22 Christian Grothoffsplit structs for address adding and updating
2015-01-22 Christian Grothoffsplitting add/update logic in preparation for changing...
2015-01-22 Christian Grothofftowards a cleaner ATS scheduling API
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoffremove ATS information from callback from ATS address...
2015-01-18 Christian Grothoffalways use a slot, even if the session is NULL, simplif...
2015-01-17 Christian Grothoffuse modern MQ API, use multipeermap instead of DLL
2015-01-17 Christian Grothoffsimplify ATS API and plugin API by returning the networ...
2015-01-17 Christian Grothoffeliminating callback argument and its implementation...
2015-01-17 Christian Grothoffuse ATS functions to convert quality network type to...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-03-20 Matthias Wachsfixed check for destruction of inbound addresses
2014-01-13 Matthias Wachsimplementing 0003268
2014-01-09 Matthias Wachsextending ATS api suggest callback with peer id
2013-12-19 LRNmalloc -> new
2013-09-30 Matthias Wachsdebug on freebsd
2013-07-11 Matthias Wachsnew function to check if session is known to ats
2013-07-10 Matthias Wachsmove error reporting to client, since now it's the...
2013-06-25 Matthias Wachsfix for 10472 Structurally dead code
2013-06-24 Matthias Wachsimplemented ats property normalization with callback...
2013-03-26 Matthias Wachsfix if cb == NULL
2013-03-19 Matthias Wachsremove break until fixeremove break until fixedd
2013-01-14 Matthias Wachsadding suggest handle to allow transport to check if...
2012-12-12 Matthias Wachsadding function
2012-12-12 Matthias Wachsmsgs
2012-12-06 Matthias Wachsfix
2012-10-24 Christian Grothoff-simplify
2012-10-14 Christian Grothoff-patch for ATS to fix compiler warning/error from Marku...
2012-08-28 Matthias Wachschanges
2012-07-26 Matthias Wachstransport fix
2012-07-25 Matthias Wachs- coverity
2012-06-23 Christian Grothoff-LRN: Check session target:
2012-06-20 Matthias Wachs- coverity
2012-06-19 Matthias Wachs- fix memory leaks
2012-06-19 Matthias Wachs- unused var
2012-06-18 Matthias Wachs- fix
2012-06-18 Matthias Wachs- fix
2012-06-15 Matthias Wachs- changed behavior when receiving CONNECT messages...
2012-06-14 Matthias Wachs- adding GNUNET_ATS_address_add functionality .. no...
2012-06-14 Matthias Wachsfixing deletion of unknown addresses
2012-05-27 Christian Grothoff-fix #2378
2012-05-22 Matthias Wachs- suggest backoff reset
2012-05-06 Christian Grothoff-eliminating legacy defines
2012-04-25 Matthias Wachs- compile error
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
next