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

age author description
Thu, 08 Jun 2017 14:49:56 +0300 Josef 'Jeff' Sipek global: use new byte ordering API
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Fri, 03 Jun 2016 17:54:36 +0300 Timo Sirainen lib-index: Allow growing ext record_size after mail_index_update_ext()
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.
Sun, 24 Feb 2013 15:00:13 +0200 Timo Sirainen Avoid unsigned integer overflows.
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.
Sun, 19 Aug 2012 16:17:32 +0300 Timo Sirainen Removed CONTEXT_TYPE_SAFETY macro and reimplemented its functionality better.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Mon, 13 Jul 2009 13:13:03 -0400 Timo Sirainen Moved mail_index_seq_array_*() to mail-index-util.c and added its own .h file. HEAD
Tue, 26 May 2009 20:22:05 -0400 Timo Sirainen Moved some generic library functions to mail-index-util.c. HEAD
Mon, 26 May 2003 16:20:25 +0300 Timo Sirainen more verbose error message for "lock timeout" HEAD
Sun, 30 Mar 2003 15:48:36 +0300 Timo Sirainen Handle EDQUOT errno as "not enough disk space" like ENOSPC. HEAD
Fri, 21 Mar 2003 08:47:05 +0200 Timo Sirainen Call the hostpid_init() always at startup. Easier than doing it all around. HEAD
Mon, 24 Feb 2003 20:45:38 +0200 Timo Sirainen Fallback temp file creation into /tmp with in-memory indexes. Used only with HEAD
Sun, 23 Feb 2003 23:06:57 +0200 Timo Sirainen Index opening rewrites. We don't try to support .imap.index-<hostname> style HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Wed, 18 Dec 2002 03:52:14 +0200 Timo Sirainen Try not to split strings to multiple lines from the middle of human readable HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Mon, 25 Nov 2002 21:02:49 +0200 Timo Sirainen Locking changes triggered a bit larger cleanup :) If we have to wait for a HEAD
Sun, 27 Oct 2002 08:37:18 +0200 Timo Sirainen Moved several fields from .imap.index file to .imap.index.data file. Fixed HEAD
Sun, 20 Oct 2002 04:36:46 +0300 Timo Sirainen cache_fields_later() doesn't need MailIndexRecord parameter. HEAD
Sun, 20 Oct 2002 04:12:27 +0300 Timo Sirainen Added cache_fields_later() to MailIndex interface. That can be used to HEAD
Sun, 20 Oct 2002 03:17:21 +0300 Timo Sirainen If maildir files are unexpectedly deleted, don't treat it as error, and HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sun, 06 Oct 2002 08:44:27 +0300 Timo Sirainen Added io_buffer_set_start_offset() and io_buffer_ref() and replaced HEAD
Sun, 06 Oct 2002 06:09:36 +0300 Timo Sirainen Added autoclose_fd-flag for io_buffer_create_file() and HEAD
Mon, 30 Sep 2002 02:08:18 +0300 Timo Sirainen Cached MessagePart reading wasn't working because alignment broke the strict HEAD
Thu, 26 Sep 2002 00:24:32 +0300 Timo Sirainen out of disk space -fixes HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD
Sun, 08 Sep 2002 18:34:27 +0300 Timo Sirainen Replaced INT_TO_POINTER and POINTER_TO_INT macros with POINTER_CAST and HEAD
Fri, 06 Sep 2002 16:43:58 +0300 Timo Sirainen Bigger changes.. full_virtual_size was removed from index record and HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD