aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -also use NONE instead of INBOUND for WLANChristian Grothoff2015-05-21
|
* -this does not help #3719, likely diagnosis was wrong as well, undoChristian Grothoff2015-05-21
|
* set inbound flag which should fix #3719 (assuming diagnostic is correct) at ↵Christian Grothoff2015-05-20
| | | | the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
* -indentation, doxygenChristian Grothoff2015-05-20
|
* -avoid theoretical use after freeChristian Grothoff2015-05-18
|
* -simplify socket NULL checkChristian Grothoff2015-05-01
|
* -lower to debug level (#3783)Christian Grothoff2015-04-29
|
* fix: compiler warning for uninitialized value Matthias Wachs2015-04-09
|
* -updated french translationsChristian Grothoff2015-03-24
|
* -undoChristian Grothoff2015-03-17
|
* -undoChristian Grothoff2015-03-17
|
* consistently call deq before qcChristian Grothoff2015-03-17
|
* -more loggingChristian Grothoff2015-03-17
|
* check for existence of 'getopt' command line toolChristian Grothoff2015-03-15
|
* -include conf files in distChristian Grothoff2015-03-14
|
* -doxygen fixChristian Grothoff2015-03-13
|
* -doxygen and stylistic fixesChristian Grothoff2015-03-09
|
* finishing implementation of #3652Christian Grothoff2015-03-08
|
* -always assume at least MIN bandwidth, even if we got no quota or a quota ↵Christian Grothoff2015-03-08
| | | | lower than min
* act on received SessionQuotaMessagesChristian Grothoff2015-03-07
|
* this can be very harmless, reduce loggingChristian Grothoff2015-03-07
|
* trying to fix #3694: reduce duplicate ACKingChristian Grothoff2015-03-07
|
* fix #3704Christian Grothoff2015-03-07
|
* -fix misc disting issuesChristian Grothoff2015-03-07
|
* fix #3701Christian Grothoff2015-03-07
|
* trying to fix #3702 by removing session from session map earlier -- and ↵Christian Grothoff2015-03-07
| | | | adding additional check for messages being enqueued for destroyed sessions
* possible fix for #3690Christian Grothoff2015-03-03
|
* fix #3649/#3591Christian Grothoff2015-03-02
|
* finally fix #3698Christian Grothoff2015-03-02
|
* make output of gnunet-transport -P more readable (#3662), and in particular ↵Christian Grothoff2015-03-02
| | | | support -n and defer printing until address resolution is complete
* define quota message to transmit quota requests, towards addressing #3652Christian Grothoff2015-03-02
|
* 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
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
|
* -count total TCP handshakesChristian Grothoff2015-02-28
|
* -no longer neededChristian Grothoff2015-02-28
|
* -shorten stats labelsChristian Grothoff2015-02-28
|
* -check on cur_connectionsChristian Grothoff2015-02-28
|
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
|
* adding additional checks for invariants to help find #3690Christian Grothoff2015-02-28
|
* 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
* -indenting...Christian Grothoff2015-02-21
|
* fix use-after-free on exitChristian Grothoff2015-02-21
|
* -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
* 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
|