aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.c
Commit message (Expand)AuthorAge
* -always assume at least MIN bandwidth, even if we got no quota or a quota low...Christian Grothoff2015-03-08
* simplify logic, do not report monitoring events for sessions in destroy, inde...Christian Grothoff2015-02-22
* fix blacklist checking logic, integrating tracking of sessions with blacklist...Christian Grothoff2015-02-18
* -fixing misc minor bugs and style issues (unchecked return values, memory lea...Christian Grothoff2015-02-13
* -nicer loggingChristian 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
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian 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
* -do not reschedule validation if in_use did not changeChristian Grothoff2015-02-10
* -just eliminate useless check, can just be falseChristian Grothoff2015-02-10
* -do only send HELLO to clients once on startup, do only send fully initialize...Christian Grothoff2015-02-09
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Various changes:Christian Grothoff2015-02-05
* add internal API to enable telling ATS about 'failed' suggestionsChristian Grothoff2015-02-03
* get_address_latency is actually deadChristian Grothoff2015-02-02
* get_address_latency also does not use sessionChristian Grothoff2015-02-02
* GST_validation_set_address_use does not need the sessionChristian Grothoff2015-02-02
* check that we support the specified plugin early, not lateChristian Grothoff2015-02-02
* remove blacklisted addresses immediately from validation mapChristian Grothoff2015-02-02
* add statistic on size of validation_mapChristian Grothoff2015-02-02
* -removing dead code, chvc_ was not used at allChristian Grothoff2015-02-02
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ...Christian Grothoff2015-02-02
* avoid duplication from storing PID in both address and in validation entryChristian Grothoff2015-02-02
* -doxyen, comments, indentationChristian Grothoff2015-02-02
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* only add addresses as valid from peerinfo if we have the respective plugin lo...Christian Grothoff2015-01-25
* -towards improved ATS API, adding return value with address record when addin...Christian Grothoff2015-01-19
* -remarking on things to fixChristian Grothoff2015-01-18
* -docu, style fixesChristian Grothoff2015-01-05
* -stylistic fixes, also, only block re-validation for 2s IF we actually did se...Christian Grothoff2015-01-05
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* profilerMatthias Wachs2014-08-29
* -doxygenChristian Grothoff2014-08-26
* log message for delayed validationMatthias Wachs2014-06-26
* fix uninitialized valueMatthias Wachs2014-06-26
* make delay computation readableMatthias Wachs2014-06-26
* this break was never seen ... so not required anymoreMatthias Wachs2014-06-26
* -doxygen, indentationChristian Grothoff2014-06-22
* -simplify logic a bit, doxygen, indentationChristian Grothoff2014-06-22
* fix for bug #0003416: do not stop parsing uri when plugin is not foundMatthias Wachs2014-06-03
* these messages should not be logged as errorsMatthias Wachs2014-05-27
* blacklist checks have to be cancelled when session is terminated, especially ...Matthias Wachs2014-03-27
* more fixed documentationMatthias Wachs2014-01-16
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
* improved log messagesMatthias Wachs2014-01-14
* increase log level for useful messagesMatthias Wachs2014-01-14
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13