Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / util / mq.c
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-24 tg(x)util: logging
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2017-02-23 Christian Grothoffcomplain if MQ gets way too long
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-20 Bart PolotRefactor copying of handler arrays
2017-02-18 Christian Grothofflogging fixes, nicer comments
2017-02-16 Christian Grothoffcancel existing last_control_qe handle before schedulin...
2017-01-30 Christian Grothoffallow external code to use DLL pointers of envelopes...
2017-01-22 Christian Grothoffadd sanity check for GNUNET_MQ_notify_sent
2017-01-17 Christian Grothoffreplace redundant MQ_NotifyCallback by SCHEDULER_TaskCa...
2016-10-29 Bart PolotUn-flag in_flight to avoid integer underflow in GNUNET_...
2016-10-26 David BarksdaleRemove ?: operator to avoid confusion
2016-10-23 Christian Grothoffmove to new client API: remove old client API
2016-10-21 Christian Grothoffactivating client_new implementation, seems to mostly...
2016-10-16 Florian Doldoops ... inverted logic
2016-10-16 Florian Doldturn if into assert
2016-10-16 Florian Doldfix comment
2016-10-16 Florian Doldimplement impl_in_flight API for MQ, replacing evacuation
2016-10-16 Florian Doldfix comment about mq allocation
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-10-10 Christian Grothoffmigrating testbed to new service API
2016-09-22 Christian Grothoff-fix queue length counting bug
2016-09-20 Christian Grothoffconvert statistics service to new service MQ API
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-19 Gabor X TothGNUNET_MQ_get_last_envelope: return tail or current
2016-08-17 Gabor X TothGNUNET_MQ_get_last_envelope()
2016-08-01 Christian Grothoff-adapting xdht and wdht to new core MQ API
2016-07-30 Christian Grothoffenable setting per-envelope or per-queue transmission...
2016-07-25 Christian Grothoffswitching transport tests to new MQ-based transport API
2016-07-08 Christian Grothoff-fix 0-termination
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoff-lower log level
2016-07-08 Christian Grothoffadd GNUNET_MQ_set_handlers_closure API
2016-06-29 Christian Grothoff-disconnects DO happen
2016-06-28 Marcello Staniscitypo
2016-06-27 Christian Grothoff-doxygen, error messages
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-20 Christian Grothoff-fix off-by-1
2016-06-19 Christian Grothoffproper shutdown
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-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-17 Christian Grothoffexit loop once first handler is found
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Christian Grothoff-doxygen and minor style fixes
2014-12-11 Christian Grothoff-indentation, doxygen, style
2014-11-27 Christian Grothoff-return const, do not mangle const input
2014-06-26 Florian Doldset parent queue to NULL before discarding envelopes...
2014-06-04 Florian Doldfix bug in mq destroy
2014-06-04 Christian Grothoff-better logging, doxygen, indentation
2014-05-17 Florian Doldadd missing cancel implementation for MQ
2013-12-09 Florian Dold- fix use after free in set union (#3178)
2013-11-16 Christian Grothoff-avoid possible problem due to clean up during deeper...
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-11-05 Florian Dold- implemented missing set functionality
2013-10-06 Florian DoldMQ for CORE
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-12 Florian Dold- fixed memory leak
2013-07-24 Florian Dold- logging
2013-07-13 Florian Dold- queue destruction
2013-07-10 Florian Dold- set service working
2013-06-25 Florian Dolddoxygen
2013-06-21 Christian Grothoff-do check return value from remove
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