Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-03-03 | fix logging | Christian Grothoff | |
2018-01-04 | fix timeout of test_service, misc signed/unsigned and unused argument issues | Christian Grothoff | |
2017-11-25 | added logging | t3sserakt | |
2017-11-25 | Merge branch 'fix_social' of gnunet.org:gnunet into fix_social | t3sserakt | |
2017-11-24 | WARNING -> DEBUG | lurchi | |
2017-11-08 | changed log levels | t3sserakt | |
2017-11-02 | Merge branch 'fix_social' of gnunet.org:gnunet into fix_social | t3sserakt | |
2017-10-29 | allow MST callback to distinguish between disconnect and parse error ↵ | Christian Grothoff | |
situations, and only log for the hard errors | |||
2017-10-29 | added logging | t3sserakt | |
2017-10-23 | added logging | t3sserakt | |
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff | |
2017-03-13 | fix debug levels | Christian Grothoff | |
2017-02-24 | util: add component name to LOG macros; util/client: log incoming message ↵ | tg(x) | |
type/size/source for gnunet-logread | |||
2017-02-21 | fix sun_len issue (#4816) by adding test and fixing typo | Christian Grothoff | |
2017-02-18 | logging fixes, nicer comments | Christian Grothoff | |
2017-02-17 | fix loopback disconnect signalling and a few memory leaks | Christian Grothoff | |
2017-01-13 | degrade warning to DEBUG statement, include logging of retry delay | Christian Grothoff | |
2017-01-10 | rename connecT -> connect now that the old API is dead | Christian Grothoff | |
2017-01-09 | rename new client API implementation to name of standard implementation | Christian Grothoff | |
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 ↵ | Christian Grothoff | |
than the old one | |||
2016-09-11 | kill dead code | Christian Grothoff | |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-06-19 | proper shutdown | Christian Grothoff | |
2016-06-19 | redefine GNUNET_MQ_queue_for_connection_client to capture client handle | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context() | |||
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-07-31 | Build socks.c and call it from client.c | Jeff Burdges | |
It still won't work yet, now debugging. | |||
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-05-29 | fixing #3799: only unindex if DB operations succeeded previously in the ↵ | Christian Grothoff | |
first place, and when unindexing do proper shutdown handling | |||
2015-02-28 | Fix use after free: | Christian Grothoff | |
==14602== Invalid write of size 4 ==14602== at 0x5A82CA7: receive_helper (client.c:542) ==14602== by 0x5A8E146: signal_receive_timeout (connection.c:508) ==14602== by 0x5A91236: receive_ready (connection.c:1091) ==14602== by 0x5AC1091: run_ready (scheduler.c:587) ==14602== by 0x5AC1915: GNUNET_SCHEDULER_run (scheduler.c:816) ==14602== by 0x5AD00F5: GNUNET_SERVICE_run (service.c:1503) ==14602== by 0x406218: main (gnunet-service-transport.c:925) ==14602== Address 0xa4d42f8 is 104 bytes inside a block of size 120 free'd ==14602== at 0x4C29E90: free (vg_replace_malloc.c:473) ==14602== by 0x5A872C3: GNUNET_xfree_ (common_allocation.c:239) ==14602== by 0x5A829C5: GNUNET_CLIENT_disconnect (client.c:475) ==14602== by 0x5ABD9E5: handle_response (resolver_api.c:388) ==14602== by 0x5A82CA2: receive_helper (client.c:538) ==14602== by 0x5A8E146: signal_receive_timeout (connection.c:508) ==14602== by 0x5A91236: receive_ready (connection.c:1091) ==14602== by 0x5AC1091: run_ready (scheduler.c:587) ==14602== by 0x5AC1915: GNUNET_SCHEDULER_run (scheduler.c:816) ==14602== by 0x5AD00F5: GNUNET_SERVICE_run (service.c:1503) ==14602== by 0x406218: main (gnunet-service-transport.c:925) | |||
2015-02-21 | -signal connection failure to receive even if receive is triggered after ↵ | Christian Grothoff | |
failure is observed | |||
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-02-02 | -improve logging to help diagnose #3593 | Christian Grothoff | |
2015-01-16 | fix #3611 | Christian Grothoff | |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵ | Christian Grothoff | |
even fully address #3247 | |||
2014-12-19 | -trying to fix transport service assertion in time.c:393: overflow on multiply | Christian Grothoff | |
2014-11-23 | -fix misc monitoring issues | Christian Grothoff | |
2014-09-21 | fix #3544 | Christian Grothoff | |
2014-02-09 | Create UNIX domain sockets as abstract sockets when running in LINUX and the | Sree Harsha Totakura | |
option USE_ABSTRACT_SOCKETS is present in configuration. | |||
2013-12-20 | -indentation, cleanup | Christian Grothoff | |
2013-12-20 | -typo | Christian Grothoff | |
2013-12-20 | -set receiver handler to NULL on timeout | Christian Grothoff | |
2013-12-10 | fix error message when testing service and directory exists | Matthias Wachs | |
2013-11-16 | -add assertions to ensure there is no stale reconnect task | Christian Grothoff | |
2013-11-13 | -align message buffer | Christian Grothoff | |