aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -move headerChristian Grothoff2015-02-05
|
* separating out feedback from preferencesChristian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_performance-*Christian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_connectivity-*Christian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_addresses.hChristian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_addresses.cChristian Grothoff2015-02-05
|
* big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff2015-02-05
|
* 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
|
* minor beautificationsMatthias 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
|
* doxygen, new defineChristian Grothoff2015-02-03
|
* -forgot to add fileChristian Grothoff2015-02-03
|
* add internal API to enable telling ATS about 'failed' suggestionsChristian Grothoff2015-02-03
|
* -docuChristian Grothoff2015-02-03
|
* get rid of unused state and dead code: GST_neighbour_get_latency is never usedChristian Grothoff2015-02-03
|
* never destroy sessions on free_neighbour(), they should be destroyed by ↵Christian Grothoff2015-02-03
| | | | their own timeout
* -assert to check API useChristian Grothoff2015-02-03
|
* -fix NPEChristian Grothoff2015-02-03
|
* -dead code eliminationChristian Grothoff2015-02-03
|
* -mesh is deadChristian 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 ↵Christian Grothoff2015-02-03
| | | | not ignore it, setup the neighbour record instead
* do signal disconnect to transport service, even if specific address is ↵Christian Grothoff2015-02-03
| | | | in_destroy
* 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 ↵Christian Grothoff2015-02-02
| | | | notify plugin
* 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
| | | | address is always present as then this is redundant
* -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
|