aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
AgeCommit message (Expand)Author
2017-12-30Revert "tried to print out stacktrace, not working. removed."lurchi
2017-12-14Merge branch 'fix_social' of gnunet.org:gnunet into fix_sociallurchi
2017-11-25tried to print out stacktrace, not working. removed.t3sserakt
2017-11-25added loggingt3sserakt
2017-11-24revert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbbalurchi
2017-11-08changed log levelst3sserakt
2017-10-29better logging of message processing errors in mq handlingChristian Grothoff
2017-10-28misc social hacking with LurchiChristian Grothoff
2017-10-14added mq loggingt3sserakt
2017-03-16DCEChristian Grothoff
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff
2017-03-13check multihashmap32_put return value in mq.cChristian Grothoff
2017-02-24util: loggingtg(x)
2017-02-24Merge branch 'master' of gnunet.org:gnunettg(x)
2017-02-24util: add component name to LOG macros; util/client: log incoming message typ...tg(x)
2017-02-23complain if MQ gets way too longChristian Grothoff
2017-02-22converting 'vpn' to new CADET API, not tested/testable, as exit is not conver...Christian Grothoff
2017-02-22converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not co...Christian Grothoff
2017-02-20Refactor copying of handler arraysBart Polot
2017-02-18logging fixes, nicer commentsChristian Grothoff
2017-02-16cancel existing last_control_qe handle before scheduling a new one, alwaysChristian Grothoff
2017-01-30allow external code to use DLL pointers of envelopes, under very particular c...Christian Grothoff
2017-01-22add sanity check for GNUNET_MQ_notify_sentChristian Grothoff
2017-01-17replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff
2016-10-29Un-flag in_flight to avoid integer underflow in GNUNET_MQ_get_lengthBart Polot
2016-10-26Remove ?: operator to avoid confusionDavid Barksdale
2016-10-23move to new client API: remove old client APIChristian Grothoff
2016-10-21activating client_new implementation, seems to mostly work fine, or better th...Christian Grothoff
2016-10-16oops ... inverted logicFlorian Dold
2016-10-16turn if into assertFlorian Dold
2016-10-16fix commentFlorian Dold
2016-10-16implement impl_in_flight API for MQ, replacing evacuationFlorian Dold
2016-10-16fix comment about mq allocationFlorian Dold
2016-10-16Rename MQ_evict to MQ_evacuate and make API nicerFlorian Dold
2016-10-16Add evict functionalty to mq cancellation.Florian Dold
2016-10-10migrating testbed to new service APIChristian Grothoff
2016-09-22-fix queue length counting bugChristian Grothoff
2016-09-20convert statistics service to new service MQ APIChristian Grothoff
2016-09-19converting nse to new service APIChristian Grothoff
2016-09-19towards adding mq destruction notificationChristian Grothoff
2016-09-19misc minor fixes for new service MQ API, implementing resolver using new serv...Christian Grothoff
2016-08-19GNUNET_MQ_get_last_envelope: return tail or currentGabor X Toth
2016-08-17GNUNET_MQ_get_last_envelope()Gabor X Toth
2016-08-01-adapting xdht and wdht to new core MQ APIChristian Grothoff
2016-07-30enable setting per-envelope or per-queue transmission options with MQ APIChristian Grothoff
2016-07-25switching transport tests to new MQ-based transport APIChristian Grothoff
2016-07-08-fix 0-terminationChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-08-lower log levelChristian Grothoff
2016-07-08add GNUNET_MQ_set_handlers_closure APIChristian Grothoff