aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -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
|
* -fixing misc minor bugs and style issues (unchecked return values, memory ↵Christian Grothoff2015-02-13
| | | | leaks, dead code
* -fix leak on transmission error in combination with disconnectChristian Grothoff2015-02-12
|
* log TCP server suspendsChristian Grothoff2015-02-12
|
* -nicer loggingChristian Grothoff2015-02-12
|
* -fix shutdown issueChristian Grothoff2015-02-12
|
* generate our own HELLO before starting validationsChristian Grothoff2015-02-12
|
* -fix typoChristian Grothoff2015-02-12
|
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
|
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
|
* reset blocking time for addresses upon successful connectionChristian Grothoff2015-02-12
|
* keep track of number of temporarily blocked addressesChristian Grothoff2015-02-12
|
* -styleChristian Grothoff2015-02-11
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -check RVChristian Grothoff2015-02-10
|
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
|
* -fix #3665: hello can theoretically still be NULLChristian Grothoff2015-02-10
|
* fix #3664: during PS_RECONNECT_ATS, primary address may be NULL, causing an ↵Christian Grothoff2015-02-10
| | | | NPE if we continue here
* -do not reschedule validation if in_use did not changeChristian Grothoff2015-02-10
|
* -just eliminate useless check, can just be falseChristian Grothoff2015-02-10
|
* -fixChristian Grothoff2015-02-10
|
* -improve UDP loggingChristian Grothoff2015-02-09
|
* -eliminate dead argument, do use quota immediatelyChristian Grothoff2015-02-09
|
* -reorder tests to have slow ones go lastChristian Grothoff2015-02-09
|
* -report if testcase failure is because switching is not enforced, then do ↵Christian Grothoff2015-02-09
| | | | not fail hard
* -do not continue in case of transmission errorChristian Grothoff2015-02-09
|
* -minor indentation/logging fixesChristian Grothoff2015-02-09
|
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -tolerateNAT instant reportingChristian Grothoff2015-02-09
|
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -sane timeoutChristian Grothoff2015-02-06
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* improved test descriptionMatthias Wachs2015-02-04
|
* cleaning up test a bitChristian Grothoff2015-02-04
|
* also allow local addresses for P2Christian Grothoff2015-02-04
|
* remember which port we picked at random on port-autoconfigChristian Grothoff2015-02-04
|
* add internal API to enable telling ATS about 'failed' suggestionsChristian Grothoff2015-02-03
|