log src/lib/sendfile-util.c @ 22664:fea53c2725c0

age author description
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
Tue, 08 Sep 2015 01:20:51 +0300 Timo Sirainen lib: Added assert to Solaris sendfile() return value.
Thu, 16 Jul 2015 14:41:24 +0200 Sebastian Wiedenroth lib: Fix hang in safe_sendfile on SmartOS
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
Tue, 19 May 2009 13:34:54 -0400 Timo Sirainen safe_sendfile(): Error handling fixes for Linux and Solaris. 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
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 09 Aug 2007 13:39:08 +0300 Timo Sirainen Solaris: Ignore also other errors (EINTR?) if some data was sent. HEAD
Thu, 09 Aug 2007 13:36:32 +0300 Timo Sirainen Solaris: We didn't handle EAGAIN correctly. HEAD
Thu, 08 Jun 2006 19:51:11 +0300 Timo Sirainen Linux's sendfile() returns 0 when remote has closed connection. Convert it HEAD
Tue, 12 Jul 2005 16:06:18 +0300 Timo Sirainen Include just "config.h", not "../../config.h". The absolute path breaks HEAD
Sat, 15 Jan 2005 20:15:52 +0200 Timo Sirainen Don't call sendfile() if count=0. With FreeBSD this fixes an assert crash. HEAD
Thu, 14 Oct 2004 02:36:21 +0300 Timo Sirainen FreeBSD fix HEAD
Wed, 22 Sep 2004 22:50:32 +0300 Timo Sirainen Warning fix with Solaris. HEAD
Sat, 22 May 2004 05:16:36 +0300 Timo Sirainen Solaris: Move from sendfilev() to sendfile() (was it always there?). Make 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
Wed, 09 Apr 2003 23:28:30 +0300 Timo Sirainen Call safe_sendfile() only with sockets, and also with files under Linux. HEAD
Thu, 13 Feb 2003 10:10:36 +0200 Timo Sirainen Solaris 9 seems to kernel panic if sendfilev() is used with non-socket. HEAD
Tue, 11 Feb 2003 18:37:47 +0200 Timo Sirainen Bugfixes to handling >2GB files. HEAD
Sat, 08 Feb 2003 15:52:51 +0200 Timo Sirainen FreeBSD's sendfile() works only with sockets. Replace errno with EINVAL to HEAD
Tue, 14 Jan 2003 22:59:57 +0200 Timo Sirainen Support for Solaris sendfilev(). Entirely untested, hope it works. HEAD
Mon, 28 Oct 2002 05:35:05 +0200 Timo Sirainen Support FreeBSD-compatible sendfile(). Completely untested. HEAD
Wed, 28 Aug 2002 03:11:51 +0300 Timo Sirainen sendfile() works now properly with 64bit off_t HEAD