aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
Commit message (Collapse)AuthorAge
* logBart Polot2014-04-07
|
* - rename 256 bit mesh hash typeBart Polot2014-04-07
|
* - fix uninitialized variableBart Polot2014-04-01
|
* - log checksum error (for #3333)Bart Polot2014-04-01
|
* - don't dereference NULL tunnelsBart Polot2014-04-01
|
* - fix maskBart Polot2014-03-22
|
* - set first channel number properlyBart Polot2014-03-22
|
* - send ACK on duplicate channel_createBart Polot2014-03-22
|
* - logBart Polot2014-03-21
|
* -remove dead codeBart Polot2014-03-21
|
* - add connection count check, docBart Polot2014-03-21
|
* - set searching state before trying to reconnect, otherwise waiting is ↵Bart Polot2014-03-17
| | | | overwritten
* - 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 ↵Bart Polot2014-03-06
| | | | information leakage.
* - 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
| | | | - change iterator parameter order
* - 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
| | | | | | | -- don't end connections -- don't stop encryption handshake
* - add explicit shutdown stateBart Polot2014-01-16
| | | | | | | - don't try to reconnect when destroying last connection during tunnel_destroy - don't create new connections for a tunnel in shutdown
* - 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 ↵Bart Polot2013-12-17
| | | | outdated DHT data
* - 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 ↵Bart Polot2013-12-16
| | | | through: second PONG will be "unexpected"