aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
Commit message (Collapse)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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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 ↵Florian Dold2014-06-26
| | | | message queue
* 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 ↵Christian Grothoff2013-11-16
| | | | continuation asynchronous
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ↵Christian Grothoff2013-11-16
| | | | calling the continuation _last_
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* 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
| | | | | - set profiler
* doxygenFlorian Dold2013-06-25
|
* -do check return value from removeChristian Grothoff2013-06-21
|
* - opaque mq structsFlorian Dold2013-06-19
| | | | | | | | - mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* - moved MQ to utilFlorian Dold2013-05-22
- MQ support for stream - set api - starting to use set for consensus