log src/lib-index/mail-index-map-read.c @ 22691:dca05b22217b

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.
Thu, 24 Nov 2016 15:14:06 +0200 Timo Sirainen lib-index: If index open fails with fsck, retry opening once.
Tue, 22 Nov 2016 12:03:01 +0200 Timo Sirainen lib-index: Handle invalid headers as "corruption", not "temporary error"
Mon, 21 Nov 2016 13:34:57 +0200 Aki Tuomi lib-index: Limit mmap syscall errors in index to 1/s
Fri, 18 Nov 2016 16:15:59 +0200 Timo Sirainen lib-index: Compiler warning fix
Fri, 18 Nov 2016 15:46:39 +0200 Timo Sirainen lib-index: If mmap() fails, include the attempted size in the error.
Fri, 11 Nov 2016 17:00:39 +0200 Timo Sirainen lib-index: Improve error messages when transaction log is unexpectedly lost
Fri, 03 Jun 2016 20:00:14 +0300 Timo Sirainen lib-index: Added header-size asserts
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Sun, 04 Oct 2015 21:52:29 +0300 Timo Sirainen lib-index: Removed some unnecessary fields.
Sun, 10 May 2015 12:28:09 +0300 Timo Sirainen lib-index: If header is corrupted after syncing, log the reason why.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Fri, 13 Jun 2014 01:57:04 +0300 Timo Sirainen Added various asserts to try to silence Coverity false positives.
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.
Fri, 12 Oct 2012 08:39:31 +0300 Timo Sirainen lib-index: dovecot.index file is no longer overwritten, so it doesn't need to be locked.
Fri, 04 May 2012 00:48:45 +0300 Timo Sirainen lib-index: Removed unused locking code.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 08 Apr 2011 19:50:31 +0300 Timo Sirainen Linux NFS: fstat() may return ENOENT instead of ESTALE in some kernel versions.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 13 Sep 2010 11:52:18 +0100 Timo Sirainen lib-index: readonly status was checked wrong when deleting corrupted index files.
Fri, 14 May 2010 10:53:48 +0200 Timo Sirainen lib-index: Use IO_BLOCK_SIZE HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 08 Oct 2009 20:10:49 -0400 Timo Sirainen lib-index: Take MAIL_INDEX_OPEN_FLAG_READONLY more seriously. HEAD
Thu, 08 Oct 2009 13:02:25 -0400 Timo Sirainen Use array_foreach*() in some useful places. HEAD
Thu, 30 Jul 2009 17:52:41 -0400 Timo Sirainen index: Removed duplication of mail_index_open_flags from struct mail_index. HEAD
Wed, 20 May 2009 17:28:53 -0400 Timo Sirainen Moved some code from mail-index-map.c to mail-index-map-read.c HEAD