]> git.meshlink.io Git - meshlink/history - src/sptps.h
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / sptps.h
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-09-23 Guus SliepenFix compiler warnings from Clang 10 and GCC 9.
2019-08-04 Guus SliepenRemove global variables.
2019-07-19 Guus SliepenReorganize structs for better packing and access patterns.
2017-07-27 Guus SliepenUpdate all header guards.
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-04-17 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2013-05-12 Guus SliepenDon't try to handle incoming data if sptps_start()...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-14 Guus SliepenLog more messages using logger().
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-31 Guus SliepenAdd Brandon Black's replay window code to SPTPS.
2012-07-31 Guus SliepenHandle SPTPS datagrams in try_mac().
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-18 Guus SliepenAdd datagram mode to the SPTPS protocol.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-25 Guus SliepenApply HMAC after encryption.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-10-06 Guus SliepenExchange ACK records to indicate switch to new keys.
2011-10-05 Guus SliepenUpdate SPTPS protocol.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.