aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* migrating more services to new service APIChristian Grothoff2016-09-21
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* lock solver during shutdown to terminate fasterChristian Grothoff2016-03-16
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -do pass local_address_info flag from/to ATS also for performance monitorChristian Grothoff2015-05-22
|
* -doxygen and stylistic fixesChristian Grothoff2015-03-09
|
* -fixing misc minor bugs and style issues (unchecked return values, memory ↵Christian Grothoff2015-02-13
| | | | leaks, dead code
* -fix NPEChristian Grothoff2015-02-11
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* expose connectivity desire of clients to ATS pluginsChristian Grothoff2015-02-08
|
* -fix config, shutdown issueChristian Grothoff2015-02-08
|
* -rename for naming consistencyChristian Grothoff2015-02-08
|
* simplify normalization logic, also have clients access norm array of address ↵Christian Grothoff2015-02-08
| | | | directly
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* simplify logicChristian Grothoff2015-02-07
|
* -use only one nc per clientChristian Grothoff2015-02-06
|
* -misc cleanupsChristian Grothoff2015-02-05
|
* cleaning up gnunet-service-ats_normalization.cChristian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_performance-*Christian 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).
* minor beautificationsMatthias Wachs2015-02-04
|
* -removing useless/dead/redundant tests, adjusting other tests to fit current APIChristian Grothoff2015-01-25
|
* use const in api, avoid castChristian Grothoff2015-01-22
|
* use statics instead of singleton struct, simplify internal APIsChristian Grothoff2015-01-22
|
* -indentation, do not pass stats arg as const just to then cast the const awayChristian Grothoff2015-01-22
|
* also simplify message format for AddressSuggestionMessageChristian Grothoff2015-01-22
|
* simplifying IPC for address destructionChristian Grothoff2015-01-22
|
* simplifying IPC for address in use and address updateChristian Grothoff2015-01-22
|
* always use a slot, even if the session is NULL, simplify logic and document ↵Christian Grothoff2015-01-18
| | | | what still needs to be fixed
* -indentation, doxygenChristian Grothoff2015-01-18
|
* use ATS functions to convert quality network type to string, instead of ↵Christian Grothoff2015-01-17
| | | | using string API
* -fix test: only run test logic, not full peerChristian Grothoff2014-12-15
|
* removing dead code, improving comments, simplifying iteration logic, making ↵Christian Grothoff2014-12-15
| | | | iteration over all addresses also faster
* bandwidth stability for ATSMatthias Wachs2014-07-17
|
* do not use NBO internallyMatthias Wachs2014-07-17
|
* addresses must not change the active valueMatthias Wachs2014-06-26
|
* notify performance monitors about destroyed addresses (for #3406)Christian Grothoff2014-06-16
|
* do not use session_id in GAS_performance_notify_all_clients, needs to be ↵Christian Grothoff2014-06-16
| | | | 'active'; also indentation/doxygen
* - increase log level when quotas cannot be loaded from configurationMatthias Wachs2014-05-19
| | | | | - fix for setting default inbound bandwidth
* clean up for addresses and modification to perf to get values in averagingMatthias Wachs2014-05-09
|
* major changes to proportional solver including stability support for address ↵Matthias Wachs2014-05-09
| | | | switch
* fixed check for destruction of inbound addressesMatthias Wachs2014-03-20
|