log src/imap/imap-thread.c @ 6089:a19931ec66db HEAD

age author description
Thu, 19 Jul 2007 02:36:04 +0300 Timo Sirainen Changed mail_transaction_begin() API to take flags parameter instead of two HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 25 Jan 2007 19:23:12 +0200 Timo Sirainen Memory leak fix HEAD
Wed, 20 Dec 2006 07:54:13 +0200 Timo Sirainen Fixes to hash compression and 1:n search. HEAD
Wed, 20 Dec 2006 06:35:45 +0200 Timo Sirainen Optimize also 1:n seqset searches. Fixed also a case where we failed too HEAD
Wed, 20 Dec 2006 05:38:40 +0200 Timo Sirainen Implemented X-REFERENCES2 threading. Two differences to standard REFERENCES: HEAD
Sat, 16 Dec 2006 01:50:22 +0200 Timo Sirainen Compiler warning fix HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sun, 26 Nov 2006 17:20:11 +0200 Timo Sirainen Resize the hash when needed. Also other fixes and cleanups. HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Sun, 17 Sep 2006 21:34:15 +0300 Timo Sirainen Memory leak fixes HEAD
Sun, 17 Sep 2006 20:49:02 +0300 Timo Sirainen mail_set_uid() now returns 0 = expunged, 1 = ok. HEAD
Sun, 17 Sep 2006 20:12:35 +0300 Timo Sirainen Crashfixes HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Mon, 31 Jul 2006 02:07:46 +0300 Timo Sirainen Delay creating thread index file until THREAD command is used for the first time. HEAD
Tue, 11 Jul 2006 19:07:57 +0300 Timo Sirainen THREAD command handling is now done through a hash index file. This speeds HEAD
Mon, 15 May 2006 12:47:34 +0300 Timo Sirainen Minor cleanup / memory reducement fix HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sat, 14 Jan 2006 19:14:28 +0200 Timo Sirainen THREAD crashed if no search matches were found. 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, 05 Jun 2005 23:37:49 +0300 Timo Sirainen Changed Message-ID parser to use rfc822-parser API. HEAD
Tue, 29 Mar 2005 19:48:42 +0300 Timo Sirainen Renamed mail_get_header() to mail_get_first_header() and mail_gets_headers() HEAD
Tue, 15 Mar 2005 21:01:50 +0200 Timo Sirainen Major mail-storage API changes. It's now a bit cleaner and much more plugin HEAD
Sat, 05 Feb 2005 20:07:26 +0200 Timo Sirainen Moved command-specific variables from struct client to struct HEAD
Sun, 29 Aug 2004 10:52:02 +0300 Timo Sirainen Added sync flags parameter to mailbox_transaction_commit(), so EXPUNGE can HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 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:14:58 +0300 Timo Sirainen thread/sort: commit the transaction, don't rollback.. HEAD
Mon, 17 May 2004 02:11:17 +0300 Timo Sirainen return value fixes HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Wed, 03 Dec 2003 02:40:21 +0200 Timo Sirainen Changed hash_foreach() to iterator. HEAD
Sun, 26 Oct 2003 22:13:15 +0200 Timo Sirainen Removed fetch_init/fetch_next from mail-storage. search_* makes it HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like 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
Mon, 27 Jan 2003 06:23:45 +0200 Timo Sirainen some header file cleanups HEAD
Mon, 27 Jan 2003 03:59:59 +0200 Timo Sirainen Function typedefs now define them as functions, not function pointers. HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD