log

age author description
Wed, 10 Nov 2010 16:09:14 +0000 Timo Sirainen anvil: Don't die until all of our clients have gone.
Tue, 09 Nov 2010 21:42:58 +0000 Timo Sirainen Added env_get_environ_p() as more portable way of accessing environ variable.
Tue, 09 Nov 2010 21:17:15 +0000 Timo Sirainen example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail
Tue, 09 Nov 2010 21:16:06 +0000 Timo Sirainen example-config: Moved include conf.d/*.conf last in dovecot.conf.
Tue, 09 Nov 2010 21:12:35 +0000 Timo Sirainen dsync: Don't assert-crash if trying to convert mailbox whose name is too long.
Tue, 09 Nov 2010 21:03:34 +0000 Timo Sirainen istream-[b]zlib: Corking now affects also the parent stream.
Tue, 09 Nov 2010 20:25:36 +0000 Timo Sirainen liblib: Delay sending log prefix updates until it's needed.
Tue, 09 Nov 2010 20:24:12 +0000 Timo Sirainen imap: Uncork at logout a bit later.
Tue, 09 Nov 2010 19:48:47 +0000 Timo Sirainen lib-master: Don't wait for handshake before sending auth-master request.
Tue, 09 Nov 2010 18:36:37 +0000 Timo Sirainen lib-storage: Fixed expanding "~" (without '/' afterwards) in mail_location
Mon, 08 Nov 2010 19:55:35 +0000 Timo Sirainen NEWS: Split too long line.
Mon, 08 Nov 2010 19:45:17 +0000 Timo Sirainen Added signature for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Added tag 2.0.7 for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Released v2.0.7.
Mon, 08 Nov 2010 18:38:31 +0000 Timo Sirainen lmtp: Don't allow mixed proxy/non-proxy RCPT TO destinations.
Mon, 08 Nov 2010 18:37:25 +0000 Timo Sirainen lmtp proxy: Don't internally finish proxying before client has even sent DATA command.
Mon, 08 Nov 2010 18:30:05 +0000 Timo Sirainen istream-tee: Fixed to work right when input stream didn't start from offset 0.
Mon, 08 Nov 2010 18:03:07 +0000 Timo Sirainen maildir: p_strdup() GUID and UIDL_BACKEND to make sure they don't change unexpectedly.
Fri, 05 Nov 2010 19:51:47 +0000 Timo Sirainen lib-index: Fixed another transaction log read optimization.
Fri, 05 Nov 2010 18:58:56 +0000 Timo Sirainen lib-index: Fix to transaction log read optimization.
Fri, 05 Nov 2010 12:24:01 +0000 Timo Sirainen lib-auth: Less leaky fix to previous auth_master_*() bugfix.
Fri, 05 Nov 2010 12:15:53 +0000 Timo Sirainen lib-auth: Don't crash in auth_master_*() lookups if caller hasn't created ioloop.
Thu, 04 Nov 2010 18:56:47 +0000 Timo Sirainen quota: Better fix to avoid counting quota for virtual mailboxes.
Thu, 04 Nov 2010 18:56:13 +0000 Timo Sirainen virtual: Set MAIL_STORAGE_CLASS_FLAG_NOQUOTA to storage's class_flags.
Thu, 04 Nov 2010 17:55:47 +0000 Timo Sirainen lib-index: Minor error message improvement.
Thu, 04 Nov 2010 17:50:42 +0000 Timo Sirainen lib-fs / posix: If create/link/rename fails with ENOENT, try creating parent dir multiple times.
Thu, 04 Nov 2010 17:00:42 +0000 Timo Sirainen dbox: Minor optimization when creating a mailbox when its alt dir already existed.
Thu, 04 Nov 2010 16:37:49 +0000 Timo Sirainen ssl: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.
Thu, 04 Nov 2010 16:25:39 +0000 Timo Sirainen istream-attachment: Error handling improvements.
Thu, 04 Nov 2010 16:25:18 +0000 Timo Sirainen istream-concat: Fixed error handling when one of the stream read()s failed.
Thu, 04 Nov 2010 15:47:37 +0000 Timo Sirainen config parser: Log an error about missing '}'.
Thu, 04 Nov 2010 14:11:15 +0000 Timo Sirainen istream-base64-encoder: Panic if stat() is tried to be called with exact size.
Thu, 04 Nov 2010 14:07:30 +0000 Timo Sirainen istream-attachment: Removed parent stream's size sanity check. It didn't work right with base64 streams.
Wed, 03 Nov 2010 18:00:15 +0000 Timo Sirainen lda: If Sieve is disabled, don't create temp files for large mails.
Wed, 03 Nov 2010 17:57:20 +0000 Timo Sirainen lib-lda: mail_deliver_save() tries now to avoid re-parsing message header when logging the result.
Wed, 03 Nov 2010 16:27:00 +0000 Timo Sirainen doveadm dump: Added imapzlib type to uncompress IMAP's COMPRESS DEFLATE I/O traffic.
Wed, 03 Nov 2010 16:24:31 +0000 Timo Sirainen doveadm dump: Allow plugins to add more dump types
Wed, 03 Nov 2010 15:31:48 +0000 Timo Sirainen master: Log a warning at startup if anvil's client_limit is too low.
Wed, 03 Nov 2010 15:31:36 +0000 Timo Sirainen lmtp: Minor code cleanup: s/lmtp_login_/lmtp_/
Wed, 03 Nov 2010 15:27:40 +0000 Timo Sirainen director: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:26:40 +0000 Timo Sirainen anvil: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:23:52 +0000 Timo Sirainen lib-master: Added MASTER_SERVICE_FLAG_UPDATE_PROCTITLE for showing number of connections in ps.
Wed, 03 Nov 2010 14:59:39 +0000 Timo Sirainen auth workers: Don't unnecessary connect to anvil.
Wed, 03 Nov 2010 13:33:02 +0000 Timo Sirainen master: default_process_limit wasn't actually used anywhere, rather the default was unlimited.
Tue, 02 Nov 2010 19:23:37 +0000 Timo Sirainen lib-storage: Maildir++ mailbox listing could have given wrong flags to parent mailboxes.
Tue, 02 Nov 2010 18:25:53 +0000 Timo Sirainen imap: Removed accidentally commited debug code.
Tue, 02 Nov 2010 18:21:05 +0000 Timo Sirainen lib-master: Stop accepting new connections after auth-master gets disconnected.
Tue, 02 Nov 2010 18:13:39 +0000 Timo Sirainen imap, pop3: Use absolute path to auth-master socket.
Tue, 02 Nov 2010 18:07:20 +0000 Timo Sirainen ldap auth: Hide password_noscheme from debug logs unless auth_debug_passwords=yes
Tue, 02 Nov 2010 18:06:39 +0000 Timo Sirainen sql auth: Fixed using password_noscheme
Tue, 02 Nov 2010 17:31:14 +0000 Timo Sirainen auth: Disable auth caching entirely for master users.
Tue, 02 Nov 2010 17:14:25 +0000 Timo Sirainen imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
Tue, 02 Nov 2010 15:39:28 +0000 Timo Sirainen auth: vpopmail passdb/userdb uses now auth-worker processes by default.
Tue, 02 Nov 2010 15:34:50 +0000 Timo Sirainen dbox: Comment update.
Tue, 02 Nov 2010 15:32:47 +0000 Timo Sirainen imap: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
Tue, 02 Nov 2010 14:59:13 +0000 Timo Sirainen mail-log plugin: Log mailbox name as virtual name rather than physical name.
Tue, 02 Nov 2010 13:43:43 +0000 Timo Sirainen director: inet_listener port finder should ignore doveadm's port.
Mon, 01 Nov 2010 14:33:26 +0000 Timo Sirainen quota: Added a temporary hack to avoid virtual mailboxes being counted in quota.
Mon, 25 Oct 2010 22:22:48 +0100 Timo Sirainen dsync: Make sure MSG-GET command doesn't hang.
Mon, 25 Oct 2010 22:13:05 +0100 Timo Sirainen dsync: Added more idle timeout resets to proxying.