aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.c
Commit message (Collapse)AuthorAge
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* trying to improve things for #5560Christian Grothoff2019-02-13
|
* 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
|
* track hello passingChristian Grothoff2018-05-28
|
* more logging for transportChristian Grothoff2017-12-27
|
* Fix use-after-free in revalidate_addressDavid Barksdale2017-10-09
|
* Don't start multiple blacklist checks per veDavid Barksdale2017-10-08
| | | | This fixes a use-after-free I was seeing.
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* migrating transport service to new MQ APIChristian Grothoff2016-09-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* removing GNUNET_TRANSPORT_monitor_validation-APIChristian Grothoff2016-07-06
|
* 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -fixChristian Grothoff2015-10-26
|
* -ignore PING/PONG from selfChristian Grothoff2015-10-26
|
* -check transport-side for connect-to-selfChristian Grothoff2015-10-26
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* -use INFO, not WARNChristian Grothoff2015-10-16
|
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* add additional diagnostics to help localize #3971 invariant violationChristian Grothoff2015-10-07
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -indentation, doxygenChristian Grothoff2015-05-20
|
* -updated french translationsChristian Grothoff2015-03-24
|
* -always assume at least MIN bandwidth, even if we got no quota or a quota ↵Christian Grothoff2015-03-08
| | | | lower than min
* simplify logic, do not report monitoring events for sessions in destroy, ↵Christian Grothoff2015-02-22
| | | | indentation, doxygen -- may help/fix #3591
* fix blacklist checking logic, integrating tracking of sessions with ↵Christian Grothoff2015-02-18
| | | | blacklist module and fixing dangling session issue which caused misc. problems when blacklists were in use
* -fixing misc minor bugs and style issues (unchecked return values, memory ↵Christian Grothoff2015-02-13
| | | | leaks, dead code
* -nicer loggingChristian Grothoff2015-02-12
|
* generate our own HELLO before starting validationsChristian Grothoff2015-02-12
|
* -fix typoChristian Grothoff2015-02-12
|
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
|
* -fix #3665: hello can theoretically still be NULLChristian Grothoff2015-02-10
|
* -do not reschedule validation if in_use did not changeChristian Grothoff2015-02-10
|
* -just eliminate useless check, can just be falseChristian Grothoff2015-02-10
|
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -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).
* add internal API to enable telling ATS about 'failed' suggestionsChristian Grothoff2015-02-03
|
* get_address_latency is actually deadChristian Grothoff2015-02-02
|