aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -doxygen, comments, indentationChristian Grothoff2015-03-01
|
* -reimport from 0.8Christian Grothoff2015-03-01
|
* Fix curl SNI handling with LEHO.Christian Grothoff2015-03-01
| | | | | (by Martin Schanzenbach)
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I ↵Christian Grothoff2015-03-01
| | | | think I fixed a leak
* -simplifying event loop for UDP, separting v4/v6 for better performance (in ↵Christian Grothoff2015-03-01
| | | | theory at least)
* -simplify logicChristian Grothoff2015-03-01
|
* count number of pending replies and refuse to process queries if queue gets ↵Christian Grothoff2015-03-01
| | | | too big
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -improved FD issue debug supportChristian Grothoff2015-02-28
|
* -fix ftbfs with debug optionChristian Grothoff2015-02-28
|
* -indentation, commentsChristian Grothoff2015-02-28
|
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
|
* notify monitor about existing connectionsChristian Grothoff2015-02-28
|
* -count total TCP handshakesChristian Grothoff2015-02-28
|
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* -no longer neededChristian Grothoff2015-02-28
|
* -updating report.shChristian Grothoff2015-02-28
|
* -deadChristian Grothoff2015-02-28
|
* -deadChristian Grothoff2015-02-28
|
* -shorten stats labelsChristian Grothoff2015-02-28
|
* -check on cur_connectionsChristian Grothoff2015-02-28
|
* ignore EAGAIN from accept()Christian Grothoff2015-02-28
|
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
|
* -doxygen, i18n and indentationChristian Grothoff2015-02-28
|
* 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)
* initialize 'client', so that disconnect can remove entry from DLL, may fix #3689Christian Grothoff2015-02-28
|
* fix #3688Christian Grothoff2015-02-28
|
* disable solver during aging, ensure there is only one aging taskChristian Grothoff2015-02-28
|
* adding additional checks for invariants to help find #3690Christian Grothoff2015-02-28
|
* - sending act malicious messageJulius Bünger2015-02-23
|
* - sending act malicious messageJulius Bünger2015-02-23
|
* Don't timeout XHR clients so quickly.David Barksdale2015-02-23
|
* simplify logic, do not report monitoring events for sessions in destroy, ↵Christian Grothoff2015-02-22
| | | | indentation, doxygen -- may help/fix #3591
* -stylistic fixesChristian Grothoff2015-02-22
|
* baseline for test with malicious peersJulius Bünger2015-02-22
|
* fix TCP plugin RC issue (#3687) by changing util API (!)Christian Grothoff2015-02-21
|
* -indenting...Christian Grothoff2015-02-21
|
* -signal connection failure to receive even if receive is triggered after ↵Christian Grothoff2015-02-21
| | | | failure is observed
* fix use-after-free on exitChristian Grothoff2015-02-21
|
* be more careful with errno, so we can be sure it is not overwritten by ↵Christian Grothoff2015-02-21
| | | | 'free()' and the like
* -fix scope assignmentChristian Grothoff2015-02-21
|
* trying to fix #3687/3683/3684 by avoiding server's client reference counting ↵Christian Grothoff2015-02-20
| | | | (GNUNET_SERVER_client_keep) which should not be needed in the first place
* implement linear back off for restart attemptsMatthias Wachs2015-02-20
|
* RIP fulcrum: machine does not exist anymoreMatthias Wachs2015-02-20
|
* fix crash: check if problem is already created before updatingMatthias Wachs2015-02-19
|
* fix blacklist checking logic, integrating tracking of sessions with ↵Christian Grothoff2015-02-18
| | | | blacklist module and fixing dangling session issue which caused misc. problems when blacklists were in use
* fixing #3683: proper counting of TCP connectionsChristian Grothoff2015-02-18
|
* -doxygenChristian Grothoff2015-02-18
|
* -tolerate NULLChristian Grothoff2015-02-18
|
* - fixed conflicting int typeJulius Bünger2015-02-17
|