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

age author description
Thu, 14 Jun 2007 04:05:13 +0300 Timo Sirainen s/field/field_idx/ HEAD
Thu, 14 Jun 2007 03:20:18 +0300 Timo Sirainen Cache code cleanups HEAD
Thu, 14 Jun 2007 02:15:57 +0300 Timo Sirainen Make sure cache file is opened when looking up headers. HEAD
Thu, 14 Jun 2007 02:11:17 +0300 Timo Sirainen Cache decisions weren't updated when doing header lookups. HEAD
Thu, 14 Jun 2007 01:43:50 +0300 Timo Sirainen Header lookup from cache could have returned garbage after headers in very HEAD
Sun, 14 Jan 2007 05:17:07 +0200 Timo Sirainen Removed file offset caching from mail_cache_foreach(). It didn't work HEAD
Fri, 15 Dec 2006 20:10:51 +0200 Timo Sirainen Type safe callbacks weren't as easy as I thought. Only callback(void HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Fri, 13 Oct 2006 18:19:54 +0300 Timo Sirainen Delay opening the cache file until it's actually needed. HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety 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
Sat, 27 Aug 2005 13:20:39 +0300 Timo Sirainen Removed fcntl() text from some locking error messages, because if HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Sat, 14 May 2005 15:22:54 +0300 Timo Sirainen Error handling fixes HEAD
Fri, 08 Apr 2005 15:14:41 +0300 Timo Sirainen Several size_t -> unsigned int changes. Try to keep "unsigned int" for HEAD
Sat, 12 Mar 2005 20:16:29 +0200 Timo Sirainen Changed many buffers to arrays. Cleans up the code a lot. HEAD
Mon, 29 Nov 2004 14:30:27 +0200 Timo Sirainen Crashfixes for reading corrupted cache files. HEAD
Mon, 08 Nov 2004 02:40:36 +0200 Timo Sirainen Cache file works now with mmap_disable=yes. Still needs a few optimizations. 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
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Thu, 16 Sep 2004 17:33:16 +0300 Timo Sirainen Fix for circular record list detection, we can't use data stack for buffer. HEAD
Thu, 16 Sep 2004 17:03:00 +0300 Timo Sirainen Make sure we don't get into infinite loops while reading cache. HEAD
Sun, 12 Sep 2004 17:02:46 +0300 Timo Sirainen ID mapping fixes. HEAD
Sat, 11 Sep 2004 22:21:08 +0300 Timo Sirainen a few more cache fixes HEAD
Fri, 10 Sep 2004 12:57:42 +0300 Timo Sirainen Added debugging HEAD
Sat, 04 Sep 2004 13:26:36 +0300 Timo Sirainen Added support for bitmask type. HEAD
Sun, 15 Aug 2004 05:50:29 +0300 Timo Sirainen bugfix HEAD
Tue, 20 Jul 2004 20:06:08 +0300 Timo Sirainen mail_cache_lookup_headers() fix 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
Sat, 10 Jul 2004 14:16:05 +0300 Timo Sirainen Cache fixes. Lookups now look into transactions too. 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
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 16:43:36 +0300 Timo Sirainen Crashfixes for disabled cache. 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
Mon, 21 Jun 2004 17:44:47 +0300 Timo Sirainen Cache doesn't crash anymore if we're asking it about messages that exist 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
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD