tinc
2011-01-15 Guus SliepenFree resources in rsa_t. 1.1-threads
2011-01-15 Guus SliepenFix memory leak when updating subnet reachability.
2011-01-15 Guus SliepenFix memory leak while running Dijkstra's algorithm.
2011-01-15 Guus SliepenDon't delete events in event_del(), none of them are...
2011-01-15 Guus SliepenCall connect() from the metadata handler thread.
2011-01-15 Guus SliepenEnsure past_request_event is initialized and registered...
2011-01-15 Guus SliepenGracefully exit through the main thread.
2011-01-15 Guus SliepenIgnore signals in all but the main thread.
2011-01-14 Guus SliepenIntroducing the Big Tinc Lock.
2011-01-14 Guus SliepenProper check and dropin replacement for usleep().
2011-01-14 Guus SliepenUse usleep() instead of sleep().
2011-01-14 Guus SliepenUpdate NEWS.
2011-01-14 Guus SliepenRemove dependency on libevent, add -pthread when necessary.
2011-01-14 Guus SliepenAdd a copy of tinc 1.0's event infrastructure.
2011-01-14 Guus SliepenUse tinc 1.0's event infrastructure to handle timeouts.
2011-01-14 Guus SliepenUse threads for TCP listening sockets.
2011-01-14 Guus SliepenRemove use of bufferevents and evbuffers.
2011-01-14 Guus SliepenUse threads for TCP connections.
2011-01-14 Guus SliepenUse thread for tun device.
2011-01-14 Guus SliepenCancel threads to ensure they abort blocking I/O operat...
2011-01-14 Guus SliepenUse threads for UDP sockets.
2011-01-14 Guus SliepenAdd simple thread and mutex wrappers.
2010-11-19 Guus SliepenDo not try to dereference myself->connection->config_tree.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
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-13 Guus SliepenProvide usleep() for Windows.
2010-11-13 Guus SliepenLink tincctl with dropin.o.
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-11-12 Guus SliepenAdd short options -R and -U to the tincd(8) manpage.
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-05-01 Guus SliepenOpenSSL 1.0.0 compiled for 64 bit Windows requires...
2010-05-01 Guus SliepenUse intptr_t instead of long to store a pointer.
2010-05-01 Guus SliepenDefine WINVER before including any other header file...
2010-04-30 Guus SliepenRemove obsolete lib/ directory.
2010-04-30 Guus SliepenDo not try to free NULL pointers.
2010-04-30 Guus SliepenUse correct digest length when checking a received...
2010-04-17 Guus SliepenAdd missing return statement.
2010-04-17 Guus SliepenFix merge of commit 4a0b9981513059755b9fd15b38fc198f46a...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenFix experimental GUI when reading hexadecimal values.
2010-04-17 Guus SliepenFix reading configuration files that do not end with...
2010-04-11 Guus SliepenReleasing 1.0.13. release-1.0.13
2010-04-11 Guus SliepenMark Forwarding and DirectOnly options as being experim...
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-10 Guus SliepenEnsure ICMP_NET_ANO is defined.
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-03-31 Sven-Haegar... Fixed metadata protokoll corruption on forwarded requests
2010-03-31 Sven-Haegar... Demote all LOG_EMERG to LOG_ERR, spamming all xterms...
2010-03-31 Sven-Haegar... README.git: tinc 1.1 needs libevent
2010-03-31 Sven-Haegar... Function flush_meta() does not exist anymore.
2010-03-31 Sven-Haegar... Add missing AC_CHECK_HEADERS([dirent.h]) to configure.in
2010-03-31 Sven-Haegar... Fixed 1.0 miss-merges
2010-03-26 Sven-Haegar... Merge branch 'master' into 1.1
2010-03-18 Sven-Haegar... Never delete Subnets when StrictSubnets is set
2010-03-10 Guus SliepenFix typo.
2010-03-08 Guus SliepenLog unauthorized Subnets when StrictSubnets is set.
2010-03-08 Guus SliepenConnectTo does not mean tinc does not listen for incomi...
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 SliepenCheck for dirent.h.
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 SliepenReleasing 1.0.12. release-1.0.12
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2010-02-02 Guus SliepenUpdate copyright notices.
next