Remove unused variables.
[tinc] / src /
2011-01-02 Guus SliepenRemove unused variables.
2011-01-02 Guus SliepenReplace bogus #else with #endif.
2011-01-02 Guus SliepenClose all filedescriptors in Solaris close_device().
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-20 Guus SliepenUse setpriority() instead of nice() on UNIX-like systems.
2010-11-16 Guus SliepenAttribution for Brandon Black.
2010-11-16 Guus SliepenFix variable length array declaration.
2010-11-13 Guus SliepenFree replay window when freeing a node_t.
2010-11-13 Guus SliepenFix warning message when setting SO_RCVBUF or SO_SNDBUF...
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-13 Brandon L BlackConfigurable SO_RCVBUF/SO_SNDBUF for the UDP socket
2010-11-13 Brandon L BlackExperimental IFF_ONE_QUEUE support for Linux
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-11-02 Guus SliepenRead error counter must be static.
2010-11-02 Guus SliepenQuit when there are too many consecutive errors on...
2010-10-24 Michael TokarevTreat netname="." in a special way.
2010-10-22 Guus SliepenRemove unused variables.
2010-10-22 Guus SliepenAbort disabling old PEM keys on I/O errors.
2010-10-22 Guus SliepenEnsure there is a newline character before a PEM key...
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-06-04 Guus SliepenDo not append an address to ANS_KEY messages if we...
2010-06-04 Guus SliepenUse 64 bit counters to keep track of bytes sent/receive...
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-05-07 Guus SliepenUse strrchr() insteaad of rindex().
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-05-03 Timothy RedaelliFix warnings showed using -D_FORTIFY_SOURCE=2
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenFix reading configuration files that do not end with...
2010-04-11 Guus SliepenDon't redefine MAX if it already exists.
2010-04-11 Guus SliepenFixes for definitions under Windows.
2010-04-11 Guus SliepenEnsure subnet-up/down scripts are called after HUP...
2010-04-11 Guus SliepenFix reloading Subnets when StrictSubnets is set.
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-03-18 Sven-Haegar KochNever delete Subnets when StrictSubnets is set
2010-03-08 Guus SliepenLog unauthorized Subnets when StrictSubnets is set.
2010-03-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
2010-03-02 Guus SliepenAdd the Forwarding option.
2010-03-01 Guus SliepenAdd the StrictSubnets option.
2010-03-01 Guus SliepenPreload all Subnets in TunnelServer mode.
2010-03-01 Guus SliepenSimplify reading lines from configuration files.
2010-02-28 Guus SliepenClamp MSS to miminum MTU in both directions.
2010-02-10 Timothy RedaelliAdd --disable-zlib configure option
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-02 Guus SliepenTry to set DF bit on BSDs as well.
2010-02-02 Guus SliepenImmediately exchange keys when establishing a meta...
2010-02-01 Guus SliepenDetermine peer's reflexive address and port when exchan...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-22 Guus SliepenFix subnet-up/down scripts being called with an empty...
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2010-01-16 Guus SliepenAlso clamp MSS of TCP over IPv6 packets.
2010-01-15 Guus SliepenOptimise handling of select() returning <= 0.
2010-01-15 Guus SliepenPing nodes immediately when receiving SIGALRM.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-24 Guus SliepenAllow Port and PMTUDiscovery options in tinc.conf,...
2009-12-23 Guus SliepenUse xstrdup() instead of xasprintf() to copy static...
2009-12-23 Guus SliepenAllow port to be specified in Address statements.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-12-08 Guus SliepenForget addresses of unreachable nodes.
2009-11-28 Guus SliepenRemove unused variable in lookup_subnet_*() functions.
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-11-01 Guus SliepenStart a tinc service if it already exists.
2009-10-27 Guus SliepenFast handoff of roaming MAC addresses.
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 Michael TokarevRemove localedir leftovers.
2009-10-24 Guus SliepenUse IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
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-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-10-24 Guus SliepenAdd dummy device.
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-10-12 Guus SliepenRemove debugging message when reading packets from...
2009-10-12 Guus SliepenAllow the cloning /dev/tap interface to be used on...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-10-11 Guus SliepenRevert "Raise default crypto algorithms to AES256 and...
2009-10-11 Guus SliepenRemove code duplication when checking ADD_EDGE/DEL_EDGE...
2009-10-11 Guus SliepenDon't disconnect clients in TunnelServer mode who send...
2009-10-03 BorgRemoved last gettext function.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
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 Ivo's old email addresses.
2009-09-24 Guus SliepenRemove all occurences of $Id$.
next