Drop libevent and use our own event handling again.
[tinc] / src / net_packet.c
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-19 Guus SliepenEnsure MTU probe replies are sent back the same way...
2012-11-19 Guus SliepenImprove UDP address selection.
2012-11-17 Guus SliepenTry all known addresses of node during PMTU discovery...
2012-11-13 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-13 Guus SliepenDon't take the address of a variable whose scope is...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-14 Guus SliepenOnly log success of initial datagram SPTPS handshake.
2012-10-14 Guus SliepenFix handling of initial datagram SPTPS packet.
2012-10-10 Guus SliepenFix whitespace.
2012-10-10 Guus SliepenTry all known addresses of node during the PMTU discove...
2012-10-09 Guus SliepenRemove unused variables, fix some #includes.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
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-08-30 Guus SliepenProperly handle SPTPS packets with stripped Ethernet...
2012-08-02 Guus SliepenOptionally compress and/or strip Ethernet header from...
2012-07-31 Guus SliepenUse a status bit to track which nodes use 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-21 Guus SliepenMake sure tinc compiles on Windows.
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-06-25 Guus SliepenFix crash when using Broadcast = direct.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
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-03-02 Guus SliepenOnly log errors sending UDP packets when debug level...
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenOnly use broadcast at the start of the PMTU discovery...
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 SliepenPass index into listen_socket[] to handle_incoming_vpn_...
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-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-08-10 Guus SliepenHandle UDP packets with unknown source addresses properly.
2011-06-24 Guus SliepenDon't call event_del() from the mtuevent handler, alway...
2011-06-24 Guus SliepenDelete mtuevent if it is not used.
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-06-04 Loïc GreniéNearly tickless tinc.
2011-06-02 Guus SliepenFix some compiler and cppcheck warnings.
2011-05-29 Guus SliepenInitialise priority field to zero for packets read...
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: warning: symbol '...' was not declared...
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
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-02-18 Guus SliepenPrevent anything from updating our own UDP address.
2011-02-18 Guus SliepenFix spurious misidentification of incoming UDP packets.
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-16 Guus SliepenAttribution for Brandon Black.
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-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-31 Sven-Haegar KochFixed 1.0 miss-merges
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-10 Timothy RedaelliAdd --disable-zlib configure option
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-12-19 Guus SliepenDo not consider unreachable nodes when trying to determ...
2009-12-19 Guus Sliepenrecv() and recvfrom() return int, do not prematurely...
2009-12-18 Guus SliepenFix packet authentication.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-24 Guus SliepenUse WSAGetLastError() to determine cause of network...
2009-10-24 Guus SliepenForward packets to not directly reachable hosts via...
2009-10-24 Guus SliepenMake maxmtu equal to minmtu when fixing the path MTU...
2009-10-24 Guus SliepenAlways reply to MTU probes via UDP.
2009-10-24 Guus SliepenAllow UDP packets with an address different from the...
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
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-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-06-11 Guus SliepenChange level of some debug messages, zero pointer after...
next