log src/lib-index/mail-cache.h @ 5735:5763c2548153 HEAD

age author description
Thu, 14 Jun 2007 04:05:13 +0300 Timo Sirainen s/field/field_idx/ HEAD
Tue, 22 May 2007 21:46:07 +0300 Timo Sirainen When compressing cache file, update the cache file offsets using the HEAD
Thu, 02 Nov 2006 19:49:27 +0200 Timo Sirainen If cache file contains broken field type or decision type mark the cache HEAD
Mon, 08 May 2006 15:48:51 +0300 Timo Sirainen Added mail_cache_field_want_add() and mail_cache_field_can_add() HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 03 Jul 2005 18:09:16 +0300 Timo Sirainen Added mail_cache_register_get_list() to get a list of all registered fields HEAD
Sat, 23 Apr 2005 11:45:24 +0300 Timo Sirainen s/PREFIX/SUFFIX/ for .cache and .log filename suffixes.. HEAD
Fri, 08 Apr 2005 15:14:41 +0300 Timo Sirainen Several size_t -> unsigned int changes. Try to keep "unsigned int" for HEAD
Mon, 31 Jan 2005 20:03:43 +0200 Timo Sirainen Don't complain about cache indexid changing when recreating index. HEAD
Tue, 20 Jul 2004 19:50:56 +0300 Timo Sirainen Cache fixes. Decisions are saved again. HEAD
Sun, 18 Jul 2004 05:25:06 +0300 Timo Sirainen Header caching redesigned. New design allows caching decisions per field, so HEAD
Thu, 08 Jul 2004 23:26:15 +0300 Timo Sirainen Cache file fixes, API changes, etc. It's still in somewhat ugly state, but HEAD
Mon, 05 Jul 2004 00:07:43 +0300 Timo Sirainen Cache API updates. Don't return direct pointers to mmaped cache file anymore. HEAD
Sun, 04 Jul 2004 23:00:47 +0300 Timo Sirainen Cache updating is done now by first reserving space where to write, and then HEAD
Sun, 04 Jul 2004 17:26:22 +0300 Timo Sirainen Caching fixes and optimizations. Removed all network byte ordering code - HEAD
Sun, 04 Jul 2004 14:50:48 +0300 Timo Sirainen Cache file compression works now and compressed cache file is reopened. HEAD
Tue, 29 Jun 2004 01:17:59 +0300 Timo Sirainen fix 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
Wed, 23 Jun 2004 21:33:22 +0300 Timo Sirainen Added a framework for getting POP3 UIDL strings from mail-storage. The HEAD
Sun, 20 Jun 2004 12:13:14 +0300 Timo Sirainen Several fixes and cleanups to cache file code, still badly broken HEAD
Sun, 20 Jun 2004 11:05:41 +0300 Timo Sirainen Beginnings of getting cache file working again. Easy to break currently, but HEAD
Sun, 02 May 2004 22:24:35 +0300 Timo Sirainen Added support for setting dirty flags for messages (TODO: undirty..) HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Wed, 03 Sep 2003 01:33:33 +0300 Timo Sirainen mbox reading is kind of working again. Just don't try rewriting or expunging HEAD
Sun, 24 Aug 2003 10:03:22 +0300 Timo Sirainen use int32_t instead of int in struct mail_sent_date HEAD
Thu, 21 Aug 2003 04:59:50 +0300 Timo Sirainen Removed some header/body size fields. We use only message_part now HEAD
Mon, 18 Aug 2003 06:22:12 +0300 Timo Sirainen Removed NBO32_BIT* stuff 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