log src/lib/file-set-size.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
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 07 May 2014 16:52:22 +0300 Phil Carmody lib: a couple of trivial sparse cleanups
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.
Sat, 07 Jul 2012 14:37:54 +0300 Timo Sirainen file_preallocate() returned wrong value on success with OSX.
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.
Thu, 21 Oct 2010 22:59:26 +0100 Timo Sirainen file_preallocate(): Don't ignore ENOSPC with OSX either, caller will check it.
Thu, 21 Oct 2010 22:56:02 +0100 Timo Sirainen file_preallocate(): Added support for OS X.
Wed, 20 Oct 2010 17:50:03 +0100 Timo Sirainen Added file_preallocate() to preallocate space to a file without changing its size.
Fri, 14 May 2010 10:40:24 +0200 Timo Sirainen Use IO_BLOCK_SIZE macro to specify how large read/write syscalls to use. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 28 Aug 2009 12:57:26 -0400 Timo Sirainen file_set_size() was broken with OSes that didn't support posix_fallocate(). HEAD
Thu, 30 Jul 2009 14:07:13 -0400 Timo Sirainen Handle posix_fallocate() failures correctly. Check also for AIX's "not supported" failure. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 05 Oct 2008 13:49:29 +0300 Timo Sirainen Removed posix_fallocate() failure check for AIX. HEAD
Mon, 22 Sep 2008 21:23:37 +0300 Timo Sirainen AIX: Silently ignore posix_fallocate() failures. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 27 Oct 2007 19:03:17 +0300 Timo Sirainen We need to include config.h before checking HAVE_* macros. HEAD
Sat, 27 Oct 2007 19:02:07 +0300 Timo Sirainen Solaris compile fix. HEAD
Sun, 21 Oct 2007 14:32:34 +0300 Timo Sirainen If posix_fallocate() returns EINVAL, fallback to writing. HEAD
Sat, 20 Oct 2007 20:51:30 +0300 Timo Sirainen If file_set_size() fails for any other reason than "not enough disk 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, 29 May 2007 20:04:22 +0300 Timo Sirainen If we're using posix_fallocate(), make it allocate only from EOF to where we HEAD
Fri, 30 Mar 2007 13:17:45 +0300 Timo Sirainen Use posix_fallocate() if possible. Also did minor optimizations to the 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, 16 Sep 2002 08:52:57 +0300 Timo Sirainen file_set_size() was buggy when it was supposed to shrink file HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD