log

age author description
Wed, 20 Oct 2010 17:51:07 +0100 Timo Sirainen mdbox: Added mdbox_preallocate_space setting to preallocate size for newly created files.
Wed, 20 Oct 2010 17:50:03 +0100 Timo Sirainen Added file_preallocate() to preallocate space to a file without changing its size.
Wed, 20 Oct 2010 16:07:03 +0100 Timo Sirainen dbox, maildir: When copying messages, copy the cached fields also.
Wed, 20 Oct 2010 16:03:13 +0100 Timo Sirainen lib-storage: mailbox_get_status(): return cache fields allocated from data stack.
Wed, 20 Oct 2010 16:01:46 +0100 Timo Sirainen lib-index: Added mail_cache_register_get_field().
Tue, 19 Oct 2010 20:20:18 +0100 Timo Sirainen pop3: Don't crash if client disconnects in output handler.
Tue, 19 Oct 2010 19:27:59 +0100 Timo Sirainen ioloop: If io_add() is called twice for same fd, give a bit more informative panic message.
Tue, 19 Oct 2010 18:48:00 +0100 Timo Sirainen istream-header-filter: Fix to previous change.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Tue, 19 Oct 2010 18:30:51 +0100 Timo Sirainen liblib: Added istream for reading binary data as base64-encoded.
Tue, 19 Oct 2010 18:27:30 +0100 Timo Sirainen doveadm: Added commands for managing SiS directories.
Tue, 19 Oct 2010 18:16:10 +0100 Timo Sirainen Added lib-fs for simple filesystem accessing. Implemented POSIX, SiS and SiS-queue backends.
Tue, 19 Oct 2010 18:10:34 +0100 Timo Sirainen liblib: Added API for easily building hash strings based on given format string and input.
Tue, 19 Oct 2010 18:09:16 +0100 Timo Sirainen liblib: Added a common API for accessing all hash methods.
Tue, 19 Oct 2010 18:39:27 +0100 Timo Sirainen istream-header-filter: Drop duplicate headers instead of assert-crashing with them.
Mon, 18 Oct 2010 19:00:59 +0100 Timo Sirainen acl: Recent change broke setting acls.
Mon, 18 Oct 2010 18:30:42 +0100 Timo Sirainen doveadm: Added import command for importing mails from other storages.
Mon, 18 Oct 2010 18:30:02 +0100 Timo Sirainen doveadm: Call mail command's init() only after service storage is initialized.
Mon, 18 Oct 2010 18:09:56 +0100 Timo Sirainen lib-storage: Added no_userdb_lookup flag to storage service lookups.
Mon, 18 Oct 2010 16:51:12 +0100 Timo Sirainen ostream-file: Fixed potential crash in write_at() and also fixed attempted optimization.
Mon, 18 Oct 2010 16:14:08 +0100 Timo Sirainen lib-index: More undoing of locking code changes.
Mon, 18 Oct 2010 16:07:17 +0100 Timo Sirainen acl: Fixed memory leaks.
Mon, 18 Oct 2010 15:38:58 +0100 Timo Sirainen auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.
Mon, 18 Oct 2010 15:35:24 +0100 Timo Sirainen auth: Log userdb cache hits and misses with auth_debug=yes
Mon, 18 Oct 2010 15:07:02 +0100 Timo Sirainen lib-storage: Log a debug message if shared user's storage root doesn't exist with mail_debug=yes
Mon, 18 Oct 2010 14:52:02 +0100 Timo Sirainen acl: Avoid passing NULL parameter to printf %s when mail_debug=yes
Sat, 16 Oct 2010 18:33:42 +0100 Timo Sirainen pop3: Recent corking change caused hangs.
Sat, 16 Oct 2010 00:49:35 +0100 Timo Sirainen Removed some dead code.
Sat, 16 Oct 2010 00:43:49 +0100 Timo Sirainen lib-index: Work around clang static analyzer's false positive "dead code" issue.
Sat, 16 Oct 2010 00:35:28 +0100 Timo Sirainen lib-lda: Make sure duplicate_init() handles non-existent home correctly.