log

age author description
Tue, 10 Sep 2013 00:27:12 +0300 Timo Sirainen lib-fs: Added support for giving a hash of the written data to be verified by storage.
Mon, 09 Sep 2013 04:34:58 +0300 Timo Sirainen liblib: Added istream-hash, similar to ostream-hash.
Mon, 09 Sep 2013 04:34:45 +0300 Timo Sirainen Minor code cleanup.
Sun, 08 Sep 2013 19:20:39 +0300 Timo Sirainen hmac: Fixed crashes on CPUs that don't allow unaligned memory access.
Fri, 06 Sep 2013 18:30:54 +0300 Timo Sirainen auth: Removed unnecessary NULL check.
Fri, 06 Sep 2013 18:28:59 +0300 Timo Sirainen imapc: Don't crash if server sends EXISTS while mailbox isn't selected.
Fri, 06 Sep 2013 18:26:48 +0300 Timo Sirainen fts-lucene: Fixed crash in doveadm dumping lucene index.
Fri, 06 Sep 2013 02:39:56 +0300 Timo Sirainen Avoid doing side effects in assert.
Fri, 06 Sep 2013 02:39:16 +0300 Timo Sirainen lib-index: Minor fix to regenerating missing transaction log parts.
Thu, 05 Sep 2013 21:06:50 +0300 Timo Sirainen lib-lda: Fixed passing through error message when mailbox couldn't be opened.
Wed, 04 Sep 2013 22:43:47 +0300 Timo Sirainen And removed accidentally committed nbsp.
Wed, 04 Sep 2013 22:41:42 +0300 Timo Sirainen Fixed file descriptor leaks in rather unimportant places.
Wed, 04 Sep 2013 22:16:02 +0300 Timo Sirainen lib-index: Fixed modseq updates when modseq was over 32bits long
Wed, 04 Sep 2013 22:13:01 +0300 Timo Sirainen i_close_fd() didn't handle errors correctly with gcc.
Wed, 04 Sep 2013 21:23:33 +0300 Timo Sirainen Fixed off-by-one buffer overflows (practically non-exploitable).
Mon, 02 Sep 2013 17:44:39 +0300 Timo Sirainen master: Fix to previous pre-forking change.
Mon, 02 Sep 2013 17:37:47 +0300 Timo Sirainen master: Pre-fork processes only while master doesn't have more important things to do.
Mon, 02 Sep 2013 17:06:49 +0300 Timo Sirainen lib-master: If net_connect_unix() fails with EAGAIN, point to a wiki link for reasons.
Thu, 29 Aug 2013 16:42:55 +0300 Timo Sirainen lib-ssl-iostream: Don't assert-crash if stream buffer gets full.
Thu, 29 Aug 2013 00:57:13 +0300 Timo Sirainen lib-storage: Auto-create dovecot-uidvalidity's missing parent directory
Thu, 29 Aug 2013 00:53:30 +0300 Timo Sirainen Fixed compiling with old gcc.
Tue, 27 Aug 2013 04:06:43 +0300 Timo Sirainen dbox: When fixing a broken file, try harder to find only valid message/metadata positions.
Wed, 21 Aug 2013 23:30:07 +0300 Timo Sirainen director: Reset last-seen-sync-sequence after remote director restarts.
Wed, 21 Aug 2013 20:03:13 +0300 Timo Sirainen lib-storage: When doing a fast sync, refresh index to see if it had any changes.
Wed, 21 Aug 2013 19:40:54 +0300 Timo Sirainen imap: Fixed potential assert crash in APPEND.
Sat, 17 Aug 2013 15:01:25 +0000 Pascal Volk man: doveadm-pw.1: Option -p can also be used with -t.
Thu, 15 Aug 2013 20:25:12 +0300 Timo Sirainen director: Previous change caused legitimate SYNC resends to be ignored.
Tue, 13 Aug 2013 21:02:04 +0300 Timo Sirainen lmtp: Make it clear that the lda_settings is unexpanded in struct client.
Tue, 13 Aug 2013 20:59:39 +0300 Timo Sirainen Minor change to prevent invalid code changes.
Tue, 13 Aug 2013 20:58:56 +0300 Timo Sirainen lib-lda: Default postmaster_address wasn't being set.