aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
Commit message (Expand)AuthorAge
* Rename filesBart Polot2014-05-07
* Rename mesh->cadetBart Polot2014-05-07
* - debug infoBart Polot2014-05-07
* - logBart Polot2014-05-07
* - logBart Polot2014-04-11
* - more info in log about payloadBart Polot2014-04-11
* - use constant instead of hardcoded valueBart Polot2014-04-10
* - don't free connections in the middle of being build.Bart Polot2014-04-10
* - don't use NULL connections on callbackBart Polot2014-04-10
* - don't schedule tunnel destruction on shutdownBart Polot2014-04-10
* - logBart Polot2014-04-10
* - start reconnecting before running out of connectionsBart Polot2014-04-10
* - logBart Polot2014-04-09
* 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 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