aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* -when tunnel is emptyBart Polot2014-01-16
* - add explicit shutdown stateBart Polot2014-01-16
* - complete tunnel info gatheringBart Polot2014-01-13
* - various CLI fixesBart Polot2014-01-13
* - don't resend create messages for channels being destroyedBart Polot2014-01-10
* - only re-send keepalive/recreate once the previous one has left the peerBart Polot2014-01-08
* - mark task as completedBart Polot2014-01-08
* - do exponential backoff for connection creationBart Polot2014-01-07
* - delay tunnel destruction 1 min to avoid rekeyingBart Polot2014-01-07
* - remove extra \nBart Polot2014-01-06
* - more tunnels info for CLIBart Polot2014-01-06
* - refactor channel nackBart Polot2014-01-06
* - copied and adapted from testbed (previous failed during 30c3 with IPv6 VPN ...Bart Polot2014-01-06
* - missing cli<->serv messagesBart Polot2014-01-06
* - add -i function back to CLIBart Polot2014-01-06
* - new message types for debugBart Polot2014-01-06
* - ping every secondBart Polot2013-12-29
* - fix echo flagBart Polot2013-12-29
* Add echo functionality for mesh CLIBart Polot2013-12-29
* - use explicit GNUNET_NO instead of 0Bart Polot2013-12-29
* - timing logBart Polot2013-12-29
* - Add some of the tunnel introscpecion backBart Polot2013-12-28
* - Don't crash, _break insteadBart Polot2013-12-24
* -fix build system issuesChristian Grothoff2013-12-23
* -fix build system issuesChristian Grothoff2013-12-23
* - take care of PEER RCsBart Polot2013-12-21
* -fix leakChristian Grothoff2013-12-21
* -handle partial writes and IO errors, even on stdoutChristian Grothoff2013-12-21
* - use STATIC buffer, remove debugBart Polot2013-12-20
* - fix compilation issueBart Polot2013-12-20
* - debugBart Polot2013-12-20
* - use write to allow binary data as wellBart Polot2013-12-19
* - use proper signednessBart Polot2013-12-19
* - debug info on API sideBart Polot2013-12-19
* - log traffic sizeBart Polot2013-12-19
* - logBart Polot2013-12-19
* malloc -> newLRN2013-12-19
* - rmeove breakBart Polot2013-12-18
* - show WARNINGs for bad handshakesBart Polot2013-12-18
* - 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
* - log malformed pingsBart Polot2013-12-17
* - dying connections can drop trafficBart Polot2013-12-17
* - respond to data on unknown channels with destroy (avoids retransmissions)Bart Polot2013-12-17
* - include all message types in switch, complain if unknownBart 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