Don't assume sa.sa_family is a short int.
[tinc] / src / node.h
2015-09-25 Guus SliepenFix struct node_status_t.
2015-06-10 Guus SliepenFix crash is sptps_logger().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-14 Etienne DechampsThrottle the rate of MTU_INFO messages.
2015-03-14 Etienne DechampsThrottle the rate of UDP_INFO messages.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-11 Guus SliepenSend gratuitous type 2 probe replies.
2015-01-11 Guus SliepenKeep track of the largest UDP packet size received...
2015-01-11 Guus SliepenRemove RTT and packet loss estimation code.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-02 Etienne DechampsRemove bandwidth estimation code.
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-10-04 Etienne DechampsIntroduce node IDs.
2014-06-29 Etienne DechampsUse edge local addresses for local discovery.
2013-11-21 Guus SliepenMake LocalDiscovery work for SPTPS packets.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-16 Guus SliepenEstimate RTT, bandwidth and packet loss between nodes.
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-10 Guus SliepenFix whitespace.
2012-10-10 Guus SliepenTry all known addresses of node during the PMTU discove...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-09-05 Guus SliepenReplace node_udp_tree with a hash table.
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-19 Guus SliepenUse minor protocol version to determine whether to...
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-10 Guus SliepenUpdate copyright notices.
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-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-18 Guus SliepenSend packets back using the same socket as they were...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-03 Guus SliepenSupport ECDH key exchange.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: error: dubious one-bit signed bitfield
2011-05-17 Guus SliepenFix some compiler warnings.
2011-05-14 Guus SliepenAdd per-node traffic counters.
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-07 Guus SliepenBetter integration of libevent in build system.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenEnsure tinc compiles with gcc -std=c99.
2009-06-06 Guus SliepenHandle truncated message authentication codes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2008-12-11 Guus SliepenUse Dijkstra's algorithm. Based on patches from Max...
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2007-11-07 Scott LambDump through control socket
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-17 Guus SliepenRemove legacy event system.
2007-05-17 Guus SliepenUse libevent to send MTU probes.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2006-11-11 Guus SliepenThe "active" bit in node.status is not used.
2006-08-08 Guus SliepenDo not break strict aliasing of status_t structs.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
next