aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin.h
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename fest: use new libgnunetnt instead of old libgnunetats logic for ↵Christian Grothoff2018-11-23
| | | | network type classification
* 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
|
* migrating more services to new service APIChristian Grothoff2016-09-21
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* changing s_get API to return void instead of address, have plugin use ↵Christian Grothoff2015-02-08
| | | | existing mechanism to signal address activation
* removing dead argumentChristian Grothoff2015-02-08
|
* expose connectivity desire of clients to ATS pluginsChristian 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
|
* get rid of stupid network[i]=i arrayChristian Grothoff2015-02-06
|
* first pass at cleaning up ATS plugin APIChristian 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).
* extend info cb and documentationMatthias Wachs2013-11-07
|
* benchmark with updatesMatthias Wachs2013-10-31
|
* adding additional INFOMatthias Wachs2013-10-31
|
* implemented solver information callbacks for benchmarkingMatthias Wachs2013-10-30
|
* doxygenMatthias Wachs2013-10-18
|
* documentation for solver apiMatthias Wachs2013-10-09
|
* documentation and fix for const warningMatthias Wachs2013-10-09
|
* ats solver are now implemented as pluginsMatthias Wachs2013-10-08
initial commit: tests pass, no crashes with tests ...