aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
Commit message (Expand)AuthorAge
* uncrustify as demanded.ng02019-09-08
* DSTJ-disable hackChristian Grothoff2019-07-17
* reindentingChristian Grothoff2019-07-17
* fix transport API fix, make sure we do not stay at CT_NONE for core clientsChristian Grothoff2019-02-26
* possible fix for transport client state machine issue found in RPS profilerChristian Grothoff2019-02-26
* style fixes during debuggingChristian Grothoff2019-02-25
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* rename fest: use new libgnunetnt instead of old libgnunetats logic for networ...Christian Grothoff2018-11-23
* remove dead field quota_inChristian Grothoff2018-11-15
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
* 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 logging for transportChristian Grothoff2017-12-27
* Fix memory leak and use-after-freeDavid Barksdale2017-11-12
* misc log fixes, plus prevent multiple TCP connections from wrecking havoc by ...Christian Grothoff2017-02-19
* migrating transport service to new MQ APIChristian Grothoff2016-09-20
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* misc minor fixesChristian Grothoff2016-07-06
* fixing compiler warningsChristian Grothoff2016-05-06
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* combing through transport ATS logic, documenting and cleaning codeChristian Grothoff2015-10-18
* fix #3986Christian Grothoff2015-10-05
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* define quota message to transmit quota requests, towards addressing #3652Christian Grothoff2015-03-02
* -fix scope assignmentChristian Grothoff2015-02-21
* fix blacklist checking logic, integrating tracking of sessions with blacklist...Christian Grothoff2015-02-18
* generate our own HELLO before starting validationsChristian Grothoff2015-02-12
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
* -eliminate dead argument, do use quota immediatelyChristian Grothoff2015-02-09
* -do only send HELLO to clients once on startup, do only send fully initialize...Christian Grothoff2015-02-09
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Various changes:Christian Grothoff2015-02-05
* add internal API to enable telling ATS about 'failed' suggestionsChristian Grothoff2015-02-03
* -assert to check API useChristian Grothoff2015-02-03
* -fix NPEChristian 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
* document API, do not pass unused 'session' argumentChristian Grothoff2015-02-03
* adding statistics on why transport may drop ATS suggestionsChristian Grothoff2015-02-03
* dramatically simplify quota notification: avoid registration, simply always n...Christian Grothoff2015-02-02
* reduce callback insanity for callbacks that are always bound to only one valueChristian Grothoff2015-02-02
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ...Christian Grothoff2015-02-02
* fix #3630Christian Grothoff2015-02-01