aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
Commit message (Collapse)AuthorAge
* DCEChristian Grothoff2017-03-16
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* check multihashmap32_put return value in mq.cChristian Grothoff2017-03-13
|
* util: loggingtg(x)2017-02-24
|
* Merge branch 'master' of gnunet.org:gnunettg(x)2017-02-24
|\
| * complain if MQ gets way too longChristian Grothoff2017-02-23
| |
* | util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
|/ | | | type/size/source for gnunet-logread
* converting 'vpn' to new CADET API, not tested/testable, as exit is not ↵Christian Grothoff2017-02-22
| | | | converted yet
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not ↵Christian Grothoff2017-02-22
| | | | converted yet
* Refactor copying of handler arraysBart Polot2017-02-20
|
* logging fixes, nicer commentsChristian Grothoff2017-02-18
|
* cancel existing last_control_qe handle before scheduling a new one, alwaysChristian Grothoff2017-02-16
|
* allow external code to use DLL pointers of envelopes, under very particular ↵Christian Grothoff2017-01-30
| | | | circumstances
* add sanity check for GNUNET_MQ_notify_sentChristian Grothoff2017-01-22
|
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* Un-flag in_flight to avoid integer underflow in GNUNET_MQ_get_lengthBart Polot2016-10-29
|
* Remove ?: operator to avoid confusionDavid Barksdale2016-10-26
| | | | | | It has lower prescedence than - so the - was being evaluated first. Instead of adding more parens I'm just removing it to make it more readable.
* move to new client API: remove old client APIChristian Grothoff2016-10-23
|
* activating client_new implementation, seems to mostly work fine, or better ↵Christian Grothoff2016-10-21
| | | | than the old one
* 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
| | | | | | Useful to avoid copying of buffers when canceling a partially sent message.
* 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 ↵Christian Grothoff2016-09-19
| | | | service API
* 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
|