added per message GNUNET_MQ_PriorityPreferences
[oweals/gnunet.git] / src / include / gnunet_mq_lib.h
2019-06-25 t3sseraktadded per message GNUNET_MQ_PriorityPreferences
2019-05-05 Christian Grothoffuse new PriorityPreferences consistently, note on depre...
2019-05-05 Christian Grothoffadd out-of-order pref
2019-05-04 Christian Grothoffsimplify MQ logic to always carry the same kinds of...
2019-01-25 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2019-01-25 Christian Grothoffadd prototypes for handlers for incoming messages
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-12-06 Christian Grothoffskeleton for 'simple' ATS2 plugin
2018-11-29 Christian Grothofffix macro test
2018-11-29 Christian Grothoffadd macro to check 0-terminated string messages, and...
2018-11-22 Christian Grothoffmove network type logic out of ATS code, move performan...
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)
2018-06-05 Christian Grothoffchanges for AGPL handling
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-19 Christian Grothofffix off-by-one error in cadet connection construction...
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 GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Christian Grothoffdesigning SQ-lib API
2017-02-22 Christian Grothoffconverting 'vpn' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffconverting 'pt' to new CADET API, not tested/testable...
2017-02-21 Christian Grothoffchange Makefile.am back so it builds at least; fix...
2017-02-20 Bart PolotRefactor copying of handler arrays
2017-01-30 Christian Grothoffallow external code to use DLL pointers of envelopes...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-17 Christian Grothoffreplace redundant MQ_NotifyCallback by SCHEDULER_TaskCa...
2017-01-16 Markus Teichmake gcc -pedantic happy
2016-10-26 David BarksdaleMove type check after initialization to make compiler...
2016-10-22 David Barksdalecadet_api.c uses GNUNET_MQ_impl_current
2016-10-16 Florian Doldfix comment
2016-10-16 Florian Doldimplement impl_in_flight API for MQ, replacing evacuation
2016-10-16 Florian DoldRename MQ_evict to MQ_evacuate and make API nicer
2016-10-16 Florian DoldAdd evict functionalty to mq cancellation.
2016-09-23 Gabor X TothMQ doc
2016-09-19 Christian Grothoffconverting nse to new service API
2016-09-19 Christian Grothofftowards adding mq destruction notification
2016-09-19 Christian Grothoffmisc minor fixes for new service MQ API, implementing...
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-17 Gabor X TothGNUNET_MQ_get_last_envelope()
2016-08-07 Christian Grothoff-fix build
2016-07-30 Christian Grothoffenable setting per-envelope or per-queue transmission...
2016-07-08 Christian Grothoffadd GNUNET_MQ_set_handlers_closure API
2016-06-29 Christian Grothoff-def before use
2016-06-28 Marcello Staniscitypo
2016-06-27 Christian Grothoffadd function to obtain mq length
2016-06-25 Christian Grothoffadd GNUNET_MQ_send_copy
2016-06-24 Christian Grothoffupdate peerinfo API to use MQ
2016-06-19 Christian Grothoff-incorrect comment
2016-06-18 Christian Grothoff-indentation and comments
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
2016-01-19 Christian Grothoff-fix (C) notices
2016-01-15 Gabor X Tothdoxygen: add documentation links
2016-01-12 Gabor X Tothdoxygen: group/module definitions (part 2)
2016-01-11 Gabor X Tothdoxygen: group/module definitions (part 1)
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-20 Christian Grothoff-use separate message types for TRY_CONNECT and TRY_DIS...
2014-12-06 Christian Grothoffmassive rework of scalarproduct service, splitting...
2014-11-27 Christian Grothoff-return const, do not mangle const input
2014-01-13 Sree Harsha Totakura- remove spurious parameter tuple
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-10-06 Florian Dold- comment clarification
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-03 Christian Grothoff-finishing first round of conversation phone API implem...
2013-08-21 Christian Grothoff-misc doxygen fixes
2013-07-10 Florian Dold- set service working
2013-06-25 Florian Dolddoxygen
2013-06-19 Christian Grothoff-spacing
2013-06-19 Florian Dold- opaque mq structs
2013-06-03 Florian Dold- conclude for SET
2013-05-22 Florian Dold- moved MQ to util