log src/lib/file-cache.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 14 Dec 2016 19:35:05 +0200 Timo Sirainen lib: Add file_cache_new_path() to include path in error messages.
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
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.
Mon, 26 Mar 2012 20:39:09 +0300 Timo Sirainen Changes to make static analyzer happier.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 23 Nov 2011 19:04:15 +0200 Timo Sirainen file_cache_set_size(): Cleanup properly after mmap() failure.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 05 Apr 2010 01:06:02 +0300 Timo Sirainen Removed dead code. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. 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
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