-simplify logic
[oweals/gnunet.git] / src / transport /
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
2015-02-02 Christian Grothoffcheck that we support the specified plugin early, not...
2015-02-02 Christian Grothoffremove blacklisted addresses immediately from validatio...
2015-02-02 Christian Grothoffadd statistic on size of validation_map
2015-02-02 Christian Grothoff-removing dead code, chvc_ was not used at all
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2015-02-02 Christian Grothoff-cleanup
2015-02-02 Christian Grothoffavoid duplication from storing PID in both address...
2015-02-02 Christian Grothoff-doxyen, comments, indentation
2015-02-01 Christian Grothofffix #3630
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-26 Christian Grothoff-fix logging, set quota to higher for testcase, also...
2015-01-26 Christian Grothoff-fix logging, set quota to higher for testcase
2015-01-26 Christian Grothoff-fc not done here, do not null
2015-01-26 Christian Grothoff-do not send any messages until we have our own MAC...
2015-01-25 Christian Grothoff-udp broadcasts should not be flagged as inbound
2015-01-25 Christian Grothoff-fix warnings created by ARM opening too many sockets...
2015-01-25 Christian Grothoff-correct a few overly optimistic assumptions about...
2015-01-25 Christian Grothoff-stupid check, remove
2015-01-25 Christian Grothofffix shutdown order to destroy sessions first, fix logic...
2015-01-25 Christian Grothofffixing wrong assertions
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-pass closure, indentation fixes
2015-01-25 Christian Grothoff-use static where applicable
2015-01-25 Christian Grothoffalways create session before giving performance metrics
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-undo bad commit
2015-01-25 Christian Grothoff-indentation plugin_transport_udp.c
next