log

age author description
Wed, 19 Dec 2012 14:41:01 +0200 Timo Sirainen json-parser: Fixed infinite looping in some situations.
Wed, 19 Dec 2012 14:39:55 +0200 Timo Sirainen lib-http: Host entries were added to hash table using wrong hostname pointer.
Tue, 18 Dec 2012 18:56:59 +0200 Timo Sirainen auth: When auto-loading auth mechanisms from plugins, generate the name better.
Tue, 18 Dec 2012 18:55:00 +0200 Timo Sirainen lib-http: Fixed a crash when http_client_request_submit() failed immediately
Tue, 18 Dec 2012 18:54:31 +0200 Timo Sirainen uri-util: Control characters weren't properly escaped.
Tue, 18 Dec 2012 10:44:28 +0200 Timo Sirainen lib-storage: Fixed assert-crash when trying to fetch a binary section for empty message.
Sat, 15 Dec 2012 15:33:12 +0200 Timo Sirainen lib-storage: Refresh private index before syncing to make sure we see latest changes.
Sat, 15 Dec 2012 14:37:20 +0200 Timo Sirainen maildir: Fixed a crash caused by previous mailbox_update() change
Sat, 15 Dec 2012 14:27:56 +0200 Timo Sirainen dsync: Minor (probably unnecessary) fix for i_stream_read() API usage.
Sat, 15 Dec 2012 14:24:41 +0200 Timo Sirainen dsync: Fixed hang when sending mail stream to remote dsync.
Sat, 15 Dec 2012 13:56:16 +0200 Timo Sirainen dsync: Fixed remote syncing due to recent changes
Sat, 15 Dec 2012 13:55:33 +0200 Timo Sirainen dsync: Set doveadm exit codes properly on errors.
Sat, 15 Dec 2012 13:48:22 +0200 Timo Sirainen i_stream_close(): Set stream_errno to EPIPE instead of ENOENT.
Sat, 15 Dec 2012 13:43:44 +0200 Timo Sirainen i_stream_next_line(): Don't reset stream_errno if stream is already closed.
Sat, 15 Dec 2012 13:31:31 +0200 Timo Sirainen dsync: Don't start reading a mailbox until we know we actually need to sync it.
Sat, 15 Dec 2012 13:30:02 +0200 Timo Sirainen mbox: Removed assert that caused dsync to crash.
Sat, 15 Dec 2012 13:28:04 +0200 Timo Sirainen mbox: Mailbox GUID generation re-opened the mailbox using wrong name, possibly crashing.
Sat, 15 Dec 2012 13:26:48 +0200 Timo Sirainen mbox: Mailbox GUID lookup unnecessarily always synced mbox.
Sat, 15 Dec 2012 13:25:49 +0200 Timo Sirainen mbox: If mailbox_update() doesn't affect the mbox file, don't sync it.
Sat, 15 Dec 2012 13:25:34 +0200 Timo Sirainen maildir: If mailbox_update() doesn't affect dovecot-uidlist file, don't lock it.
Sat, 15 Dec 2012 13:01:09 +0200 Timo Sirainen dsync: Added back support for syncing only one mailbox (-m parameter)
Sat, 15 Dec 2012 12:31:56 +0200 Timo Sirainen dsync: Error handling fix when mailbox is unexpectedly lost.
Fri, 14 Dec 2012 15:34:56 +0200 Timo Sirainen dsync: Added -a parameter to sync all namespaces, not just the default one.
Fri, 14 Dec 2012 15:34:00 +0200 Timo Sirainen dsync: Mark mailbox tree memory pool as "growing" to avoid warnings.
Fri, 14 Dec 2012 15:32:43 +0200 Timo Sirainen dsync: Fixes to creating/renaming mailboxes
Fri, 14 Dec 2012 12:03:55 +0200 Timo Sirainen dsync: Never try to create INBOX via temporary name and rename.
Fri, 14 Dec 2012 11:45:54 +0200 Timo Sirainen lib-storage: Fixed vname -> storage name conversion for some nonexistent mailbox names.
Fri, 14 Dec 2012 11:20:04 +0200 Timo Sirainen dsync: Added debugging and rawlogging support.
Fri, 14 Dec 2012 11:17:19 +0200 Timo Sirainen dsync: Fixed hangs with remote dsyncing
Thu, 13 Dec 2012 12:24:32 +0200 Timo Sirainen dbox: dbox-alt-root symlink now points to the alt root directory, not to mailboxes dir.
Wed, 12 Dec 2012 15:21:45 +0200 Timo Sirainen lib-http: Fixed sending HTTP request's payload.
Wed, 12 Dec 2012 11:34:09 +0200 Stephan Bosch lib-http: Added support for chunked input/output streams and some bugfixes.
Tue, 11 Dec 2012 08:08:12 +0200 Timo Sirainen quota: Fixed quota calculation with mailbox_move().
Sat, 08 Dec 2012 09:37:21 +0200 Timo Sirainen layout=index: If MAILBOX_LIST_FLAG_NO_MAIL_FILES is set, don't try to delete any mail files.
Sat, 08 Dec 2012 09:36:54 +0200 Timo Sirainen lib-storage: Copy MAIL_STORAGE_CLASS_FLAG_NO_ROOT to MAILBOX_LIST_FLAG_NO_MAIL_FILES
Sat, 08 Dec 2012 09:18:43 +0200 Timo Sirainen lib-fs: Added FS_PROPERTY_DIRECTORIES.
Fri, 07 Dec 2012 05:53:53 +0200 Timo Sirainen ostream-buffer: Fixed o_stream_sendv() with multiple iovs.
Wed, 05 Dec 2012 07:57:35 +0200 Timo Sirainen lib-http: Parser didn't always fully skip over the previous request's payload.
Tue, 04 Dec 2012 14:10:34 +0200 Timo Sirainen lib-mail: Detect errors in quoted-printable input.
Tue, 04 Dec 2012 13:04:59 +0200 Timo Sirainen imap: Don't crash in IDLE if remote IP isn't known (PREAUTH)
Tue, 04 Dec 2012 13:02:22 +0200 Timo Sirainen imap: Fixed handling FETCH BINARY for broken content.
Tue, 04 Dec 2012 11:40:35 +0200 Timo Sirainen lib-mail: quoted-printable decoder istream shouldn't treat trailing "=" as error.
Tue, 04 Dec 2012 11:33:16 +0200 Timo Sirainen lib-storage: Set name for the "binary istream".
Tue, 04 Dec 2012 07:18:03 +0200 Timo Sirainen lib-fs: Added a default fs_read() implementation using the fs_read_stream().
Tue, 04 Dec 2012 07:04:54 +0200 Timo Sirainen lib-http: Increased initial memory pool size
Tue, 04 Dec 2012 07:04:32 +0200 Timo Sirainen lib-fs: Added a default fs_write() implementation using the fs_write_stream*().
Tue, 04 Dec 2012 05:39:36 +0200 Timo Sirainen lib-fs: Comment update
Mon, 03 Dec 2012 02:21:54 +0200 Timo Sirainen Makefile: Added missing \
Sun, 02 Dec 2012 02:35:05 +0200 Timo Sirainen Makefile: Reordered directories to fix build failure
Sat, 01 Dec 2012 06:56:02 +0200 Timo Sirainen lib-fs: Added fs-test to easily test FS API calls.
Sat, 01 Dec 2012 06:54:55 +0200 Timo Sirainen Added json_append_escaped()
Sat, 01 Dec 2012 02:41:34 +0200 Timo Sirainen lib-http: Don't free connection immediately in payload-destroyed callback.
Thu, 29 Nov 2012 10:29:19 +0200 Timo Sirainen JSON parser: Added support for arrays.
Thu, 29 Nov 2012 09:38:34 +0200 Timo Sirainen JSON parser: Added json_parse_skip_next() to skip over unwanted values.
Thu, 29 Nov 2012 07:52:51 +0200 Timo Sirainen JSON parser: Added support for reading string value as istream.
Thu, 29 Nov 2012 07:30:23 +0200 Timo Sirainen JSON parser fixes
Thu, 29 Nov 2012 06:26:29 +0200 Timo Sirainen JSON parser supports now nested objects and parsing from non-blocking input stream.
Thu, 29 Nov 2012 02:30:15 +0200 Timo Sirainen uri-util.h always requires net.h to compile, #include it
Thu, 29 Nov 2012 02:12:54 +0200 Timo Sirainen lib-http: http-url.h always requires net.h to compile, #include it
Thu, 29 Nov 2012 02:01:56 +0200 Timo Sirainen lib-http: http_url_parse() didn't allocate all strings from the given pool.