Age | Commit message (Expand) | Author |
2017-12-30 | Revert "tried to print out stacktrace, not working. removed." | lurchi |
2017-12-14 | Merge branch 'fix_social' of gnunet.org:gnunet into fix_social | lurchi |
2017-11-25 | tried to print out stacktrace, not working. removed. | t3sserakt |
2017-11-25 | added logging | t3sserakt |
2017-11-24 | revert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbba | lurchi |
2017-11-08 | changed log levels | t3sserakt |
2017-10-29 | better logging of message processing errors in mq handling | Christian Grothoff |
2017-10-28 | misc social hacking with Lurchi | Christian Grothoff |
2017-10-14 | added mq logging | t3sserakt |
2017-03-16 | DCE | Christian Grothoff |
2017-03-16 | removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi... | Christian Grothoff |
2017-03-13 | check multihashmap32_put return value in mq.c | Christian Grothoff |
2017-02-24 | util: logging | tg(x) |
2017-02-24 | Merge branch 'master' of gnunet.org:gnunet | tg(x) |
2017-02-24 | util: add component name to LOG macros; util/client: log incoming message typ... | tg(x) |
2017-02-23 | complain if MQ gets way too long | Christian Grothoff |
2017-02-22 | converting 'vpn' to new CADET API, not tested/testable, as exit is not conver... | Christian Grothoff |
2017-02-22 | converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not co... | Christian Grothoff |
2017-02-20 | Refactor copying of handler arrays | Bart Polot |
2017-02-18 | logging fixes, nicer comments | Christian Grothoff |
2017-02-16 | cancel existing last_control_qe handle before scheduling a new one, always | Christian Grothoff |
2017-01-30 | allow external code to use DLL pointers of envelopes, under very particular c... | Christian Grothoff |
2017-01-22 | add sanity check for GNUNET_MQ_notify_sent | Christian Grothoff |
2017-01-17 | replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallback | Christian Grothoff |
2016-10-29 | Un-flag in_flight to avoid integer underflow in GNUNET_MQ_get_length | Bart Polot |
2016-10-26 | Remove ?: operator to avoid confusion | David Barksdale |
2016-10-23 | move to new client API: remove old client API | Christian Grothoff |
2016-10-21 | activating client_new implementation, seems to mostly work fine, or better th... | Christian Grothoff |
2016-10-16 | oops ... inverted logic | Florian Dold |
2016-10-16 | turn if into assert | Florian Dold |
2016-10-16 | fix comment | Florian Dold |
2016-10-16 | implement impl_in_flight API for MQ, replacing evacuation | Florian Dold |
2016-10-16 | fix comment about mq allocation | Florian Dold |
2016-10-16 | Rename MQ_evict to MQ_evacuate and make API nicer | Florian Dold |
2016-10-16 | Add evict functionalty to mq cancellation. | Florian Dold |
2016-10-10 | migrating testbed to new service API | Christian Grothoff |
2016-09-22 | -fix queue length counting bug | Christian Grothoff |
2016-09-20 | convert statistics service to new service MQ API | Christian Grothoff |
2016-09-19 | converting nse to new service API | Christian Grothoff |
2016-09-19 | towards adding mq destruction notification | Christian Grothoff |
2016-09-19 | misc minor fixes for new service MQ API, implementing resolver using new serv... | Christian Grothoff |
2016-08-19 | GNUNET_MQ_get_last_envelope: return tail or current | Gabor X Toth |
2016-08-17 | GNUNET_MQ_get_last_envelope() | Gabor X Toth |
2016-08-01 | -adapting xdht and wdht to new core MQ API | Christian Grothoff |
2016-07-30 | enable setting per-envelope or per-queue transmission options with MQ API | Christian Grothoff |
2016-07-25 | switching transport tests to new MQ-based transport API | Christian Grothoff |
2016-07-08 | -fix 0-termination | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-07-08 | -lower log level | Christian Grothoff |
2016-07-08 | add GNUNET_MQ_set_handlers_closure API | Christian Grothoff |