log src/lib/sendfile-util.c @ 9451:9fff30644260 HEAD

age author description
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