aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats.c
Commit message (Collapse)AuthorAge
* migrating more services to new service APIChristian Grothoff2016-09-21
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* lock solver during shutdown to terminate fasterChristian Grothoff2016-03-16
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* 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
* -better debug output, indentationChristian Grothoff2015-02-09
|
* -fix shutdown orderChristian Grothoff2015-02-08
|
* -rename for naming consistencyChristian Grothoff2015-02-08
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* get rid of stupid network[i]=i arrayChristian Grothoff2015-02-06
|
* -fix segvChristian Grothoff2015-02-06
|
* dead code eliminationChristian Grothoff2015-02-05
|
* -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
|
* 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).
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
|
* 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
|
* simplifying IPC for address destructionChristian Grothoff2015-01-22
|
* simplifying IPC for address in use and address updateChristian Grothoff2015-01-22
|
* removing dead code, improving comments, simplifying iteration logic, making ↵Christian Grothoff2014-12-15
| | | | iteration over all addresses also faster
* -remove dead includeChristian Grothoff2014-06-16
|
* doxygen, make local symbol staticChristian Grothoff2014-06-16
|
* -doxygen, indentationChristian Grothoff2014-06-16
|
* implemented feedback API, but not yet calling solverMatthias Wachs2013-08-29
|
* ats api changeMatthias Wachs2013-03-25
|
* pre lunch commitMatthias Wachs2013-03-19
|
* changesMatthias Wachs2012-12-12
|
* changesMatthias Wachs2012-12-11
|
* restructureMatthias Wachs2012-12-04
|
* changes ... more TBDMatthias Wachs2012-11-19
|
* - adding GNUNET_ATS_address_add functionality .. no changes to scheduling ↵Matthias Wachs2012-06-14
| | | | API yet
* - suggest backoff resetMatthias Wachs2012-05-22
|
* - fixesMatthias Wachs2012-05-09
|
* -must be NONEChristian Grothoff2012-04-24
|
* - double free Matthias Wachs2012-04-24
|
* - fixing mantis 2282Matthias Wachs2012-04-24
|
* introducing soft shutdown concept for services; during soft shutdown, ↵Christian Grothoff2012-04-22
| | | | services that are still managing non-monitor clients continue to run until those clients disconnect; however, the services do stop to accept new connections (will stop listening); soft shutdown is now used by ats, transport, peerinfo, namestore and most importantly statistics; this should fix #2197
* - even more mlpMatthias Wachs2012-01-12
|
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* cancel address suggestsMatthias Wachs2011-11-09
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* extending ats api to inform about addresses in useMatthias Wachs2011-11-04
|
* adding statsChristian Grothoff2011-10-19
|
* fixChristian Grothoff2011-10-17
|