aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* removing try_connect-related logic that really should no longer be needed ↵Christian Grothoff2015-11-06
| | | | (#3675)
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* log plugin involved in slow transmissionsChristian Grothoff2015-10-17
|
* -do not export set_incoming_quota past file, it is not used beyond the scopeChristian Grothoff2015-10-17
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* define quota message to transmit quota requests, towards addressing #3652Christian Grothoff2015-03-02
|
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* get rid of unused state and dead code: GST_neighbour_get_latency is never usedChristian Grothoff2015-02-03
|
* document API, do not pass unused 'session' argumentChristian Grothoff2015-02-03
|
* dramatically simplify quota notification: avoid registration, simply always ↵Christian Grothoff2015-02-02
| | | | notify plugin
* 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
| | | | address is always present as then this is redundant
* -towards improved ATS API, adding return value with address record when ↵Christian Grothoff2015-01-19
| | | | adding address, adding new subsystem with peer-to-address map to transport; causes various new assertions to fail, but no major regression -- not finished
* removing dead logic to copy and pass around unused ATS valuesChristian Grothoff2015-01-18
|
* using tcp terminology for 3 way handshake: syn/syn_ack/ack Matthias Wachs2014-08-28
| | | | | renaming all functions, states, messages ...
* We do not need the address and session hereMatthias Wachs2014-03-27
|
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* neighbour monitoring api implementedMatthias Wachs2014-01-08
|
* implementing monitoring apiMatthias Wachs2014-01-08
|
* new monitoring APIMatthias Wachs2014-01-07
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* -be stricter during handshake, close sessions with broken interactions ↵Christian Grothoff2013-12-12
| | | | aggressively
* payload and dataMatthias Wachs2013-10-18
|
* (no commit message)Matthias Wachs2013-10-18
|
* basic utilization implementationMatthias Wachs2013-10-18
| | | | | causes an assertion in ats_scheduling when address is not yet known
* -doxygen fixesChristian Grothoff2013-03-23
|
* changes to connect_cbMatthias Wachs2013-03-21
|
* ats related changes in transportMatthias Wachs2013-03-21
|
* removing atsMatthias Wachs2013-03-21
|
* throttling validationsMatthias Wachs2013-02-04
|
* overhead reportingMatthias Wachs2012-10-16
|
* - implementation for mantis 0002485Matthias Wachs2012-07-06
|
* - doxygenMatthias Wachs2012-06-19
|
* -fixMatthias Wachs2012-06-18
|
* -major rewrite of gnunet-service-transport_neighbours state machineChristian Grothoff2012-05-13
|
* - coverity errorsMatthias Wachs2012-02-13
|
* -applying patch from vminko to fix #1972: adding support for continuous ↵Christian Grothoff2012-02-06
| | | | transport-level connection monitoring
* - more changesMatthias Wachs2012-01-26
|
* -fixing indentationChristian Grothoff2011-11-29
|
* - finale commit for the api changeMatthias Wachs2011-11-29
|
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* latency measurement with neighbour_keep_alive_taskMatthias Wachs2011-11-10
|