]> git.meshlink.io Git - meshlink/history - lib/pidfile.c
Never automatically try to bind to ports >= 32768.
[meshlink] / lib / pidfile.c
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-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 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-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-01-02 Guus SliepenLimit field width when scanning PID file.
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-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-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenCheck the return value of fscanf() when reading a PID...
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-05-18 Michael Tokarevbugfix: initialize pid (as read from pidfile) to zero
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-18 Guus SliepenK&R style braces
2007-02-14 Guus SliepenClose the proper filedescriptor (if it exists).
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
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-07-29 Guus SliepenFix compile errors and warnings.
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2002-09-10 Guus SliepenFix compiler warnings.
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2000-11-24 Ivo TimmermansSet errno to 0 before trying to kill the other process.
2000-11-07 Guus SliepenPorting to SunOS 5.8:
2000-03-26 Ivo TimmermansInitial revision