log src/lib-index/mail-index-map.c @ 22576:707ae9de3812

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.
Sat, 19 Nov 2016 01:56:19 +0200 Timo Sirainen lib-index: mail_index_map_register_ext(ext_offset=-1) now sets hdr_offset=-1
Fri, 29 Apr 2016 14:07:05 +0300 Timo Sirainen lib-index: Use a bit larger initial records buffer size
Fri, 29 Apr 2016 12:34:23 +0300 Timo Sirainen lib-index: Memory allocation optimization
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
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: trivial robomatic migration from _MAP_IDX to new helper
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 18 Jun 2013 12:59:17 +0300 Timo Sirainen lib-index: Don't bother tracking if header/records were changed.
Wed, 15 May 2013 15:06:24 +0300 Timo Sirainen Added asserts to binary searches to make sure we don't go to infinite loop.
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.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 04 Apr 2012 03:44:04 +0300 Timo Sirainen lib-index: Don't assert-crash with broken extension record intros in log.
Fri, 04 May 2012 00:41:51 +0300 Timo Sirainen lib-index: Updated dovecot.index file only by recreating it, never write to it directly.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 05 Apr 2011 19:08:31 +0300 Timo Sirainen lib-index: Fix to previous check.
Tue, 05 Apr 2011 19:07:01 +0300 Timo Sirainen lib-index: Added extra checks against broken extension record introductions.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 05 Apr 2010 09:16:56 +0300 Timo Sirainen lib-index: Small code cleanup. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 02 Dec 2009 15:35:51 -0600 Timo Sirainen Use array_foreach() more. HEAD
Thu, 08 Oct 2009 13:02:25 -0400 Timo Sirainen Use array_foreach*() in some useful places. HEAD
Mon, 13 Jul 2009 21:11:05 -0400 Timo Sirainen buffer_create_[const_]data() API change: Take buffer_t as parameter instead of allocating it. HEAD
Wed, 20 May 2009 17:30:46 -0400 Timo Sirainen Created mail_index_map_lookup_seq_range() from code in mail-index-view.c. 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
Wed, 20 May 2009 15:39:39 -0400 Timo Sirainen Moved some code from mail-index-map.c to mail-index-map-hdr.c HEAD
Mon, 13 Apr 2009 17:21:32 -0400 Timo Sirainen indexes: Error handling fixes. HEAD
Sat, 11 Apr 2009 21:59:26 -0400 Timo Sirainen Memory leak fixes. HEAD
Tue, 24 Feb 2009 16:55:11 -0500 Timo Sirainen mail_index_map_ext_hdr_check(): Fixed a wrong check. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 08:50:14 +0200 Timo Sirainen Try to use (Apple) gcc's __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros if possible. HEAD
Sun, 14 Dec 2008 06:38:24 +0200 Timo Sirainen Replaced literal "keywords" strings with a macro. HEAD
Sat, 13 Dec 2008 15:22:34 +0200 Timo Sirainen mmap_disable=yes: Opening index always tried to read it from transaction log. HEAD
Sun, 31 Aug 2008 11:02:13 +0300 Timo Sirainen Fixed crashes related to struct mail_index_map_modseq handling. HEAD
Tue, 17 Jun 2008 13:59:47 +0300 Timo Sirainen mail_index_record_map_move_to_private(): Drop messages from record_map the HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Sat, 15 Mar 2008 09:59:56 +0200 Timo Sirainen Initial CONDSTORE support. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Sun, 25 May 2008 04:19:49 +0300 Timo Sirainen If index file's header shows that it's unusable (e.g. major version change HEAD
Sun, 25 May 2008 01:00:27 +0300 Timo Sirainen Make sure MAIL_RECENT flag is cleared from index file's flags so it can be HEAD
Sun, 04 May 2008 19:39:04 +0300 Timo Sirainen Memory pool allocation tweaks. HEAD
Sat, 15 Mar 2008 06:58:19 +0200 Timo Sirainen Fixed extension record checking. HEAD
Tue, 11 Mar 2008 15:08:57 +0200 Timo Sirainen Apparently "alignmentation" isn't a word. Changed to "alignment". HEAD
Sun, 09 Mar 2008 02:11:19 +0200 Timo Sirainen Valgrind warning fix HEAD
Fri, 07 Mar 2008 03:52:52 +0200 Timo Sirainen Don't allow too large extension header sizes. They're probably caused by HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 28 Nov 2007 15:50:55 +0200 Timo Sirainen Verify extension fields are correct when registering it from transaction HEAD
Sun, 18 Nov 2007 08:40:59 +0200 Timo Sirainen NFS cache flushing APIs changed and backend implements it a bit differently. HEAD
Sun, 18 Nov 2007 01:45:29 +0200 Timo Sirainen Don't bother flushing attribute cache if we just fcntl locked the file. HEAD
Fri, 16 Nov 2007 20:19:40 +0200 Timo Sirainen When reading an index file created by v1.0, make sure we update the header HEAD
Sun, 30 Sep 2007 15:52:26 +0300 Timo Sirainen Avoid "first_recent_uid 0 -> 1" errors when upgrading from v1.0 index files. 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 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD