tinc-gui: Reformat codebase according to PEP8
[tinc] / src / logger.c
2015-07-12 thorkillRemoved double break;
2015-06-10 Guus SliepenFix crash is sptps_logger().
2015-05-20 Guus SliepenDon't write log messages to the umbilical pipe if we...
2015-05-20 Guus SliepenEnsure "tinc start" knows if the daemon really started...
2015-05-19 Guus SliepenAdd source of SPTPS errors to log messages.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-12-05 Guus SliepenFix compiler warnings on OpenBSD.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-14 Guus SliepenLog more messages using logger().
2012-10-10 Guus SliepenFix whitespace.
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-09-04 Guus SliepenRemove newlines at end of log messages.
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-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenRemove newline from log message.
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-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-06-06 Guus SliepenImproved --logfile option.
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-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
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...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-10-06 Guus SliepenPIDs are of type pid_t, and use %ld when reading/writin...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-17 Guus SliepenDo what the SDK documentation tells.
2003-08-17 Guus SliepenUse the event log under Windows.
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-07-29 Guus SliepenNative Windows support.
2003-07-29 Guus SliepenFix compile errors and warnings.
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...