aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
Commit message (Expand)AuthorAge
* - set searching state before trying to reconnect, otherwise waiting is overwr...Bart Polot2014-03-17
* - use 256 hashs for hmacBart Polot2014-03-10
* - generate smaller hashes for Conn IDsBart Polot2014-03-10
* - encrypt-then-MACBart Polot2014-03-06
* - add keepalive statsBart Polot2014-03-06
* - add hmac to tunnel messagesBart Polot2014-03-06
* - remove reserved filed codeBart Polot2014-03-06
* - register keepalive as tunnel payloadBart Polot2014-03-06
* Move mesh connection keepalive messages inside tunnel encryption to reduce in...Bart Polot2014-03-06
* - logBart Polot2014-02-19
* - revamp loggingBart Polot2014-02-19
* - refactor logging to allow for shorter log filesBart Polot2014-02-04
* - document tunnel internal APIBart Polot2014-01-30
* - don't try to rekey loopback tunnels (#3254)Bart Polot2014-01-21
* - add warning if check failsBart Polot2014-01-17
* Check that we're not scheduling destroy twiceLRN2014-01-17
* -when tunnel is emptyBart Polot2014-01-16
* - add explicit shutdown stateBart Polot2014-01-16
* - various CLI fixesBart Polot2014-01-13
* - mark task as completedBart Polot2014-01-08
* - delay tunnel destruction 1 min to avoid rekeyingBart Polot2014-01-07
* - more tunnels info for CLIBart Polot2014-01-06
* - timing logBart Polot2013-12-29
* - Add some of the tunnel introscpecion backBart Polot2013-12-28
* - show WARNINGs for bad handshakesBart Polot2013-12-18
* - 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
* - log malformed pingsBart Polot2013-12-17
* - respond to data on unknown channels with destroy (avoids retransmissions)Bart Polot2013-12-17
* - fix state selectionBart Polot2013-12-17
* - use tunnel encryption state to select decryption keyBart Polot2013-12-17
* -call GMT_sent when canceling tunneled buffered messages before the KX completesBart Polot2013-12-17
* - dont count destroyed connectionsBart Polot2013-12-17
* - fix connection ack direction, revert assert to breakBart Polot2013-12-17
* - debug infoBart Polot2013-12-17
* - missing message type (accidental deletion?)Bart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - debugBart Polot2013-12-16
* - duplicate PONG can happen if PING was re-transmitted but first one came thr...Bart Polot2013-12-16
* - fix memleak on tunnel destruction during kxBart Polot2013-12-16
* - don't complain about async PONG messagesBart Polot2013-12-16
* - remove connection from tunnel when no longer usableBart Polot2013-12-16
* - stop kx on empty tunnelsBart Polot2013-12-16
* - debug infoBart Polot2013-12-16
* - logBart Polot2013-12-16
* - small refactorBart Polot2013-12-16
* - don't loop on the same invalid pathBart Polot2013-12-16
* - signal shutdown, don't create new connections, fix 3214Bart Polot2013-12-16
* - various minor fixes and breaksBart Polot2013-12-16
* - fix 3163#c7868Bart Polot2013-12-13