.. |
bsd
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
cygwin
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
dummy
|
Use 64 bit counters to keep track of bytes sent/received from the virtual network interface.
|
2010-06-04 15:04:08 +02:00 |
gcrypt
|
Removed two newlines from the end of log messages which created empty lines.
|
2011-05-28 15:24:39 +02:00 |
linux
|
Remove support for the Ethertap device.
|
2011-06-02 18:07:50 +02:00 |
mingw
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
openssl
|
sparse fixup: warning: non-ANSI function declaration of function '...'
|
2011-05-28 15:24:39 +02:00 |
raw_socket
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
solaris
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
uml_socket
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
vde
|
Add support for VDE through libvdeplug.
|
2011-02-07 18:34:55 +01:00 |
buffer.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
buffer.h
|
Always compact the buffer if it has reached MAXBUFSIZE.
|
2011-05-22 13:24:01 +02:00 |
conf.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
conf.h
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
connection.c
|
Remove outgoing event in free_connection().
|
2011-05-29 22:34:19 +02:00 |
connection.h
|
sparse fixup: error: dubious one-bit signed bitfield
|
2011-05-28 15:24:39 +02:00 |
control.c
|
sparse fixup: warning: non-ANSI function declaration of function '...'
|
2011-05-28 15:24:39 +02:00 |
control.h
|
Use the TCP socket infrastructure for control sockets.
|
2009-11-07 23:43:25 +01:00 |
control_common.h
|
Add the ability to dump all traffic going through route() over a control connection.
|
2011-05-22 14:17:30 +02:00 |
device.h
|
Add per-node traffic counters.
|
2011-05-15 00:42:29 +02:00 |
dropin.c
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
dropin.h
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
edge.c
|
Use the TCP socket infrastructure for control sockets.
|
2009-11-07 23:43:25 +01:00 |
edge.h
|
Use the TCP socket infrastructure for control sockets.
|
2009-11-07 23:43:25 +01:00 |
ethernet.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
fake-gai-errnos.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
fake-getaddrinfo.c
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
fake-getaddrinfo.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
fake-getnameinfo.c
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
fake-getnameinfo.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
getopt.c
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
getopt.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
getopt1.c
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
graph.c
|
sparse fixup: warning: non-ANSI function declaration of function '...'
|
2011-05-28 15:24:39 +02:00 |
graph.h
|
Use the TCP socket infrastructure for control sockets.
|
2009-11-07 23:43:25 +01:00 |
ipv4.h
|
Merge branch 'master' into 1.1
|
2010-04-17 12:21:53 +02:00 |
ipv6.h
|
Merge branch 'master' into 1.1
|
2010-04-17 12:21:53 +02:00 |
list.c
|
Allow inserting items in the middle of a list.
|
2011-05-15 16:29:54 +02:00 |
list.h
|
Allow inserting items in the middle of a list.
|
2011-05-15 16:29:54 +02:00 |
logger.c
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
logger.h
|
Use the event log under Windows.
|
2003-08-17 09:04:00 +00:00 |
Makefile.am
|
Drop the GNU malloc.c, realloc.c, and xmalloc.c.
|
2011-06-02 17:45:06 +02:00 |
meta.c
|
Fixed error logging on "Input buffer full" condition.
|
2011-05-28 15:24:38 +02:00 |
meta.h
|
Function flush_meta() does not exist anymore.
|
2010-03-31 05:06:33 +02:00 |
net.c
|
Check if an event is initialized before calling event_del().
|
2011-05-22 13:24:01 +02:00 |
net.h
|
do_outgoing_connection() may delete a failed connection, and the structure
|
2011-05-29 22:05:14 +02:00 |
net_packet.c
|
Fix some compiler and cppcheck warnings.
|
2011-06-02 18:22:26 +02:00 |
net_setup.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
net_socket.c
|
Remove unused functions and variables.
|
2011-06-02 17:57:53 +02:00 |
netutl.c
|
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
|
2011-05-09 21:35:14 +02:00 |
netutl.h
|
Update the address of the Free Software Foundation in all copyright headers.
|
2009-09-25 00:01:00 +02:00 |
node.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
node.h
|
sparse fixup: error: dubious one-bit signed bitfield
|
2011-05-28 15:24:39 +02:00 |
process.c
|
Remove unused functions and variables.
|
2011-06-02 17:57:53 +02:00 |
process.h
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
protocol.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
protocol.h
|
Merge branch 'master' into 1.1
|
2010-03-26 16:51:03 +01:00 |
protocol_auth.c
|
Use variable length arrays instead of alloca().
|
2010-11-13 15:55:38 +01:00 |
protocol_edge.c
|
Merge branch 'master' into 1.1
|
2010-11-12 16:15:29 +01:00 |
protocol_key.c
|
sparse fixup: warning: non-ANSI function declaration of function '...'
|
2011-05-28 15:24:39 +02:00 |
protocol_misc.c
|
Remove use of bufferevent and eventbuffers, use our own buffering instead.
|
2011-05-14 19:20:56 +02:00 |
protocol_subnet.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
route.c
|
Add the ability to dump all traffic going through route() over a control connection.
|
2011-05-22 14:17:30 +02:00 |
route.h
|
Add the ability to dump all traffic going through route() over a control connection.
|
2011-05-22 14:17:30 +02:00 |
splay_tree.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
splay_tree.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
subnet.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
subnet.h
|
Merge branch 'master' into 1.1
|
2010-04-17 12:21:53 +02:00 |
tincctl.c
|
Fix some compiler and cppcheck warnings.
|
2011-06-02 18:22:26 +02:00 |
tincctl.h
|
Add tincctl.h.
|
2011-05-16 09:46:54 +02:00 |
tincd.c
|
sparse fixup: warning: Using plain integer as NULL pointer
|
2011-05-28 15:24:39 +02:00 |
top.c
|
Cosmetic fix when pressing 's' in tincctl top.
|
2011-05-29 22:12:37 +02:00 |
top.h
|
Add top.h.
|
2011-05-16 09:48:19 +02:00 |
utils.c
|
sparse fixup: warning: symbol '...' was not declared. Should it be static?
|
2011-05-28 15:24:39 +02:00 |
utils.h
|
Move source from lib/ to src/.
|
2009-12-31 13:19:13 +01:00 |
xalloc.h
|
Drop the GNU malloc.c, realloc.c, and xmalloc.c.
|
2011-06-02 17:45:06 +02:00 |