Don't take the address of a variable whose scope is about to disappear.
[tinc] / src / logger.c
2012-03-26 Guus SliepenRemove newline from log message.
2011-06-06 Guus SliepenImproved --logfile option.
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
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...