Don't assume sa.sa_family is a short int.
[tinc] / src / process.c
2015-05-04 Etienne DechampsUse git description as the tinc version.
2015-03-14 Guus SliepenFix the case where we detach and use --logfile.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-03-13 Jochen VossAdd a new --syslog option for tincd.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Etienne DechampsShutdown cleanly when receiving a Windows console shutd...
2014-06-29 Etienne DechampsUse git description as the tinc version.
2014-06-29 Etienne DechampsRegenerate build date and time every time tinc is built.
2014-06-28 Guus SliepenMerge branch 'winevents-clean' of https://github.com...
2014-06-28 Etienne DechampsUse a Windows event to stop tinc when running as a...
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-02-20 Guus SliepenFix compiler warnings on Windows.
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-03 Guus SliepenMore fixes for Windows.
2012-12-03 Guus SliepenFix compiler error on Windows.
2012-10-14 Guus SliepenFix a few compiler errors/warnings.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-14 Guus SliepenFix compile error on Windows.
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 SliepenFix warnings from cppcheck.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-24 Guus SliepenAttribution for Vil Brekin and some code style cleanups.
2012-09-24 VilbrekinReplace hard-code with new ScriptsInterpreter configura...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenFix exit code when installing tincd as a service on...
2012-07-21 Guus SliepenUse backslashes on Windows.
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-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-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-07-17 Guus Sliepen"tincctl stop" now removes the tinc service on Windows.
2011-06-25 Guus SliepenRe-add support for SIGALRM.
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-03 Guus SliepenDon't ignore SIGCHLD, system() needs it.
2011-06-02 Guus SliepenEven simpler signal handling.
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-06-02 Guus SliepenDrop the GNU malloc.c, realloc.c, and xmalloc.c.
2011-06-02 Guus SliepenSimplify signal handling.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-16 Guus SliepenFix variable length array declaration.
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
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-11-01 Guus SliepenStart a tinc service if it already exists.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-24 Guus SliepenUpdate copyright information.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-14 Guus SliepenUse access() instead of stat() for checking whether...
2009-09-10 Guus SliepenDon't stat() on iPhone/iPod.
2009-09-08 Guus SliepenUNIX signal numbers start at 1.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-11 Guus SliepenBackport fixes from trunk since revision 1555.
2007-08-17 Guus SliepenHandle SERVICE_CONTROL_INTERROGATE requests. Thanks...
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-19 Guus SliepenWe can safely delete a connection_t in terminate_connec...
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove last references to the global variable "running".
2007-05-17 Guus SliepenUse libevent to handle all non-fatal signals.
2007-05-17 Guus SliepenUse libevent to handle HUP signal.
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2005-01-04 Guus SliepenCorrect size argument for strncat().
2004-11-01 Guus SliepenDon't let tinc service depend on NDIS component.
2004-10-01 Guus Sliepenstrndupa() is too arcane for some environments.
2004-06-14 Guus SliepenClean up environment after executing scripts.
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.
next