tinc-gui: Reformat codebase according to PEP8
[tinc] / src / control.c
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2013-12-07 Guus SliepenAvoid using a variable named "sun". Solaris doesn't...
2013-08-18 Guus SliepenFix order of tincd's initialization.
2013-08-18 Guus SliepenCreate UNIX socket at the same time as the PID file...
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-05-28 Guus SliepenFix port number in pidfile.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-10 Guus SliepenFix whitespace.
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-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
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-05-08 Guus SliepenAlways pass request strings to other functions as const...
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-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-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 SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-07-17 Guus SliepenWrite loopback address instead of "any" address in...
2011-07-12 Guus SliepenMake use of the improved hex and base64 functions.
2011-06-25 Guus SliepenMake pid files backwards compatible and add address...
2011-06-25 Guus SliepenRename controlcookie file to pidfile.
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-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-22 Guus SliepenAdd the ability to dump all traffic going through route...
2011-05-15 Guus SliepenDump traffic statistics over control sockets.
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-16 Guus SliepenAllow connections to be closed.
2009-12-11 Guus SliepenFix compiler warnings.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-07 Guus SliepenSmall fixes to get really working control sockets on...
2009-11-05 Guus SliepenMake sure the 1.1 branch compiles in a MinGW environment.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenUpdate FSF address in files not covered by the merge.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenFix compiler warnings.
2007-11-08 Scott LambUse a control socket directory to restrict access
2007-11-07 Scott LambCoding style corrections
2007-11-07 Scott LambReload configuration through control socket
2007-11-07 Scott LambRetry connections through control socket
2007-11-07 Scott LambAlter debugging levels through control socket
2007-11-07 Scott LambPurge through the control socket
2007-11-07 Scott LambDump through control socket
2007-11-07 Scott LambFancier protocol for control socket
2007-05-19 Guus SliepenUse bufferevents to handle control socket buffering.
2007-05-19 Guus SliepenImplement "stop" command, and allow tincctl to retrieve...
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-18 Guus SliepenStart of control socket implementation.