log

age author description
Sat, 16 Feb 2013 07:12:18 +0200 Timo Sirainen dsync: Wait for child process to close only after closing the stdin/out/err to it.
Wed, 13 Feb 2013 12:43:34 +0200 Timo Sirainen fs layout: Don't assert-crash if namespace prefix begins with the separator.
Wed, 13 Feb 2013 11:27:32 +0100 Timo Sirainen Renamed quota_last_extra to quota_grace.
Wed, 13 Feb 2013 12:22:22 +0200 Timo Sirainen auth: When receiving SIGUSR2 log also about current cache usage.
Mon, 11 Feb 2013 03:13:45 +0200 Timo Sirainen NEWS, example-config: Add a note about quota_last_extra
Mon, 11 Feb 2013 03:07:24 +0200 Timo Sirainen quota: Use quota_last_extra only for LDA/LMTP (not for IMAP).
Mon, 11 Feb 2013 03:03:12 +0200 Timo Sirainen lib-lda: Assert-crashfix when sending a rejection mail failed.
Mon, 11 Feb 2013 03:02:49 +0200 Timo Sirainen quota: Added quota_last_extra setting, which defaults to 10%
Mon, 11 Feb 2013 02:03:43 +0200 Timo Sirainen lib-imap-urlauth: Use MAILBOX_ATTRIBUTE_PREFIX_DOVECOT for the imap-urlauth key.
Mon, 11 Feb 2013 02:03:13 +0200 Timo Sirainen lib-storage: Added MAILBOX_ATTRIBUTE_DOVECOT_PREFIX macro.
Mon, 11 Feb 2013 01:43:25 +0200 Stephan Bosch fts-solr: Use built-in lib-http instead of libcurl. Removed libcurl dependency.
Mon, 11 Feb 2013 01:22:51 +0200 Timo Sirainen dsync: Minor fix to deciding when to use GUIDs vs. header hashes.
Mon, 11 Feb 2013 01:10:57 +0200 Timo Sirainen dsync: Fixes for syncing without GUIDs.
Mon, 11 Feb 2013 01:07:53 +0200 Timo Sirainen dsync: When doing a header-based sync, convert all linefeeds to LFs.
Mon, 11 Feb 2013 00:29:40 +0200 Timo Sirainen i_stream_sync() for file should reset eof flag immediately.
Mon, 11 Feb 2013 00:28:28 +0200 Timo Sirainen dsync: Automatically figure out which mailboxes can sync with message GUIDs.
Mon, 11 Feb 2013 00:26:15 +0200 Timo Sirainen lib-storage: Added mailbox_status.have_guids flag
Mon, 11 Feb 2013 00:25:29 +0200 Timo Sirainen lib-storage: Minor code cleanup
Mon, 11 Feb 2013 00:24:56 +0200 Timo Sirainen lib-storage: Don't unnecessarily clear mailbox_status multiple times.
Mon, 11 Feb 2013 00:23:07 +0200 Timo Sirainen lib-storage: mailbox_status.nonpermanent_modseqs is now only set with STATUS_HIGHESTMODSEQ
Sun, 10 Feb 2013 23:27:49 +0200 Timo Sirainen dsync: When looking up header hashes, use only Date: and Message-Id: headers
Sun, 10 Feb 2013 23:11:52 +0200 Timo Sirainen dsync: Renamed "guid_requests" to "mail_requests"
Sun, 10 Feb 2013 23:09:55 +0200 Timo Sirainen dsync: Removed unused DSYNC_MAILBOX_IMPORT_FLAG_MAILS_HAVE_GUIDS flag.
Sun, 10 Feb 2013 23:05:46 +0200 Timo Sirainen dsync: Fixed mailbox tree sync with some backends (imapc)
Tue, 05 Feb 2013 03:53:40 +0200 Timo Sirainen lib-storage: Changed mailbox_attribute_get() to return a struct for value.
Tue, 05 Feb 2013 03:37:47 +0200 Timo Sirainen lib-fs: Changed FS_OPEN_FLAG_UNIMPORTANT to a reversed FS_OPEN_FLAG_FSYNC.
Tue, 05 Feb 2013 03:30:01 +0200 Timo Sirainen fs-metawrap: Don't duplicate work if fs_get_metadata() is called multiple times.
Tue, 05 Feb 2013 03:24:45 +0200 Timo Sirainen cydir, dbox, maildir: Don't leak the stream if mail.istream_opened() fails
Tue, 05 Feb 2013 03:23:59 +0200 Timo Sirainen lib-index: Memory leak fix
Tue, 05 Feb 2013 03:23:46 +0200 Timo Sirainen fs-metawrap: Memory leak fixes