-more datacache integration work
[oweals/gnunet.git] / src / transport /
2015-04-29 Christian Grothoff-lower to debug level (#3783)
2015-04-09 Matthias Wachsfix: compiler warning for uninitialized value
2015-03-24 Christian Grothoff-updated french translations
2015-03-17 Christian Grothoff-undo
2015-03-17 Christian Grothoff-undo
2015-03-17 Christian Grothoffconsistently call deq before qc
2015-03-17 Christian Grothoff-more logging
2015-03-15 Christian Grothoffcheck for existence of 'getopt' command line tool
2015-03-14 Christian Grothoff-include conf files in dist
2015-03-13 Christian Grothoff-doxygen fix
2015-03-09 Christian Grothoff-doxygen and stylistic fixes
2015-03-08 Christian Grothofffinishing implementation of #3652
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-03-07 Christian Grothoffact on received SessionQuotaMessages
2015-03-07 Christian Grothoffthis can be very harmless, reduce logging
2015-03-07 Christian Grothofftrying to fix #3694: reduce duplicate ACKing
2015-03-07 Christian Grothofffix #3704
2015-03-07 Christian Grothoff-fix misc disting issues
2015-03-07 Christian Grothofffix #3701
2015-03-07 Christian Grothofftrying to fix #3702 by removing session from session...
2015-03-03 Christian Grothoffpossible fix for #3690
2015-03-02 Christian Grothofffix #3649/#3591
2015-03-02 Christian Grothofffinally fix #3698
2015-03-02 Christian Grothoffmake output of gnunet-transport -P more readable (...
2015-03-02 Christian Grothoffdefine quota message to transmit quota requests, toward...
2015-03-01 Christian Grothoffmajor code cleanup in UDP plugin, seems to also fix...
2015-03-01 Christian Grothoff-simplifying event loop for UDP, separting v4/v6 for...
2015-03-01 Christian Grothoff-simplify logic
2015-02-28 Christian Grothoff-extend block API to allow specifying flags, use this...
2015-02-28 Christian Grothoffcall GNUNET_SERVER_receive_done() also on internal...
2015-02-28 Christian Grothoff-count total TCP handshakes
2015-02-28 Christian Grothoff-no longer needed
2015-02-28 Christian Grothoff-shorten stats labels
2015-02-28 Christian Grothoff-check on cur_connections
2015-02-28 Christian Grothoff-fix indentation, logging, i18n, doxygen
2015-02-28 Christian Grothoffadding additional checks for invariants to help find...
2015-02-23 David BarksdaleDon't timeout XHR clients so quickly.
2015-02-22 Christian Grothoffsimplify logic, do not report monitoring events for...
2015-02-21 Christian Grothoff-indenting...
2015-02-21 Christian Grothofffix use-after-free on exit
2015-02-21 Christian Grothoff-fix scope assignment
2015-02-20 Christian Grothofftrying to fix #3687/3683/3684 by avoiding server's...
2015-02-18 Christian Grothofffix blacklist checking logic, integrating tracking...
2015-02-18 Christian Grothofffixing #3683: proper counting of TCP connections
2015-02-13 Christian Grothoff-fixing misc minor bugs and style issues (unchecked...
2015-02-12 Christian Grothoff-fix leak on transmission error in combination with...
2015-02-12 Christian Grothofflog TCP server suspends
2015-02-12 Christian Grothoff-nicer logging
2015-02-12 Christian Grothoff-fix shutdown issue
2015-02-12 Christian Grothoffgenerate our own HELLO before starting validations
2015-02-12 Christian Grothoff-fix typo
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoffreset blocking time for addresses upon successful conne...
2015-02-12 Christian Grothoffkeep track of number of temporarily blocked addresses
2015-02-11 Christian Grothoff-style
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-check RV
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-10 Christian Grothoff-fix #3665: hello can theoretically still be NULL
2015-02-10 Christian Grothofffix #3664: during PS_RECONNECT_ATS, primary address...
2015-02-10 Christian Grothoff-do not reschedule validation if in_use did not change
2015-02-10 Christian Grothoff-just eliminate useless check, can just be false
2015-02-10 Christian Grothoff-fix
2015-02-09 Christian Grothoff-improve UDP logging
2015-02-09 Christian Grothoff-eliminate dead argument, do use quota immediately
2015-02-09 Christian Grothoff-reorder tests to have slow ones go last
2015-02-09 Christian Grothoff-report if testcase failure is because switching is...
2015-02-09 Christian Grothoff-do not continue in case of transmission error
2015-02-09 Christian Grothoff-minor indentation/logging fixes
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-09 Christian Grothoff-tolerateNAT instant reporting
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-06 Christian Grothoff-sane timeout
2015-02-05 Christian GrothoffVarious changes:
2015-02-04 Matthias Wachsimproved test description
2015-02-04 Christian Grothoffcleaning up test a bit
2015-02-04 Christian Grothoffalso allow local addresses for P2
2015-02-04 Christian Grothoffremember which port we picked at random on port-autoconfig
2015-02-03 Christian Grothoffadd internal API to enable telling ATS about 'failed...
2015-02-03 Christian Grothoff-docu
2015-02-03 Christian Grothoffget rid of unused state and dead code: GST_neighbour_ge...
2015-02-03 Christian Grothoffnever destroy sessions on free_neighbour(), they should...
2015-02-03 Christian Grothoff-assert to check API use
2015-02-03 Christian Grothoff-fix NPE
2015-02-03 Christian Grothoff-dead code elimination
2015-02-03 Christian Grothoffseparate ATS interface scanning logic from ATS scheduli...
2015-02-03 Christian Grothoffseparate ATS connectivity suggestions from ATS scheduli...
2015-02-03 Christian Grothoff-document struct
2015-02-03 Christian Grothoffdocument API, do not pass unused 'session' argument
2015-02-03 Christian Grothoffwhen ATS suggests an address that neighbours does not...
2015-02-03 Christian Grothoffadding statistics on why transport may drop ATS suggestions
2015-02-02 Christian Grothoff-fix fix
2015-02-02 Christian Grothoffdramatically simplify quota notification: avoid registr...
2015-02-02 Christian Grothoffreduce callback insanity for callbacks that are always...
2015-02-02 Christian Grothoffget_address_latency is actually dead
2015-02-02 Christian Grothoffget_address_latency also does not use session
2015-02-02 Christian GrothoffGST_validation_set_address_use does not need the session
next