aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* -dead code eliminationChristian Grothoff2015-02-03
* separate ATS interface scanning logic from ATS scheduling logicChristian Grothoff2015-02-03
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
* -document structChristian Grothoff2015-02-03
* document API, do not pass unused 'session' argumentChristian Grothoff2015-02-03
* -fix FIXMEChristian Grothoff2015-02-03
* when ATS suggests an address that neighbours does not have a peer for, do not...Christian Grothoff2015-02-03
* do signal disconnect to transport service, even if specific address is in_des...Christian Grothoff2015-02-03
* adding statistics on why transport may drop ATS suggestionsChristian Grothoff2015-02-03
* -fix fixChristian Grothoff2015-02-02
* dramatically simplify quota notification: avoid registration, simply always n...Christian Grothoff2015-02-02
* reduce callback insanity for callbacks that are always bound to only one valueChristian Grothoff2015-02-02
* 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
* -cleanupChristian Grothoff2015-02-02
* avoid duplication from storing PID in both address and in validation entryChristian Grothoff2015-02-02
* -doxyen, comments, indentationChristian Grothoff2015-02-02
* -improve logging to help diagnose #3593Christian Grothoff2015-02-02
* -reduce log level, this is expected on shutdownChristian Grothoff2015-02-02
* Use configured proportionality factorDavid Barksdale2015-02-01
* Use configured stability factor, not constantDavid Barksdale2015-02-01
* fix #3630Christian Grothoff2015-02-01
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* -fix use after freeChristian Grothoff2015-01-30
* -fix leakChristian Grothoff2015-01-30
* - fixed error in peer selection, never grow smaller than 3Julius Bünger2015-01-30
* - trying to fix issue of not sending push/pulls to peersJulius Bünger2015-01-28
* - fixed double free problemJulius Bünger2015-01-28
* add GNUNET_STRINGS_data_to_string_alloc from TALERChristian Grothoff2015-01-28
* - fixes for NPEBart Polot2015-01-28
* - memleaksBart Polot2015-01-28
* - avoid NPEBart Polot2015-01-28
* - avoid chain-calling the destroy handler to destroy the channel currently be...Bart Polot2015-01-28
* - don't free static memoryBart Polot2015-01-28
* adding GNUNET_CRYPTO_eddsa_private_key_from_stringChristian Grothoff2015-01-28
* - RPS sampler destroy also accesses peer_mapBart Polot2015-01-28
* - fix memory mangement when calling cadet to detect livenessBart Polot2015-01-28
* - fix memory management of sampler tasksBart Polot2015-01-28
* fixed wrong size checkJulius Bünger2015-01-28
* - docBart Polot2015-01-28
* - never resize to 0Bart Polot2015-01-28
* fixing size problemsJulius Bünger2015-01-28
* - get size direcly from samplerBart Polot2015-01-28
* -remove prefixesBart Polot2015-01-28