log src/lib/file-cache.c @ 9354:687ac828b964 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
Thu, 08 Nov 2007 04:10:30 +0200 Timo Sirainen Drop read_highwater position when invalidating if possible. 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 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Fri, 16 Feb 2007 12:53:43 +0200 Timo Sirainen Made file_cache_set_size() public. HEAD
Thu, 04 Jan 2007 16:04:13 +0200 Timo Sirainen Changed assert so it doesn't give a compiler warning with 32bit systems. HEAD
Sun, 03 Dec 2006 17:21:29 +0200 Timo Sirainen If mremap_anon() fails, don't leak/crash. HEAD
Sun, 03 Dec 2006 17:09:37 +0200 Timo Sirainen Check against offset/size overflows. HEAD
Sun, 19 Nov 2006 01:35:37 +0200 Timo Sirainen And accidentally reverted the first buffer overflow fix in the second HEAD
Sun, 19 Nov 2006 01:26:19 +0200 Timo Sirainen And another off-by-one buffer overflow fix. HEAD
Sun, 19 Nov 2006 01:15:02 +0200 Timo Sirainen Off-by-one buffer overflow fix. The code gets executed only with HEAD
Tue, 30 May 2006 11:37:10 +0300 Timo Sirainen We were caching the EOF block wrongly in some situations. HEAD
Thu, 16 Feb 2006 17:23:00 +0200 Timo Sirainen Try to handle ESTALE NFS errors the best way we can. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sat, 14 May 2005 15:05:50 +0300 Timo Sirainen Optimizations HEAD
Sat, 14 May 2005 14:35:08 +0300 Timo Sirainen still wrong.. HEAD
Sat, 14 May 2005 14:32:45 +0300 Timo Sirainen fix HEAD
Sat, 14 May 2005 14:29:07 +0300 Timo Sirainen Added file_cache_write() to update cached memory area. HEAD
Wed, 11 May 2005 00:36:05 +0300 Timo Sirainen Cache bitmask was still used wrong, maybe now.. HEAD
Wed, 11 May 2005 00:04:02 +0300 Timo Sirainen Cache decisions were completely wrong for file sizes larger than 32kB. HEAD
Sun, 05 Dec 2004 03:36:12 +0200 Timo Sirainen Changed file_cache_invalidate()'s size argument to uoff_t type. HEAD
Mon, 29 Nov 2004 14:21:24 +0200 Timo Sirainen Don't crash if trying to read more than INT_MAX bytes. Just silently allow HEAD
Mon, 08 Nov 2004 03:02:52 +0200 Timo Sirainen Use madvise(MADV_DONTNEED) for invalidated pages to free memory. HEAD
Mon, 08 Nov 2004 02:40:36 +0200 Timo Sirainen Cache file works now with mmap_disable=yes. Still needs a few optimizations. HEAD