This probably fixes #3944
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.c
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
2014-03-31 Matthias Wachsfixed check for session_ack handling
2014-03-29 Matthias Wachsno need to be an error
2014-03-28 Matthias Wachschanges to switch when connected
2014-03-28 Matthias Wachscancel delayed disconnect task on free
2014-03-28 Matthias Wachschanges in ACK handling
2014-03-28 Matthias Wachsfixing crash: cancel dead task 1004493731513019834!
2014-03-27 Matthias Wachsadded functionality to use the CLI to disconnect peers
2014-03-27 Matthias WachsWe do not need the address and session here
2014-03-27 Matthias Wachsremove blacklist check in neighbours on CONNECT
2014-03-27 Matthias Wachssome testing code for debugging
2014-03-27 Matthias WachsAddress was not deleted if SEND_CONNECT in FAST RECONNE...
2014-03-26 Matthias Wachserror handling for failed CONNECT messages in CONNECT_S...
2014-03-26 Matthias Wachswe do not need this address in neighbours: was already...
2014-03-26 Matthias Wachsremove CONNECT_SWITCHING_BLACKLIST state
2014-03-26 Matthias Wachsremoving GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST...
2014-03-26 Matthias Wachsremove debug break
2014-03-26 Matthias Wachsremoving blacklist state not required anymore
2014-03-25 Matthias WachsDo blacklist checks on CONNECT before giving CONNECT...
2014-03-24 Matthias Wachschecking incoming connection behaviour:
2014-03-24 Matthias WachsFIX:
2014-03-24 Matthias Wachschecking incoming connections
2014-03-21 Matthias Wachsremove unsued INIT_BLACKLIST state: blacklist check...
2014-03-21 Matthias Wachsfix initialized value in udp on invalid address
2014-03-20 Matthias Wachswhen switching addresses in connect_sent: no blacklist...
2014-03-20 Matthias Wachsadditional log info
2014-03-20 Matthias Wachsremove testing breaks and add documentation for checks
2014-03-19 Matthias Wachsaddtional check for failed CONNECT messages + some...
next