aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Expand)AuthorAge
...
* act on received SessionQuotaMessagesChristian Grothoff2015-03-07
* trying to fix #3702 by removing session from session map earlier -- and addin...Christian Grothoff2015-03-07
* define quota message to transmit quota requests, towards addressing #3652Christian Grothoff2015-03-02
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
* -shorten stats labelsChristian Grothoff2015-02-28
* adding additional checks for invariants to help find #3690Christian Grothoff2015-02-28
* fix blacklist checking logic, integrating tracking of sessions with blacklist...Christian Grothoff2015-02-18
* -fix leak on transmission error in combination with disconnectChristian Grothoff2015-02-12
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
* reset blocking time for addresses upon successful connectionChristian 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
* fix #3664: during PS_RECONNECT_ATS, primary address may be NULL, causing an N...Christian Grothoff2015-02-10
* -eliminate dead argument, do use quota immediatelyChristian Grothoff2015-02-09
* -do not continue in case of transmission errorChristian 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
* -docuChristian Grothoff2015-02-03
* get rid of unused state and dead code: GST_neighbour_get_latency is never usedChristian Grothoff2015-02-03
* never destroy sessions on free_neighbour(), they should be destroyed by their...Christian Grothoff2015-02-03
* -dead code eliminationChristian Grothoff2015-02-03
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
* -document structChristian Grothoff2015-02-03
* document API, do not pass unused 'session' argumentChristian Grothoff2015-02-03
* when ATS suggests an address that neighbours does not have a peer for, do not...Christian 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
* GST_validation_set_address_use does not need the sessionChristian Grothoff2015-02-02
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ...Christian Grothoff2015-02-02
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* -indentationChristian Grothoff2015-01-25
* -undo bad commitChristian Grothoff2015-01-25
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
* store suggest handles, do not dropChristian Grothoff2015-01-25
* towards a cleaner ATS scheduling APIChristian Grothoff2015-01-22
* -towards improved ATS API, adding return value with address record when addin...Christian Grothoff2015-01-19
* -remarking on things to fixChristian Grothoff2015-01-18
* removing dead logic to copy and pass around unused ATS valuesChristian Grothoff2015-01-18
* -just indentation, dead codeChristian Grothoff2015-01-18
* eliminating callback argument and its implementation which are never called i...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -add assertionChristian Grothoff2014-12-20
* -remove dead assignmentChristian Grothoff2014-10-05
* fix for neigbours created multiple timesMatthias Wachs2014-09-03
* profilerMatthias Wachs2014-08-29
* rename switching stateMatthias Wachs2014-08-28