aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
Commit message (Expand)AuthorAge
...
* activating client_new implementation, seems to mostly work fine, or better th...Christian Grothoff2016-10-21
* oops ... inverted logicFlorian Dold2016-10-16
* turn if into assertFlorian Dold2016-10-16
* fix commentFlorian Dold2016-10-16
* implement impl_in_flight API for MQ, replacing evacuationFlorian Dold2016-10-16
* fix comment about mq allocationFlorian Dold2016-10-16
* Rename MQ_evict to MQ_evacuate and make API nicerFlorian Dold2016-10-16
* Add evict functionalty to mq cancellation.Florian Dold2016-10-16
* migrating testbed to new service APIChristian Grothoff2016-10-10
* -fix queue length counting bugChristian Grothoff2016-09-22
* convert statistics service to new service MQ APIChristian Grothoff2016-09-20
* converting nse to new service APIChristian Grothoff2016-09-19
* towards adding mq destruction notificationChristian Grothoff2016-09-19
* misc minor fixes for new service MQ API, implementing resolver using new serv...Christian Grothoff2016-09-19
* GNUNET_MQ_get_last_envelope: return tail or currentGabor X Toth2016-08-19
* GNUNET_MQ_get_last_envelope()Gabor X Toth2016-08-17
* -adapting xdht and wdht to new core MQ APIChristian Grothoff2016-08-01
* enable setting per-envelope or per-queue transmission options with MQ APIChristian Grothoff2016-07-30
* switching transport tests to new MQ-based transport APIChristian Grothoff2016-07-25
* -fix 0-terminationChristian Grothoff2016-07-08
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -lower log levelChristian Grothoff2016-07-08
* add GNUNET_MQ_set_handlers_closure APIChristian Grothoff2016-07-08
* -disconnects DO happenChristian Grothoff2016-06-29
* typoMarcello Stanisci2016-06-28
* -doxygen, error messagesChristian Grothoff2016-06-27
* add function to obtain mq lengthChristian Grothoff2016-06-27
* add GNUNET_MQ_send_copyChristian Grothoff2016-06-25
* update peerinfo API to use MQChristian Grothoff2016-06-24
* -fix off-by-1Christian Grothoff2016-06-20
* proper shutdownChristian Grothoff2016-06-19
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* 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