log src/imap/cmd-sort.c @ 9266:cd29b745c8dd HEAD

age author description
Fri, 20 Mar 2009 12:28:37 -0400 Timo Sirainen IMAP: ESORT extension was implemented wrong. HEAD
Fri, 06 Feb 2009 13:10:06 -0500 Timo Sirainen Avoid calling imap_parser_*() directly. It's not required. HEAD
Wed, 04 Feb 2009 14:58:35 -0500 Timo Sirainen Implemented support for ESORT capability. HEAD
Wed, 04 Feb 2009 12:47:27 -0500 Timo Sirainen Renamed imap-search.[ch] to imap-search-args.[ch] HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 13 Jul 2008 19:09:55 +0300 Timo Sirainen Added support for sorting by X-SCORE. Currently it's only set by fts-solr. HEAD
Sun, 13 Jul 2008 19:08:13 +0300 Timo Sirainen SORT: Return BAD if sort program ends with REVERSE. HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Wed, 04 Jun 2008 00:51:58 +0300 Timo Sirainen Make mail_search_args an independent structure that can be used for multiple HEAD
Sun, 16 Mar 2008 11:05:53 +0200 Timo Sirainen Implemented SEARCHRES extension. HEAD
Thu, 29 May 2008 19:08:05 +0300 Timo Sirainen If SORT/THREAD has invalid search parameters, return BAD instead of NO. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Fri, 29 Jun 2007 19:15:39 +0300 Timo Sirainen Changed imap-parser API to use standard arrays for lists instead of its own HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Thu, 08 Jun 2006 15:49:31 +0300 Timo Sirainen Changed mail-storage API to do the mail sorting internally. Optimized it 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, 25 Dec 2005 13:24:45 +0200 Timo Sirainen UID STORE command must return UID parameter in FETCH replies. HEAD
Sat, 05 Feb 2005 20:07:26 +0200 Timo Sirainen Moved command-specific variables from struct client to struct HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Thu, 19 Aug 2004 02:53:39 +0300 Timo Sirainen Syncing works now too without buffering everything. Also fixed handling 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
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Sun, 27 Jul 2003 07:48:32 +0300 Timo Sirainen Getting ready for namespaces. LIST is still broken with them. HEAD
Sun, 15 Jun 2003 06:42:28 +0300 Timo Sirainen Only NOOP and CHECK will now always do a real mailbox sync. Other commands HEAD
Tue, 21 Jan 2003 23:51:24 +0200 Timo Sirainen Give nice error message for "SORT ()" HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD
Wed, 08 Jan 2003 22:49:51 +0200 Timo Sirainen THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how 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
Thu, 02 Jan 2003 10:09:26 +0200 Timo Sirainen Don't access ImapArg's union members directly - too easy to mess up. Fixes a HEAD
Sat, 21 Dec 2002 15:08:49 +0200 Timo Sirainen We don't have separate read-write pools, so renamed pool_create(.., FALSE) HEAD
Mon, 09 Dec 2002 17:25:20 +0200 Timo Sirainen Limited max. command argument elements to 128. Added more verbose error HEAD
Sun, 08 Dec 2002 07:23:07 +0200 Timo Sirainen Added buffer API. Point is to hide all buffer writing behind this API which HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD