log

age author description
Thu, 16 Sep 2010 16:26:48 +0100 Timo Sirainen maildir: Use array_bsearch() in uidlist instead of reimplementing it.
Thu, 16 Sep 2010 15:19:45 +0100 Timo Sirainen lib-storage: Recent change broke creating mailboxes with fs layout.
Thu, 16 Sep 2010 13:49:35 +0100 Timo Sirainen doveadm: Give binary name to plugin loading code so it can give better error messages.
Wed, 15 Sep 2010 18:59:34 +0100 Timo Sirainen dsync: Don't crash/hang if syncing fails before ioloop is started.
Wed, 15 Sep 2010 16:28:32 +0100 Timo Sirainen master: Fixed previous "client/process_limit reached" log change.
Wed, 15 Sep 2010 16:20:21 +0100 Timo Sirainen lib-storage: Fail if list=yes namespace prefix starts with hierarchy separator.
Wed, 15 Sep 2010 16:07:15 +0100 Timo Sirainen lib-mail: Previous message parser optimization caused infinite looping with some mails.
Tue, 14 Sep 2010 21:12:08 +0100 Timo Sirainen lib-index: day_first_uid[] array wasn't kept properly up to date.
Tue, 14 Sep 2010 17:55:25 +0100 Timo Sirainen master: If service with process_limit=1 reaches client_limit, log it better.
Tue, 14 Sep 2010 17:39:40 +0100 Timo Sirainen When writing to logs, ignore write()=EINTR failures from non-terminal signals.
Tue, 14 Sep 2010 17:38:08 +0100 Timo Sirainen Added signal_term_counter that keeps track of how many terminal signals have been received.
Tue, 14 Sep 2010 16:43:10 +0100 Timo Sirainen dsync: Fixed creating \noselect mailboxes.
Tue, 14 Sep 2010 16:20:18 +0100 Timo Sirainen dsync: Don't create \Noselect mailboxes as selectable mailboxes, rather just don't create them.
Tue, 14 Sep 2010 16:18:13 +0100 Timo Sirainen lib-storage: Added mailbox_list_create_dir()
Tue, 14 Sep 2010 15:22:37 +0100 Timo Sirainen istream-crlf: Fixed assert-crash.
Tue, 14 Sep 2010 14:45:01 +0100 Timo Sirainen lib-settings: Give a better error message for invalid boolean values
Tue, 14 Sep 2010 13:45:57 +0100 Timo Sirainen Added lda_original_recipient_header setting. Removed non-standard use of Envelope-To: header.
Tue, 14 Sep 2010 13:17:18 +0100 Timo Sirainen lda: Added -r parameter to specify final recipient address.
Tue, 14 Sep 2010 11:06:44 +0100 Timo Sirainen quota: Added support for reverse quota warnings.
Mon, 13 Sep 2010 18:11:37 +0100 Timo Sirainen doveadm quota: Removed unused search_args.
Mon, 13 Sep 2010 16:59:45 +0100 Timo Sirainen *-login: Ignore ENOTCONN error for shutdown()
Mon, 13 Sep 2010 16:18:31 +0100 Timo Sirainen iostream: Call destroy callback after the destroy() method is called.
Mon, 13 Sep 2010 15:08:30 +0100 Timo Sirainen mysql: When sql_exec() fails, log an error.
Mon, 13 Sep 2010 15:08:12 +0100 Timo Sirainen mysql: When query fails because connection gets lost, use MySQL failure message instead of generic one.
Mon, 13 Sep 2010 14:43:27 +0100 Timo Sirainen acl: Don't break if mailbox listing returns an empty name.
Mon, 13 Sep 2010 13:10:31 +0100 Timo Sirainen login proxy: If proxy-login pipe isn't found, don't log an error.
Mon, 13 Sep 2010 11:56:08 +0100 Timo Sirainen lib-index: fsck shouldn't assert-crash when no .log file exists
Mon, 13 Sep 2010 11:52:18 +0100 Timo Sirainen lib-index: readonly status was checked wrong when deleting corrupted index files.
Mon, 13 Sep 2010 11:29:23 +0100 Timo Sirainen lib-master: If config file can't be even stat()ed (e.g. permission error), give better error msg.
Mon, 13 Sep 2010 10:48:28 +0100 Timo Sirainen lda: If destination user isn't found, exit with EX_NOUSER, not EX_TEMPFAIL.
Wed, 08 Sep 2010 17:38:49 +0100 Timo Sirainen Added signature for changeset f4eb53065879
Wed, 08 Sep 2010 17:38:41 +0100 Timo Sirainen Added tag 2.0.2 for changeset f4eb53065879
Wed, 08 Sep 2010 17:38:41 +0100 Timo Sirainen Released v2.0.2.
Wed, 08 Sep 2010 17:02:48 +0100 Timo Sirainen acl: Make sure acl-list and dict is rebuild when replacing/clearing ACLs
Wed, 08 Sep 2010 17:02:25 +0100 Timo Sirainen acl: Fixed removing entries from shared dict when rebuilding
Wed, 08 Sep 2010 15:35:32 +0100 Timo Sirainen dovecot.m4: Added --with-moduledir and export dovecotdir
Wed, 08 Sep 2010 15:11:03 +0100 Timo Sirainen lmtp: Read initial settings with service=lmtp
Wed, 08 Sep 2010 15:02:18 +0100 Timo Sirainen auth: If no passdb is specified, don't fail when userdb static tries to verify user existence.
Wed, 08 Sep 2010 14:58:31 +0100 Timo Sirainen Don't fail with auth_cache_size=0
Wed, 08 Sep 2010 14:56:15 +0100 Timo Sirainen config: Automatically convert old-style auth_cache_size value.
Wed, 08 Sep 2010 14:55:57 +0100 Timo Sirainen auth: Fail if auth_cache_size value is too small.
Wed, 08 Sep 2010 14:47:45 +0100 Timo Sirainen auth: Don't crash if auth_cache_size has a very small value.
Wed, 08 Sep 2010 14:47:28 +0100 Timo Sirainen login: Crashfix when client disconnects before auth process has started.
Tue, 07 Sep 2010 19:50:48 +0100 Timo Sirainen sql pool: Delay creating a transaction until commit is called.
Tue, 07 Sep 2010 17:19:40 +0100 Timo Sirainen Compiler warning fixes.
Tue, 07 Sep 2010 16:32:17 +0100 Timo Sirainen maildir: Avoid unnecessary uidlist recreation during mail delivery.
Tue, 07 Sep 2010 16:23:03 +0100 Timo Sirainen maildir: If uidlist isn't read, don't mark its UIDs as being known when saving.
Mon, 06 Sep 2010 18:17:17 +0100 Timo Sirainen zlib: Potential assert-crashfix.
Mon, 06 Sep 2010 16:35:13 +0100 Timo Sirainen lib-storage: Don't fail with "maildir_name not supported" when using empty DIRNAME=
Mon, 06 Sep 2010 15:41:31 +0100 Timo Sirainen maildir: Minor code cleanup.
Mon, 06 Sep 2010 15:41:25 +0100 Timo Sirainen maildir: If we see duplicate file with retry_rewind set, try rewinding first.
Fri, 03 Sep 2010 19:10:28 +0100 Timo Sirainen config: Give an error if "block {" continues with non-whitespace.
Fri, 03 Sep 2010 15:18:55 +0100 Timo Sirainen alloconly mempool: Clear pool with memset(), not safe_memset().
Fri, 03 Sep 2010 15:18:09 +0100 Timo Sirainen liblib: Removed unused system-clean and alloconly-clean mempools.
Fri, 03 Sep 2010 15:11:35 +0100 Timo Sirainen test-imap-match: Don't use "clean" alloconly mempool, there's no point.
Thu, 02 Sep 2010 18:03:13 +0100 Timo Sirainen mdbox: If save fails due to lock failure, don't assert-crash
Thu, 02 Sep 2010 17:46:55 +0100 Timo Sirainen lib-index: Lock timeout setting wasn't actually used in all places.
Thu, 02 Sep 2010 17:28:10 +0100 Timo Sirainen lib-storage: Fail earlier if shared namespace prefix contains modifiers.
Thu, 02 Sep 2010 17:06:37 +0100 Timo Sirainen lib-storage: Minor namespace error handling cleanup.
Thu, 02 Sep 2010 17:04:15 +0100 Timo Sirainen lib-storage: Give an error about duplicate namespace prefixes.