log src/lib-index/mail-index.c @ 22610:bf758ce6ee6d

age author description
Mon, 09 Oct 2017 15:24:45 +0300 Timo Sirainen lib-index: Add mail_index_base_optimization_settings
Mon, 09 Oct 2017 15:15:08 +0300 Timo Sirainen lib-index: Replace mail_index_set_log_rotation() with mail_index_set_optimization_settings()
Mon, 11 Sep 2017 12:59:27 +0300 Timo Sirainen lib-index: mail_index_use_existing_permissions() - Ignore with INDEX=MEMORY
Mon, 11 Sep 2017 12:58:28 +0300 Timo Sirainen lib-index: mail_index_use_existing_permissions() - Log error if stat() unexpectedly fails
Mon, 24 Jul 2017 21:07:44 +0300 Timo Sirainen lib-index: Add mail_index_use_existing_permissions()
Tue, 18 Jul 2017 14:42:23 +0300 Timo Sirainen lib-index: Fix mail_index_get_modification_time() to work when index isn't open.
Tue, 18 Jul 2017 14:37:53 +0300 Aki Tuomi lib-index: Mark index deleted if index log file is missing
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.
Mon, 12 Dec 2016 07:28:00 +0200 Timo Sirainen global: Make sure *_malloc() calculations won't cause integer overflows.
Wed, 23 Nov 2016 23:12:29 +0200 Timo Sirainen lib-index: Add mail_index_set_log_rotation()
Mon, 21 Nov 2016 13:33:42 +0200 Aki Tuomi lib-index: Do not crash if log is missing
Mon, 21 Nov 2016 13:29:12 +0200 Timo Sirainen lib-index: Revert log flooding prevention / 3c014db6f
Fri, 11 Nov 2016 17:00:39 +0200 Timo Sirainen lib-index: Improve error messages when transaction log is unexpectedly lost
Thu, 08 Sep 2016 19:01:54 +0300 Martti Rannanjärvi lib-index: limit mail_index error prints to one per ioloop_time
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
Sat, 13 Jun 2015 17:05:49 +0300 Timo Sirainen lib-index: Added mail_index_ext_register_resize_defaults()
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 09 Oct 2014 20:46:31 +0300 Timo Sirainen lib-index: Removed dovecot.index locking related code, which is no longer used.
Tue, 07 Oct 2014 19:04:36 +0300 Timo Sirainen lib-index: Added path parameter to mail_index_create_tmp_file()
Tue, 07 Oct 2014 02:35:41 +0300 Timo Sirainen lib-index: Fixed cache file creation race condition.
Thu, 03 Jul 2014 17:40:37 +0300 Timo Sirainen lib-index: Fixed error handling in mail_index_open()
Thu, 03 Jul 2014 17:29:58 +0300 Timo Sirainen lib-index: Index cache could have kept too many indexes open.
Fri, 13 Jun 2014 00:45:43 +0300 Timo Sirainen Removed pointless NULL checks.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 15 Jan 2014 22:11:22 +0200 Timo Sirainen lib-index: Keep track of views and transactions in linked lists.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
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.
Sat, 15 Sep 2012 19:54:21 +0300 Timo Sirainen lib-index: Changed mail_index_set_fsync_mode() to use a separate enum for the mask.
Mon, 20 Aug 2012 09:47:28 +0300 Timo Sirainen Reverted "support for non-pointers" part of the hash table API changes.
Sun, 19 Aug 2012 13:55:34 +0300 Timo Sirainen Hash table API is now (mostly) type safe.
Sun, 19 Aug 2012 07:20:13 +0300 Timo Sirainen hash_table_create(): Removed table_pool parameter.
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
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.
Thu, 09 Feb 2012 00:39:52 +0200 Timo Sirainen lib-index: Added mail_index_set_ext_init_data() for adding data to index on creation.
Sun, 04 Sep 2011 12:38:24 +0300 Timo Sirainen lib-index: Fixed reopening index file that was marked as corrupted.
Sun, 04 Sep 2011 11:52:16 +0300 Timo Sirainen lib-index: When marking index corrupted, delete also transaction log file.
Tue, 30 Aug 2011 04:21:36 +0300 Timo Sirainen Merged changes from v2.0 tree.
Thu, 04 Aug 2011 19:57:35 +0300 Timo Sirainen mail_index_get_keywords() / status.keywords weren't actually guaranteed to be NULL terminated
Thu, 04 Aug 2011 19:57:02 +0300 Timo Sirainen mail_index_get_keywords() / status.keywords weren't actually guaranteed to be NULL terminated
Sat, 30 Apr 2011 16:24:42 +0300 Timo Sirainen Merged changes from v2.0 tree.
Fri, 08 Apr 2011 19:50:31 +0300 Timo Sirainen Linux NFS: fstat() may return ENOENT instead of ESTALE in some kernel versions.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 24 Feb 2011 13:19:05 +0200 Timo Sirainen lib-index: Give better assert-crashes if view or log view isn't closed.
Mon, 17 Jan 2011 21:25:01 +0200 Timo Sirainen lib-index: Avoid corrupting dovecot.index file when recreating it even in case of broken file locking.
Wed, 06 Oct 2010 17:15:51 +0100 Timo Sirainen lib-index: Avoid unnecessary pread()s at end of transaction log file.
Wed, 29 Sep 2010 17:14:22 +0100 Timo Sirainen lib-index: Avoid refreshing transaction log immediately after it was opened.
Wed, 18 Aug 2010 16:24:13 +0100 Timo Sirainen lib-index: Give a clearer error message for syscall failing with EFBIG.
Wed, 18 Aug 2010 16:21:04 +0100 Timo Sirainen lib-index: Put all syscall error logging through one function.
Fri, 25 Jun 2010 16:21:49 +0100 Timo Sirainen Renamed fsync_disable to mail_fsync=optimized|always|never. HEAD
Wed, 23 Jun 2010 17:52:02 +0100 Timo Sirainen Added mail_max_lock_timeout setting. HEAD
Mon, 15 Feb 2010 04:29:47 +0200 Timo Sirainen lib-index: Added mail_index_get_modification_time(). HEAD