aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
Commit message (Expand)AuthorAge
* - fixed socket clean up; added sync between start of service and communicatort3sserakt2020-09-08
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* bad sizeofChristian Grothoff2020-04-03
* indentingChristian Grothoff2020-02-04
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
* add out-of-order prefChristian Grothoff2019-05-05
* simplify MQ logic to always carry the same kinds of flags, and extend transpo...Christian Grothoff2019-05-04
* create more specific FC warningChristian Grothoff2019-02-26
* additional santity check for MQ usersChristian Grothoff2019-02-19
* add prototypes for handlers for incoming messagesChristian Grothoff2019-01-25
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* move network type logic out of ATS code, move performance preferences into MQChristian Grothoff2018-11-22
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* changes for AGPL handlingChristian Grothoff2018-06-06
* fix off-by-one error in cadet connection construction, also enforce better ti...Christian Grothoff2018-05-20
* eliminate DHT PUT OK message by using MQ feature of calling continuation when...Christian Grothoff2018-04-30
* enable more parallelism with DHT queue, but limit to 1000 entries, then kill ...Christian Grothoff2018-04-30
* fix loggingChristian Grothoff2018-03-03
* log unsent queued messages only on DEBUGFlorian Dold2018-01-30
* Revert "tried to print out stacktrace, not working. removed."lurchi2017-12-30
* Merge branch 'fix_social' of gnunet.org:gnunet into fix_sociallurchi2017-12-14
|\
| * tried to print out stacktrace, not working. removed.t3sserakt2017-11-25
| * added loggingt3sserakt2017-11-25
| * changed log levelst3sserakt2017-11-08
* | revert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbbalurchi2017-11-24
|/
* better logging of message processing errors in mq handlingChristian Grothoff2017-10-29
* misc social hacking with LurchiChristian Grothoff2017-10-28
* added mq loggingt3sserakt2017-10-14
* DCEChristian Grothoff2017-03-16
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff2017-03-16
* 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 typ...tg(x)2017-02-24
|/
* converting 'vpn' to new CADET API, not tested/testable, as exit is not conver...Christian Grothoff2017-02-22
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not co...Christian Grothoff2017-02-22
* 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 c...Christian Grothoff2017-01-30
* 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
* move to new client API: remove old client APIChristian Grothoff2016-10-23