aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
Commit message (Collapse)AuthorAge
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -Second pass through ATS subsystemWillow Liquorice2022-08-30
|
* -fix many more typosChristian Grothoff2021-04-26
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* 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
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* avoid deprecated API, use new connecT APIChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
|
* 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()
* -normal during shutdown, reduce log levelChristian Grothoff2016-03-16
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* add 'strength' argument to address suggestion request for ATSChristian Grothoff2015-10-18
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* -doxygenChristian Grothoff2015-10-18
|
* trying to fix #4003Christian Grothoff2015-10-14
|
* 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
|
* -mystery solved, remove diagnosticChristian Grothoff2015-05-18
|
* also compare peer identityChristian Grothoff2015-05-18
|
* -log more diagnosticsChristian Grothoff2015-05-18
|
* -fixing misc minor bugs and style issues (unchecked return values, memory ↵Christian Grothoff2015-02-13
| | | | leaks, dead code
* -fix memory leak of address on shutdownChristian Grothoff2015-02-12
|
* -check for in_destroy when looking up session IDsChristian Grothoff2015-02-11
|
* eliminate dead call from APIChristian Grothoff2015-02-11
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -fix typoChristian Grothoff2015-02-10
|
* -fixChristian Grothoff2015-02-10
|
* -use backoff for reconnectsChristian Grothoff2015-02-09
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* 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).
* -forgot to add fileChristian 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
|
* -fix FIXMEChristian Grothoff2015-02-03
|
* do signal disconnect to transport service, even if specific address is ↵Christian Grothoff2015-02-03
| | | | in_destroy
* patches from Hellekin to fix #3577Christian Grothoff2015-01-26
|
* -address dying doesn't depend on bandwidth suggestion of ATS, just on ↵Christian Grothoff2015-01-25
| | | | in_destroy flag