log

age author description
Fri, 29 Feb 2008 05:02:50 +0200 Timo Sirainen Implemented optimized seq_range_array_add_range(). HEAD
Fri, 29 Feb 2008 05:01:53 +0200 Timo Sirainen Use smaller test buffer sizes HEAD
Fri, 29 Feb 2008 04:23:58 +0200 Timo Sirainen Added randomized unit test for seq_range_array*() HEAD
Fri, 29 Feb 2008 03:36:07 +0200 Timo Sirainen array_clear() is now equivalent to buffer_clear(), use it. HEAD
Fri, 29 Feb 2008 03:34:05 +0200 Timo Sirainen Added unit testing for buffer_t. HEAD
Fri, 29 Feb 2008 03:33:27 +0200 Timo Sirainen buffer_reset(buf) and buffer_set_used_size(buf, 0) now do the same thing. HEAD
Fri, 29 Feb 2008 03:31:06 +0200 Timo Sirainen Fixed removing last item from priority queue. HEAD
Thu, 28 Feb 2008 06:29:43 +0200 Timo Sirainen If underlying stream doesn't support seeking, don't try to seek to original HEAD
Thu, 28 Feb 2008 06:28:54 +0200 Timo Sirainen Added support for seeking forwards in the stream. Also mark the stream as HEAD
Wed, 27 Feb 2008 21:54:04 +0200 Timo Sirainen Fixed dirty flag/keyword handling. HEAD
Tue, 26 Feb 2008 20:01:57 +0200 Timo Sirainen Base docdir to datadir instead of datarootdir which doesn't exist in old HEAD
Tue, 26 Feb 2008 19:56:05 +0200 Timo Sirainen Added support for autoconf versions older than 2.59c. HEAD
Tue, 26 Feb 2008 19:53:28 +0200 Timo Sirainen wiki docs weren't using docdir. HEAD
Tue, 26 Feb 2008 16:29:46 +0200 Timo Sirainen quota_rule=?:.. specifies the default quota limits to use when backend HEAD
Tue, 26 Feb 2008 16:21:05 +0200 Timo Sirainen Relative (%) limits in quota rules and warnings work now if the backend HEAD
Tue, 26 Feb 2008 15:11:34 +0200 Timo Sirainen Don't crash if ldap userdb lookup fails. HEAD
Mon, 25 Feb 2008 21:47:17 +0200 Timo Sirainen mailbox_notify_changes(): Don't trigger the timeout once a second to see if HEAD
Mon, 25 Feb 2008 21:38:58 +0200 Timo Sirainen Check and update sync_last_check in one common function. HEAD
Mon, 25 Feb 2008 21:37:45 +0200 Timo Sirainen And compile fix for last change. HEAD
Mon, 25 Feb 2008 21:27:39 +0200 Timo Sirainen array_clear() only truncates the array, growing its size later doesn't fill HEAD
Mon, 25 Feb 2008 21:22:05 +0200 Timo Sirainen LOGOUT command also closes mailbox, so mark it as such to fix command HEAD
Sun, 24 Feb 2008 02:48:46 +0200 Timo Sirainen Allow #comments in trash config HEAD
Thu, 21 Feb 2008 23:12:46 +0200 Timo Sirainen Added tag 1.1.rc1 for changeset 958e377fc1dc HEAD
Thu, 21 Feb 2008 23:12:40 +0200 Timo Sirainen Released v1.1.rc1. HEAD 1.1.rc1
Thu, 21 Feb 2008 22:52:38 +0200 Timo Sirainen SEARCH SUBJECT now changes LWSP to spaces to match ENVELOPE's subject field. HEAD
Thu, 21 Feb 2008 22:44:19 +0200 Timo Sirainen imap_quote*() with LWSP compression: Make sure TABs are always converted to HEAD
Thu, 21 Feb 2008 21:34:07 +0200 Timo Sirainen DEBUG: Buffer overflow checking caused false errors sometimes. HEAD
Thu, 21 Feb 2008 19:58:56 +0200 Timo Sirainen Header searches shouldn't include the header name or ":" in matching. HEAD
Thu, 21 Feb 2008 18:58:41 +0200 Timo Sirainen index_mail_get_date() didn't return timezone if date was already parsed. HEAD
Thu, 21 Feb 2008 18:18:08 +0200 Timo Sirainen More fixes to SEARCH BEFORE/ON/SINCE timezone handling. HEAD