log

age author description
Wed, 25 Jul 2012 19:30:55 +0300 Timo Sirainen istream-attachment-extractor: Fixed read() returning EOF too early.
Tue, 17 Jul 2012 16:03:43 +0300 Jan Friesse quota: Support for fs hard limit
Mon, 16 Jul 2012 20:41:51 +0300 Timo Sirainen imap: Updated MOVE implementation.
Mon, 16 Jul 2012 18:24:53 +0300 Timo Sirainen master: Create missing /var/lib/dovecot/ with world-read-exec permissions.
Mon, 16 Jul 2012 16:59:51 +0300 Timo Sirainen lib-storage: Search crashfix.
Thu, 05 Jul 2012 16:11:00 +0300 Timo Sirainen lib-storage: Minor code cleanup
Thu, 05 Jul 2012 16:08:07 +0300 Timo Sirainen lib-storage: Fixed searching message flags on mailboxes without private index.
Thu, 05 Jul 2012 10:51:42 +0300 Timo Sirainen imap: Fixed crashes on some FETCH commands
Wed, 04 Jul 2012 13:13:56 +0300 Timo Sirainen lib-storage: Private index needs to be synced also when messages have been expunged.
Wed, 04 Jul 2012 12:37:02 +0300 Timo Sirainen lib-storage: Don't try to sync private index files if syncing already failed.
Wed, 04 Jul 2012 11:19:44 +0300 Timo Sirainen lib-master: i_close_fd() change caused environment variables to be used as settings.
Mon, 02 Jul 2012 05:14:22 +0300 Timo Sirainen lib-storage: Fixed searching message flags with private flags index.
Mon, 02 Jul 2012 05:14:02 +0300 Timo Sirainen lib-storage: Fixed STATUS_FIRST_UNSEEN_SEQ lookup with private flags index.
Sat, 30 Jun 2012 22:27:34 +0300 Timo Sirainen o_stream_nsend() comment update
Fri, 29 Jun 2012 09:15:26 +0300 Timo Sirainen istreams: Added default stat() implementation for filter streams.
Fri, 29 Jun 2012 09:01:56 +0300 Timo Sirainen istreams: Added default seek() implementation for seekable streams.
Fri, 29 Jun 2012 08:01:08 +0300 Timo Sirainen lib-storage: Use the new istream-attachment-* APIs to handle external mail attachments.
Fri, 29 Jun 2012 08:00:19 +0300 Timo Sirainen lib-mail: Added istream-attachment-[connector|extractor].
Fri, 29 Jun 2012 07:56:02 +0300 Timo Sirainen istreams: Set (file), (fd) or (buffer) as default name for those input streams.
Thu, 28 Jun 2012 09:28:05 +0300 Timo Sirainen Fixed ostream's new error handling not to always assert-crash.
Thu, 28 Jun 2012 03:20:34 +0300 Timo Sirainen hash-format object can now be reset to build multiple hashes.
Thu, 28 Jun 2012 03:18:55 +0300 Timo Sirainen Added i_stream_alloc()
Thu, 28 Jun 2012 01:30:50 +0300 Timo Sirainen istreams: Renamed i_stream_get_buffer_space() to i_stream_try_alloc()
Thu, 28 Jun 2012 01:01:58 +0300 Timo Sirainen Renamed istream-attachment to istream-sized.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Wed, 27 Jun 2012 12:03:51 +0300 Timo Sirainen gssapi: Allow logging in as users listed in "k5principals" extra field.
Wed, 27 Jun 2012 04:24:53 +0300 Timo Sirainen Try to avoid (void) casts by adding more ATTR_NOWARN_UNUSED_RESULT.
Mon, 25 Jun 2012 03:21:25 +0300 Timo Sirainen Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.