aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
Commit message (Expand)AuthorAge
* exit loop once first handler is foundChristian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -doxygen and minor style fixesChristian Grothoff2014-12-20
* -indentation, doxygen, styleChristian Grothoff2014-12-11
* -return const, do not mangle const inputChristian Grothoff2014-11-27
* set parent queue to NULL before discarding envelopes when destroying a messag...Florian Dold2014-06-26
* fix bug in mq destroyFlorian Dold2014-06-04
* -better logging, doxygen, indentationChristian Grothoff2014-06-04
* add missing cancel implementation for MQFlorian Dold2014-05-17
* - fix use after free in set union (#3178)Florian Dold2013-12-09
* -avoid possible problem due to clean up during deeper recursion by making con...Christian Grothoff2013-11-16
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ...Christian Grothoff2013-11-16
* - implemented missing set functionalityFlorian Dold2013-11-05
* MQ for COREFlorian Dold2013-10-06
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
* - fixed memory leakFlorian Dold2013-08-12
* - loggingFlorian Dold2013-07-24
* - queue destructionFlorian Dold2013-07-13
* - set service workingFlorian Dold2013-07-10
* doxygenFlorian Dold2013-06-25
* -do check return value from removeChristian Grothoff2013-06-21
* - opaque mq structsFlorian Dold2013-06-19
* - conclude for SETFlorian Dold2013-06-03
* - moved MQ to utilFlorian Dold2013-05-22