log src/lib/write-full.c @ 8999:afc1b0ef120d HEAD

age author description
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
Sat, 17 Nov 2007 08:13:03 +0200 Timo Sirainen Use likely() and unlikely() macros to make commonly checked error handling HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 14 Feb 2006 20:59:09 +0200 Timo Sirainen While casting const pointers to something else, the const was often HEAD
Wed, 28 Apr 2004 23:51:11 +0300 Timo Sirainen whops, retrying was broken HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. 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
Mon, 04 Nov 2002 09:11:32 +0200 Timo Sirainen Several minor fixes: signess, casting away const, missing static, etc. HEAD
Sun, 08 Sep 2002 16:20:28 +0300 Timo Sirainen size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more HEAD
Mon, 02 Sep 2002 21:13:47 +0300 Timo Sirainen write_full(): behave correctly if given size was 0. HEAD
Mon, 26 Aug 2002 02:46:59 +0300 Timo Sirainen Added write_full() which is a simple wrapper around write() meant for HEAD