aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
Commit message (Expand)AuthorAge
...
* 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
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* fix shutdown order to destroy sessions first, fix logic failure with respect ...Christian Grothoff2015-01-25
* -undo bad commitChristian Grothoff2015-01-25
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
* -towards improved ATS API, adding return value with address record when addin...Christian Grothoff2015-01-19
* -remarking on things to fixChristian Grothoff2015-01-18
* remove ATS information from callback from ATS address selection, as the argum...Christian Grothoff2015-01-18
* removing dead logic to copy and pass around unused ATS valuesChristian Grothoff2015-01-18
* -just indentation, dead codeChristian Grothoff2015-01-18
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* 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
* -indentation, doxygenChristian Grothoff2014-11-23
* using tcp terminology for 3 way handshake: syn/syn_ack/ack Matthias Wachs2014-08-28
* minor changesMatthias Wachs2014-07-17
* -simplify logic a bit, doxygen, indentationChristian Grothoff2014-06-22
* new test caseMatthias Wachs2014-05-20
* re-add address on connectMatthias Wachs2014-03-28
* We do not need the address and session hereMatthias Wachs2014-03-27
* blacklist checks have to be cancelled when session is terminated, especially ...Matthias Wachs2014-03-27
* remove debugging breaksMatthias Wachs2014-03-26
* Do blacklist checks on CONNECT before giving CONNECT to neighbours.Matthias Wachs2014-03-25
* improved log messageMatthias Wachs2014-03-20
* session end function must include address to notify addressMatthias Wachs2014-03-20
* formattingMatthias Wachs2014-03-19
* send receive delay rescheduling supportMatthias Wachs2014-01-30
* documentation for transport serviceMatthias Wachs2014-01-16
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
* improved checking for directionMatthias Wachs2014-01-14
* improved log messagesMatthias Wachs2014-01-14
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
* extending ATS api suggest callback with peer idMatthias Wachs2014-01-09
* neighbour monitoring api implementedMatthias Wachs2014-01-08
* -more logging and doxygen fixesChristian Grothoff2013-12-23
* -fix castsChristian Grothoff2013-12-23
* pass ATS information for incoming sessions immediately to ATS serviceChristian Grothoff2013-12-18
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
* -simplify logic to help diagnose #2858Christian Grothoff2013-12-13
* -remove break for something that theoretically could be OKChristian Grothoff2013-12-13
* -fix #3212Christian Grothoff2013-12-13
* -fix 3208 by making kills asyncChristian Grothoff2013-12-13
* -sometimes bugs are really simple -- fixing #3191 but creating fresh crashesChristian Grothoff2013-12-13
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
* -code cleanup, fixing #3207: timeout can be NULL in reschedule_session_timeou...Christian Grothoff2013-12-13
* -be stricter during handshake, close sessions with broken interactions aggres...Christian Grothoff2013-12-12
* -more logging, etc.Christian Grothoff2013-12-11