summaryrefslogtreecommitdiff
path: root/src/util/client.c
Commit message (Collapse)AuthorAge
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* fix debug levelsChristian Grothoff2017-03-13
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* logging fixes, nicer commentsChristian Grothoff2017-02-18
|
* fix loopback disconnect signalling and a few memory leaksChristian Grothoff2017-02-17
|
* degrade warning to DEBUG statement, include logging of retry delayChristian Grothoff2017-01-13
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* rename new client API implementation to name of standard implementationChristian Grothoff2017-01-09
|
* 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
* kill dead codeChristian Grothoff2016-09-11
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* proper shutdownChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Build socks.c and call it from client.cJeff Burdges2015-07-31
| | | | | | It still won't work yet, now debugging.
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing #3799: only unindex if DB operations succeeded previously in the ↵Christian Grothoff2015-05-29
| | | | first place, and when unindexing do proper shutdown handling
* Fix use after free:Christian Grothoff2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | ==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)
* -signal connection failure to receive even if receive is triggered after ↵Christian Grothoff2015-02-21
| | | | failure is observed
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -improve logging to help diagnose #3593Christian Grothoff2015-02-02
|
* fix #3611Christian Grothoff2015-01-16
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -trying to fix transport service assertion in time.c:393: overflow on multiplyChristian Grothoff2014-12-19
|
* -fix misc monitoring issuesChristian Grothoff2014-11-23
|
* fix #3544Christian Grothoff2014-09-21
|
* Create UNIX domain sockets as abstract sockets when running in LINUX and theSree Harsha Totakura2014-02-09
| | | | | option USE_ABSTRACT_SOCKETS is present in configuration.
* -indentation, cleanupChristian Grothoff2013-12-20
|
* -typoChristian Grothoff2013-12-20
|
* -set receiver handler to NULL on timeoutChristian Grothoff2013-12-20
|
* fix error message when testing service and directory existsMatthias Wachs2013-12-10
|
* -add assertions to ensure there is no stale reconnect taskChristian Grothoff2013-11-16
|
* -align message bufferChristian Grothoff2013-11-13
|
* logread: ipc message monitoringGabor X Toth2013-11-09
|
* -need to do mkdir before testing UNIXPATH, not sure how this worked beforeChristian Grothoff2013-10-14
|
* -fix leakChristian Grothoff2013-10-10
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -use get_value_filename with UNIXPATH to get himBHexpansionChristian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -handle NULL in unixpathChristian Grothoff2013-09-20
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* - docBart Polot2013-06-26
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* -cleaning up client api to test for service availabilityChristian Grothoff2013-06-05
|