Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.c
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Christian Grothoff#4801 seems solidly fixed now, don't see how it can...
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Christian Grothoffupdate counters properly
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-14 Christian Grothofftrying to fix issue reported by Lurchi
2016-09-20 Christian Grothoffmigrating transport service to new MQ API
2016-07-26 Christian Grothoff-indentation, logging, style issues
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-08 Christian Grothoff-more DCE after try_connect refactoring
2015-11-06 Christian Grothoffremoving try_connect-related logic that really should...
2015-11-01 Christian Grothoff-typo-doxygen
2015-10-30 Christian Grothoffr36622 was supposed to set to YES, not NO
2015-10-29 Christian Grothoff-stop ignoring the option; #4009 should be fixed by...
2015-10-28 Christian Grothoff-fix #4025
2015-10-26 Christian Grothoff-check transport-side for connect-to-self
2015-10-18 Christian Grothoff-handle NULL for session (i.e. already gone/down)
2015-10-18 Christian Grothoffadd 'strength' argument to address suggestion request...
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-17 Christian Grothofflog plugin involved in slow transmissions
2015-10-17 Christian Grothoff-be harsher about transport service sending messages...
2015-10-17 Christian Grothoff-add option to ignore SetQuotaMessage (but still genera...
2015-10-17 Christian Grothoff-do not export set_incoming_quota past file, it is...
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-28 Christian Grothofffix #3693: if PA is NULL, ignore message, we must be...
2015-06-27 David BarksdaleChange NPE into GNUNET_break (0)
2015-06-24 David BarksdaleAvoid trying to disconnect a neighbour twice
2015-03-09 Christian Grothoff-doxygen and stylistic fixes
2015-03-08 Christian Grothofffinishing implementation of #3652
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-03-07 Christian Grothoffact on received SessionQuotaMessages
2015-03-07 Christian Grothofftrying to fix #3702 by removing session from session...
2015-03-02 Christian Grothoffdefine quota message to transmit quota requests, toward...
2015-02-28 Christian Grothoffcall GNUNET_SERVER_receive_done() also on internal...
2015-02-28 Christian Grothoff-shorten stats labels
2015-02-28 Christian Grothoffadding additional checks for invariants to help find...
2015-02-18 Christian Grothofffix blacklist checking logic, integrating tracking...
2015-02-12 Christian Grothoff-fix leak on transmission error in combination with...
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoffreset blocking time for addresses upon successful conne...
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-10 Christian Grothofffix #3664: during PS_RECONNECT_ATS, primary address...
2015-02-09 Christian Grothoff-eliminate dead argument, do use quota immediately
2015-02-09 Christian Grothoff-do not continue in case of transmission error
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-02-03 Christian Grothoff-docu
2015-02-03 Christian Grothoffget rid of unused state and dead code: GST_neighbour_ge...
2015-02-03 Christian Grothoffnever destroy sessions on free_neighbour(), they should...
2015-02-03 Christian Grothoff-dead code elimination
2015-02-03 Christian Grothoffseparate ATS connectivity suggestions from ATS scheduli...
2015-02-03 Christian Grothoff-document struct
2015-02-03 Christian Grothoffdocument API, do not pass unused 'session' argument
2015-02-03 Christian Grothoffwhen ATS suggests an address that neighbours does not...
2015-02-03 Christian Grothoffadding statistics on why transport may drop ATS suggestions
2015-02-02 Christian Grothoffdramatically simplify quota notification: avoid registr...
2015-02-02 Christian Grothoffreduce callback insanity for callbacks that are always...
2015-02-02 Christian GrothoffGST_validation_set_address_use does not need the session
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-undo bad commit
2015-01-25 Christian Grothoff-indentation plugin_transport_udp.c
2015-01-25 Christian Grothoffstore suggest handles, do not drop
2015-01-22 Christian Grothofftowards a cleaner ATS scheduling API
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoff-remarking on things to fix
2015-01-18 Christian Grothoffremoving dead logic to copy and pass around unused...
2015-01-18 Christian Grothoff-just indentation, dead code
2015-01-17 Christian Grothoffeliminating callback argument and its implementation...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Christian Grothoff-add assertion
2014-10-05 Christian Grothoff-remove dead assignment
2014-09-03 Matthias Wachsfix for neigbours created multiple times
2014-08-29 Matthias Wachsprofiler
2014-08-28 Matthias Wachsrename switching state
2014-08-28 Matthias Wachsusing tcp terminology for 3 way handshake: syn/syn_ack/ack
2014-06-27 Matthias Wachsfixes for neighbor:
2014-06-26 Matthias Wachsreduced debug level
2014-06-26 Matthias Wachsif suggested address == primary address only update...
2014-06-26 Matthias Wachsdetecting duplicate connects
2014-05-26 Matthias Wachsremove breaks not required anymore
2014-05-21 Matthias Wachsfix for address switching when both peers switch at...
2014-05-19 Matthias Wachsremove debugging output
2014-05-19 Matthias Wachsnew api
2014-04-08 Matthias Wachswrong checks
2014-04-07 Matthias Wachsfixing unchecked return values
2014-04-07 Matthias Wachsremove unused value
2014-04-07 Matthias Wachsobtain papi only once
2014-04-03 Matthias Wachsdoxygen docu
2014-03-31 Matthias Wachsfix for connection counter
2014-03-31 Matthias Wachsfix duplicate connect notifications
next