log src/lib/fd-close-on-exec.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 30 Sep 2009 08:52:12 -0400 Timo Sirainen fd_debug_verify_leaks() didn't check the last_fd. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Fri, 29 Dec 2006 00:52:00 +0200 Timo Sirainen debug: OSX leaks an fd from gettimeofday(), ignore it. HEAD
Tue, 14 Feb 2006 20:28:15 +0200 Timo Sirainen Enable -Wstrict-aliasing=2 warning and fixed a couple of warnings it gave. HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 20 Jun 2004 00:24:55 +0300 Timo Sirainen if socket is leaked, show also the remote side of it HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sun, 18 May 2003 19:37:04 +0300 Timo Sirainen s/host/addr/ in a few network functions HEAD
Mon, 17 Mar 2003 06:40:39 +0200 Timo Sirainen Don't assume that major() and minor() are unsigned ints. HEAD
Tue, 04 Mar 2003 05:59:13 +0200 Timo Sirainen More verbose error message when leaked fd is noticed. HEAD
Thu, 06 Feb 2003 04:31:31 +0200 Timo Sirainen Print also the fd number if it fails. HEAD
Sun, 01 Dec 2002 17:58:36 +0200 Timo Sirainen Set close-on-exec flag to failure log, /dev/urandom fd already tried to do HEAD
Sun, 01 Dec 2002 17:39:20 +0200 Timo Sirainen We use close-on-exec flag now to make sure that master process closes the HEAD