aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
Commit message (Expand)AuthorAge
* - only re-send keepalive/recreate once the previous one has left the peerBart Polot2014-01-08
* - do exponential backoff for connection creationBart Polot2014-01-07
* - Don't crash, _break insteadBart Polot2013-12-24
* - take care of PEER RCsBart Polot2013-12-21
* -fix leakChristian Grothoff2013-12-21
* - debugBart Polot2013-12-20
* - send notification immediately if a connection fails to be createdBart Polot2013-12-18
* - fix core_disconnect handler to avoid reusing the direct path being destroyedBart Polot2013-12-17
* - dont destroy a path right away, broken paths can cause long loops with outd...Bart Polot2013-12-17
* - log fixes, limit kx to live tunnelsBart Polot2013-12-17
* - dying connections can drop trafficBart Polot2013-12-17
* - use tunnel encryption state to select decryption keyBart Polot2013-12-17
* - fix connection ack direction, revert assert to breakBart Polot2013-12-17
* - fix log msgBart Polot2013-12-17
* - refactor and improve path creationBart Polot2013-12-17
* - debug infoBart Polot2013-12-17
* - refine break conditionBart Polot2013-12-17
* - not a protocol break, plausible asyc msgBart Polot2013-12-16
* - logBart Polot2013-12-16
* - don't show WARNING/ERROR on wrong connection create, debug+statistics insteadBart Polot2013-12-16
* - don't keep alive connections that are scheduled to be destroyedBart Polot2013-12-16
* - fixBart Polot2013-12-16
* - fix timing out of connectionsBart Polot2013-12-16
* - only treat KX as confirmation if connection is not in destroy stateBart Polot2013-12-16
* - fix prev commitBart Polot2013-12-16
* - remove connection from tunnel when no longer usableBart Polot2013-12-16
* - debugBart Polot2013-12-16
* - logBart Polot2013-12-16
* - simplify error handlingBart Polot2013-12-16
* - fixesBart Polot2013-12-16
* - small refactorBart Polot2013-12-16
* - don't loop on the same invalid pathBart Polot2013-12-16
* - not an error, always happens on relay nodesBart Polot2013-12-16
* - hunting 3214Bart Polot2013-12-16
* - various minor fixes and breaksBart Polot2013-12-16
* - dont GNUNET_break on non-validable paths, DHT seems to routinely be aware o...Bart Polot2013-12-12
* - fix warningsBart Polot2013-12-12
* - react to connection destrutcion in exisitng tunnelBart Polot2013-12-12
* - dont retransmit connection_destroy to selfBart Polot2013-12-12
* - conditional break already called freom register_neighborsBart Polot2013-12-09
* - connection_cancel_queues can destroy connection, make sure to add retransmi...Bart Polot2013-12-09
* - log condition prior to abortBart Polot2013-12-09
* - improve handling of duplicate connection_createBart Polot2013-12-09
* fix #3170, again by cancelling scheduler tasks last so that they cannot be re...Christian Grothoff2013-12-08
* - code cleanupBart Polot2013-11-30
* - do not count channel management traffic as payloadBart Polot2013-11-29
* - use force flag to avoid connections dropping channel management dataBart Polot2013-11-29
* - remove deprecated testsBart Polot2013-11-28
* - warning--Bart Polot2013-11-28
* - use new keepalive message typeBart Polot2013-11-28