log src/lib-index/Makefile.am @ 9354:687ac828b964 HEAD

age author description
Mon, 01 Sep 2008 15:17:00 +0300 Timo Sirainen Rewrote thread indexing code. It's a lot simpler and takes less disk space. HEAD
Mon, 09 Jun 2008 03:56:04 +0300 Timo Sirainen Merged initial mail thread indexing implementation. HEAD
Sat, 15 Mar 2008 09:59:56 +0200 Timo Sirainen Initial CONDSTORE support. HEAD
Tue, 11 Mar 2008 04:25:36 +0200 Timo Sirainen Removed mail-hash. It's not used anywhere and its API has been redesigned. HEAD
Sat, 16 Jun 2007 01:02:57 +0300 Timo Sirainen Moved mail_index_write() to its own file. HEAD
Wed, 13 Jun 2007 22:15:06 +0300 Timo Sirainen Removed mail-transaction-util.[ch]. They're no longer needed. HEAD
Mon, 11 Jun 2007 06:21:46 +0300 Timo Sirainen Moved mail transaction log file related code to its own file. HEAD
Mon, 11 Jun 2007 06:07:40 +0300 Timo Sirainen Moved mail index map related code to its own file. HEAD
Thu, 22 Feb 2007 23:50:46 +0200 Timo Sirainen Added --with-headers configure option to install .h files. HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Sun, 15 Oct 2006 15:25:39 +0300 Timo Sirainen And removed the rest of the mailbox-list-index* too.. HEAD
Sun, 15 Oct 2006 15:24:40 +0300 Timo Sirainen mailbox-list-index wasn't supposed to be committed yet. HEAD
Fri, 13 Oct 2006 18:18:39 +0300 Timo Sirainen When registering fields, if they were already exited in the cache file mark HEAD
Tue, 11 Jul 2006 19:04:21 +0300 Timo Sirainen Added code to support hash table index files. HEAD
Tue, 08 Feb 2005 14:28:12 +0200 Timo Sirainen Moved code into mail-transaction-log-append.c HEAD
Sat, 22 Jan 2005 18:56:37 +0200 Timo Sirainen Instead of using separate transaction sorting code for syncing, just put the HEAD
Sun, 26 Dec 2004 11:12:39 +0200 Timo Sirainen Initial support for keywords. Syncing to mbox/maildir doesn't work yet. HEAD
Tue, 07 Dec 2004 05:59:20 +0200 Timo Sirainen Moved extension syncing code to separate file. HEAD
Sat, 06 Nov 2004 19:20:18 +0200 Timo Sirainen Removed cache_offset from mail_index_record and changed it to use extension HEAD
Thu, 21 Oct 2004 02:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. HEAD
Sun, 18 Jul 2004 05:25:06 +0300 Timo Sirainen Header caching redesigned. New design allows caching decisions per field, so HEAD
Mon, 28 Jun 2004 20:35:27 +0300 Timo Sirainen Added some smartness for deciding what to cache. Cache compression code compiles, but untested. HEAD
Tue, 22 Jun 2004 10:36:33 +0300 Timo Sirainen Added mail_index_transaction_get_updated_view() which can be used to access HEAD
Sat, 01 May 2004 19:30:58 +0300 Timo Sirainen remove mail_index_reset() completely HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Mon, 11 Aug 2003 05:40:40 +0300 Timo Sirainen Support for upgrading from old index file with smaller header. HEAD
Wed, 06 Aug 2003 23:15:30 +0300 Timo Sirainen Index cache file rewrite. It's not finished yet and mbox support is HEAD
Wed, 23 Jul 2003 02:31:53 +0300 Timo Sirainen mail-tree.h no longer needed HEAD
Mon, 21 Jul 2003 17:35:39 +0300 Timo Sirainen Removed .imap.index.tree file. For now we'll just rewrite .imap.index file HEAD
Sun, 27 Apr 2003 23:02:06 +0300 Timo Sirainen --with-storage=maildir,mbox can now be used to compile in only the wanted 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
Sun, 06 Oct 2002 03:30:14 +0300 Timo Sirainen First version of binary tree file, still some locking issues while opening 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
Sun, 08 Sep 2002 02:31:56 +0300 Timo Sirainen Moved custom flags handling into lib-index. HEAD
Sat, 07 Sep 2002 04:52:21 +0300 Timo Sirainen Moved lib-index/mail-messageset.* to lib-storage/index/index-messageset.*. HEAD
Mon, 26 Aug 2002 02:46:59 +0300 Timo Sirainen Added write_full() which is a simple wrapper around write() meant for HEAD
Sun, 25 Aug 2002 23:50:09 +0300 Timo Sirainen after a few times of trying to access uncached fields, they're cached the HEAD
Sat, 24 Aug 2002 05:04:45 +0300 Timo Sirainen mbox fixes, not fully working yet but almost :) HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD