projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Allow inserting items in the middle of a list.
[tinc]
/
src
/
2011-05-15
Guus Sliepen
Allow inserting items in the middle of a list.
tree
|
commitdiff
2011-05-15
Guus Sliepen
Add a very primitive "top" command to tincctl.
tree
|
commitdiff
2011-05-15
Guus Sliepen
Dump traffic statistics over control sockets.
tree
|
commitdiff
2011-05-14
Guus Sliepen
Add per-node traffic counters.
tree
|
commitdiff
2011-05-14
Guus Sliepen
Several fixes for the buffer code.
tree
|
commitdiff
2011-05-14
Guus Sliepen
Remove use of bufferevent and eventbuffers, use our...
tree
|
commitdiff
2011-05-14
Guus Sliepen
Add simple buffer management code.
tree
|
commitdiff
2011-05-14
Guus Sliepen
Fix check for event initialization due to the merge.
tree
|
commitdiff
2011-05-09
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
tree
|
commitdiff
2011-05-08
Guus Sliepen
Releasing 1.0.14.
release-1.0.14
tree
|
commitdiff
2011-05-08
Guus Sliepen
Update THANKS and copyright information.
tree
|
commitdiff
2011-05-08
Guus Sliepen
Always use the default signal handler for ABRT signals.
tree
|
commitdiff
2011-05-08
Guus Sliepen
Increase threshold for detecting two nodes with the...
tree
|
commitdiff
2011-04-28
Julien Muchembled
Fix command-line '-o' option for host configuration
tree
|
commitdiff
2011-03-09
Guus Sliepen
Do not set indirect flag on edges from nodes with multi...
tree
|
commitdiff
2011-02-18
Guus Sliepen
Prevent anything from updating our own UDP address.
tree
|
commitdiff
2011-02-18
Guus Sliepen
Fix spurious misidentification of incoming UDP packets.
tree
|
commitdiff
2011-02-12
Rumko
DragonFlyBSD support
tree
|
commitdiff
2011-02-07
Guus Sliepen
Add support for VDE through libvdeplug.
tree
|
commitdiff
2011-01-02
Guus Sliepen
Remove unused variables.
tree
|
commitdiff
2011-01-02
Guus Sliepen
Replace bogus #else with #endif.
tree
|
commitdiff
2011-01-02
Guus Sliepen
Close all filedescriptors in Solaris close_device().
tree
|
commitdiff
2011-01-02
Guus Sliepen
Always send MTU probes at least once every PingInterval.
tree
|
commitdiff
2010-11-20
Guus Sliepen
Use setpriority() instead of nice() on UNIX-like systems.
tree
|
commitdiff
2010-11-19
Guus Sliepen
Do not try to dereference myself->connection->config_tree.
tree
|
commitdiff
2010-11-19
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2010-11-16
Guus Sliepen
Attribution for Brandon Black.
tree
|
commitdiff
2010-11-16
Guus Sliepen
Fix variable length array declaration.
tree
|
commitdiff
2010-11-13
Guus Sliepen
Free replay window when freeing a node_t.
tree
|
commitdiff
2010-11-13
Guus Sliepen
Fix warning message when setting SO_RCVBUF or SO_SNDBUF...
tree
|
commitdiff
2010-11-13
Brandon L Black
Improved handling of queue-jumping packets on receive
tree
|
commitdiff
2010-11-13
Brandon L Black
Configurable ReplayWindow size, zero disables
tree
|
commitdiff
2010-11-13
Brandon L Black
Configurable SO_RCVBUF/SO_SNDBUF for the UDP socket
tree
|
commitdiff
2010-11-13
Brandon L Black
Experimental IFF_ONE_QUEUE support for Linux
tree
|
commitdiff
2010-11-13
Guus Sliepen
Use variable length arrays instead of alloca().
tree
|
commitdiff
2010-11-13
Guus Sliepen
Link tincctl with dropin.o.
tree
|
commitdiff
2010-11-12
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2010-11-12
Guus Sliepen
Don't use strlen() on a NULL pointer.
tree
|
commitdiff
2010-11-02
Guus Sliepen
Read error counter must be static.
tree
|
commitdiff
2010-11-02
Guus Sliepen
Quit when there are too many consecutive errors on...
tree
|
commitdiff
2010-10-24
Michael Tokarev
Treat netname="." in a special way.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Remove unused variables.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Abort disabling old PEM keys on I/O errors.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Ensure there is a newline character before a PEM key...
tree
|
commitdiff
2010-10-22
Guus Sliepen
Attribution for Timothy Redaelli.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Attribution for Julien Muchembled.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Remove duplicate command-line option parsing.
tree
|
commitdiff
2010-10-22
Guus Sliepen
Merge local host configuration with server configuration.
tree
|
commitdiff
2010-09-05
Julien Muchembled
New '-o' option to configure server or hosts from comma...
tree
|
commitdiff
2010-06-04
Guus Sliepen
Do not append an address to ANS_KEY messages if we...
tree
|
commitdiff
2010-06-04
Guus Sliepen
Use 64 bit counters to keep track of bytes sent/receive...
tree
|
commitdiff
2010-06-04
Guus Sliepen
Detect and prevent two nodes with the same Name being...
tree
|
commitdiff
2010-05-07
Guus Sliepen
Use strrchr() insteaad of rindex().
tree
|
commitdiff
2010-05-06
Timothy Redaelli
Fix warnings under BSD
tree
|
commitdiff
2010-05-03
Timothy Redaelli
Fix warnings showed using -D_FORTIFY_SOURCE=2
tree
|
commitdiff
2010-05-01
Guus Sliepen
Fix all warnings when compiling with mingw64.
tree
|
commitdiff
2010-04-30
Guus Sliepen
Do not try to free NULL pointers.
tree
|
commitdiff
2010-04-30
Guus Sliepen
Use correct digest length when checking a received...
tree
|
commitdiff
2010-04-17
Guus Sliepen
Add missing return statement.
tree
|
commitdiff
2010-04-17
Guus Sliepen
Fix merge of commit 4a0b9981513059755b9fd15b38fc198f46a...
tree
|
commitdiff
2010-04-17
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2010-04-17
Guus Sliepen
Fix reading configuration files that do not end with...
tree
|
commitdiff
2010-04-11
Guus Sliepen
Don't redefine MAX if it already exists.
tree
|
commitdiff
2010-04-11
Guus Sliepen
Fixes for definitions under Windows.
tree
|
commitdiff
2010-04-11
Guus Sliepen
Ensure subnet-up/down scripts are called after HUP...
tree
|
commitdiff
2010-04-11
Guus Sliepen
Fix reloading Subnets when StrictSubnets is set.
tree
|
commitdiff
2010-04-10
Guus Sliepen
Reload Subnets when getting a HUP signal and StrictSubn...
tree
|
commitdiff
2010-04-03
Guus Sliepen
Convert Port to numeric form before sending it to other...
tree
|
commitdiff
2010-03-31
Sven-Haegar Koch
Fixed metadata protokoll corruption on forwarded requests
tree
|
commitdiff
2010-03-31
Sven-Haegar Koch
Demote all LOG_EMERG to LOG_ERR, spamming all xterms...
tree
|
commitdiff
2010-03-31
Sven-Haegar Koch
Function flush_meta() does not exist anymore.
tree
|
commitdiff
2010-03-31
Sven-Haegar Koch
Fixed 1.0 miss-merges
tree
|
commitdiff
2010-03-26
Sven-Haegar Koch
Merge branch 'master' into 1.1
tree
|
commitdiff
2010-03-18
Sven-Haegar Koch
Never delete Subnets when StrictSubnets is set
tree
|
commitdiff
2010-03-08
Guus Sliepen
Log unauthorized Subnets when StrictSubnets is set.
tree
|
commitdiff
2010-03-02
Guus Sliepen
Fixes for the Forwarding option.
tree
|
commitdiff
2010-03-02
Guus Sliepen
Add the DirectOnly option.
tree
|
commitdiff
2010-03-02
Guus Sliepen
Add the Forwarding option.
tree
|
commitdiff
2010-03-01
Guus Sliepen
Add the StrictSubnets option.
tree
|
commitdiff
2010-03-01
Guus Sliepen
Preload all Subnets in TunnelServer mode.
tree
|
commitdiff
2010-03-01
Guus Sliepen
Simplify reading lines from configuration files.
tree
|
commitdiff
2010-02-28
Guus Sliepen
Clamp MSS to miminum MTU in both directions.
tree
|
commitdiff
2010-02-10
Timothy Redaelli
Add --disable-zlib configure option
tree
|
commitdiff
2010-02-10
Timothy Redaelli
Add --disable-lzo configure option
tree
|
commitdiff
2010-02-03
Guus Sliepen
Ensure peers with a meta connection always have our...
tree
|
commitdiff
2010-02-02
Guus Sliepen
Update copyright notices.
tree
|
commitdiff
2010-02-02
Guus Sliepen
Try to set DF bit on BSDs as well.
tree
|
commitdiff
2010-02-02
Guus Sliepen
Immediately exchange keys when establishing a meta...
tree
|
commitdiff
2010-02-01
Guus Sliepen
Determine peer's reflexive address and port when exchan...
tree
|
commitdiff
2010-01-23
Guus Sliepen
Be liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
tree
|
commitdiff
2010-01-22
Guus Sliepen
Run subnet-up/down scripts for local MAC addresses...
tree
|
commitdiff
2010-01-22
Guus Sliepen
Fix subnet-up/down scripts being called with an empty...
tree
|
commitdiff
2010-01-16
Guus Sliepen
Make MSS clamping configurable, but enabled by default.
tree
|
commitdiff
2010-01-16
Guus Sliepen
Also clamp MSS of TCP over IPv6 packets.
tree
|
commitdiff
2010-01-15
Guus Sliepen
Optimise handling of select() returning <= 0.
tree
|
commitdiff
2010-01-15
Guus Sliepen
Ping nodes immediately when receiving SIGALRM.
tree
|
commitdiff
2010-01-15
Guus Sliepen
Clamp MSS of IPv4 SYN packets.
tree
|
commitdiff
2009-12-31
Guus Sliepen
Move source from lib/ to src/.
tree
|
commitdiff
2009-12-24
Guus Sliepen
Allow Port and PMTUDiscovery options in tinc.conf,...
tree
|
commitdiff
2009-12-23
Guus Sliepen
Use xstrdup() instead of xasprintf() to copy static...
tree
|
commitdiff
next