log

age author description
Fri, 07 Oct 2011 20:49:32 +0300 Timo Sirainen imapc: Code cleanup: avoid unnecessarily accessing imapc-client-private.h
Fri, 07 Oct 2011 20:34:53 +0300 Timo Sirainen imapc: Removed unused "stop now" functionality.
Fri, 07 Oct 2011 20:31:57 +0300 Timo Sirainen imapc: Changed mailbox opening API to be more extensible.
Fri, 07 Oct 2011 20:10:11 +0300 Timo Sirainen imapc: Command sending API changed to be more extensible.
Fri, 07 Oct 2011 19:25:52 +0300 Timo Sirainen auth: Don't re-add IO to master connection input.
Fri, 07 Oct 2011 18:18:20 +0300 Timo Sirainen auth: Improved "auth client doesn't have permissions to do .." errors.
Wed, 05 Oct 2011 18:47:56 +0300 Timo Sirainen pop3: When pop3_fast_size_lookups=yes, don't assume we need to fetch virtual size.
Wed, 05 Oct 2011 17:55:29 +0300 Timo Sirainen imapc: Fixed fetching data for a saved, but uncommitted, mail.
Wed, 05 Oct 2011 17:51:32 +0300 Timo Sirainen lib-storage: Fixed reopening a mail stream.
Wed, 05 Oct 2011 17:51:01 +0300 Timo Sirainen imapc: Memory leak fixes.
Wed, 05 Oct 2011 17:34:51 +0300 Timo Sirainen imapc: Fixed closing mail properly.
Wed, 05 Oct 2011 17:34:16 +0300 Timo Sirainen imapc: Fixed potential assert-crash when saving a mail.
Wed, 05 Oct 2011 17:21:46 +0300 Timo Sirainen imapc: Fixed "Bad file descriptor" errors after mail was closed.
Wed, 05 Oct 2011 15:57:03 +0300 Timo Sirainen raw storage: Don't crash with mailbox_get_metadata()
Tue, 04 Oct 2011 17:22:55 +0300 Timo Sirainen lib-storage: Verify that cached message size matches actually read size.
Tue, 04 Oct 2011 17:17:12 +0300 Timo Sirainen lib-storage: Added mail_get_hdr_stream() and use it where possible.
Tue, 04 Oct 2011 17:14:30 +0300 Timo Sirainen imapc: Mail body caching should be done at close(), not at free().
Mon, 03 Oct 2011 20:00:55 +0300 Timo Sirainen script-login: Disable alarm after input has been read.
Sun, 02 Oct 2011 20:26:02 +0300 Timo Sirainen passdb vpopmail: Always prefer to lookup plaintext password if it exists.
Sun, 02 Oct 2011 20:09:04 +0300 Timo Sirainen mailbox list indexes: Get mailbox_get_metadata(guid) from index if possible.
Sun, 02 Oct 2011 20:06:58 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() no longer always opens mailbox.
Sun, 02 Oct 2011 20:05:23 +0300 Timo Sirainen lib-storage: Compile fix for recent change.
Sun, 02 Oct 2011 18:54:32 +0300 Timo Sirainen maildir: Maildir list index change check should always check index log changes.
Sun, 02 Oct 2011 18:49:09 +0300 Timo Sirainen mailbox list indexes: Handle name="" mailboxes.
Sun, 02 Oct 2011 18:39:49 +0300 Timo Sirainen lib-storage: Mailbox list index's ext_id shouldn't be cached in mail_storage.
Sun, 02 Oct 2011 18:30:32 +0300 Timo Sirainen mailbox list indexes: Added comment.
Sun, 02 Oct 2011 18:12:05 +0300 Timo Sirainen mailbox list indexes: Code cleanups.
Sun, 02 Oct 2011 17:48:23 +0300 Timo Sirainen mailbox list indexes: Error handling fixes.
Sun, 02 Oct 2011 17:34:49 +0300 Timo Sirainen mailbox list indexes: Moved syncing code to separate file.
Sun, 02 Oct 2011 17:18:31 +0300 Timo Sirainen mailbox list indexes: Moved iteration code to separate file.
Sun, 02 Oct 2011 17:12:58 +0300 Timo Sirainen Renamed index-mailbox-list* to mailbox-list-index*
Sun, 02 Oct 2011 16:59:51 +0300 Timo Sirainen mailbox list indexes: Disable index files for shared/public namespaces.
Sun, 02 Oct 2011 16:55:45 +0300 Timo Sirainen mailbox list indexes: Use storage names instead of virtual names.
Sun, 02 Oct 2011 16:51:40 +0300 Timo Sirainen lmtp: Code cleanup.
Sun, 02 Oct 2011 16:47:25 +0300 Timo Sirainen lda: Code cleanups
Sun, 02 Oct 2011 16:35:22 +0300 Timo Sirainen lda/lmtp: Moved common raw mailbox allocation code to raw-storage.
Sun, 02 Oct 2011 16:34:41 +0300 Timo Sirainen lib-storage: Keep mail_user referenced while storage objects exist.
Sun, 02 Oct 2011 16:33:51 +0300 Timo Sirainen ioloop: Memory leak fix on ioloop destroy.
Sun, 02 Oct 2011 16:32:59 +0300 Timo Sirainen istream-seekable: Memory leak fix.
Sun, 02 Oct 2011 16:03:10 +0300 Timo Sirainen lda/lmtp: Moved raw user creation code to common raw_storage_create_from_set()
Sun, 02 Oct 2011 15:39:45 +0300 Timo Sirainen mailbox list index: Minor code cleanup.
Sat, 01 Oct 2011 17:55:18 +0300 Timo Sirainen imapc: Changed imapc_client_mailbox_cmd() parameter order to be same as in _cmdf().
Sat, 01 Oct 2011 17:54:57 +0300 Timo Sirainen imapc: Don't assert-crash when receiving 0 size literal.
Sat, 01 Oct 2011 17:47:35 +0300 Timo Sirainen imapc: Make sure "is mail expunged?" NOOP is sent to correct connection.
Sat, 01 Oct 2011 17:41:12 +0300 Timo Sirainen imapc: Make sure mail cache is freed when mailbox is closed.
Sat, 01 Oct 2011 17:34:39 +0300 Timo Sirainen auth: Lazily load authdb_* and mech_* plugins only when they're needed.
Sat, 01 Oct 2011 17:24:09 +0300 Timo Sirainen auth: Renamed passdb_imap plugin to authdb_imap.
Sat, 01 Oct 2011 17:22:44 +0300 Timo Sirainen module_dir_load*(): Support filtering and ignoring missing modules.
Sat, 01 Oct 2011 17:09:00 +0300 Timo Sirainen Added ssl_protocols setting.
Sat, 01 Oct 2011 17:06:04 +0300 Timo Sirainen doveadm: Compile fix for previous auth change.
Sat, 01 Oct 2011 16:48:17 +0300 Timo Sirainen auth: If password data isn't valid for specified scheme, give a better error message.
Fri, 30 Sep 2011 19:02:31 +0300 Timo Sirainen imap: Memory leak fixes for invalid parameter handling.
Fri, 30 Sep 2011 18:53:09 +0300 Timo Sirainen imapc: Keep the last fetched message body cached until mailbox is closed.
Fri, 30 Sep 2011 18:19:17 +0300 Timo Sirainen imap: Moved partial fetch cache from static variable into struct client.
Fri, 30 Sep 2011 15:54:20 +0300 Timo Sirainen maildir: Handle open() failing with ESTALE.
Tue, 27 Sep 2011 18:57:14 +0300 Timo Sirainen stats: Mail commands were sorted in wrong order, so they were never removed from memory.
Tue, 27 Sep 2011 18:14:32 +0300 Timo Sirainen pop3: Fixed POP3-order sorting.
Tue, 27 Sep 2011 00:44:03 +0300 Timo Sirainen stats: Compiler warning fixes.
Tue, 27 Sep 2011 00:41:49 +0300 Timo Sirainen stats: Error message fix.
Tue, 27 Sep 2011 00:12:49 +0300 Timo Sirainen Compile fix for Solaris.
Mon, 26 Sep 2011 21:55:10 +0300 Timo Sirainen sdbox: Memory leak fix.
Mon, 26 Sep 2011 15:36:21 +0300 Timo Sirainen auth: Added passdb imap plugin.
Mon, 26 Sep 2011 15:34:58 +0300 Timo Sirainen Moved imapc-client into its own lib-imap-client library.
Sun, 25 Sep 2011 22:32:04 +0000 Pascal Volk man: Added doveadm move.
Fri, 23 Sep 2011 16:07:29 +0300 Timo Sirainen stats: Make sure unfinished commands get freed when their session disconnects.
Fri, 23 Sep 2011 15:01:57 +0300 Timo Sirainen file_dotlock: And fix to previous change..
Fri, 23 Sep 2011 15:01:23 +0300 Timo Sirainen file_dotlock: Don't warn about changed mtime when it's 1 second.
Fri, 23 Sep 2011 14:52:46 +0300 Timo Sirainen maildir: Improved guessing filename when it's still in new/ dir.
Fri, 23 Sep 2011 14:38:24 +0300 Timo Sirainen maildir: Don't always drop new flag from files when syncing.
Fri, 23 Sep 2011 00:49:51 +0300 Timo Sirainen lib-storage: mail_namespace_find_unalias() crashed when namespace wasn't found.
Fri, 23 Sep 2011 00:46:19 +0300 Timo Sirainen doveadm server: Previous non-authentication fix broken authentication.
Fri, 23 Sep 2011 00:04:11 +0300 Timo Sirainen fts: Support also RFC 2231 style parsing when finding the attachment filename.
Thu, 22 Sep 2011 23:59:48 +0300 Timo Sirainen fts: Fixed running attachment decoder scripts.
Thu, 22 Sep 2011 14:31:57 +0300 Timo Sirainen imapc: Fix to previous message saving change.
Thu, 22 Sep 2011 14:24:03 +0300 Timo Sirainen imapc: Allow accessing a mail that is being saved without crashing.
Thu, 22 Sep 2011 14:21:56 +0300 Timo Sirainen iampc: Small code cleanup.
Thu, 22 Sep 2011 13:09:18 +0300 Timo Sirainen lib-mail: Added broken input workaround to rfc822_parse_content_param().
Thu, 22 Sep 2011 12:54:27 +0300 Timo Sirainen login: Added -R <dir> parameter to write pre-login rawlogs to given directory.
Thu, 22 Sep 2011 01:38:34 +0300 Timo Sirainen login: "cert required, client didn't start TLS" error could have been logged wrongly.
Wed, 21 Sep 2011 17:51:59 +0300 Timo Sirainen Added new mail_location setting "UTF8" to use UTF-8 instead of mUTF-7 in storage names.
Wed, 21 Sep 2011 16:18:19 +0300 Timo Sirainen imapc: Don't try to send literal stream output until its '+' has been received.
Wed, 21 Sep 2011 15:58:26 +0300 Timo Sirainen imapc: Added imapc_rawlog_dir setting.
Wed, 21 Sep 2011 15:57:57 +0300 Timo Sirainen Added rawlog i/ostreams.
Wed, 21 Sep 2011 15:54:06 +0300 Timo Sirainen lib-ssl-iostream: If flush wants to read, make sure the flush callback isn't being called again.
Wed, 21 Sep 2011 15:53:00 +0300 Timo Sirainen ostream: Keep track of flush callback for filter ostreams as well.
Wed, 21 Sep 2011 15:51:00 +0300 Timo Sirainen i_stream_next_line(): Don't fail if stream doesn't have write buffer, we can handle it.
Wed, 21 Sep 2011 14:40:35 +0300 Timo Sirainen Simplified creating filter ostreams.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Mon, 19 Sep 2011 17:10:11 +0300 Timo Sirainen doveadm: Fixed sending commands to doveadm server when it didn't require authentication.
Wed, 21 Sep 2011 12:34:02 +0300 Timo Sirainen lib-ssl-iostream: Don't require SSL ostream to always have unlimited buffer size.
Tue, 20 Sep 2011 16:44:32 +0300 Timo Sirainen imapc: Added more checks to catch buggy IMAP server responses.
Tue, 20 Sep 2011 16:42:58 +0300 Timo Sirainen imapc: When remote IMAP server becomes confused, don't mark our indexes corrupted.
Tue, 20 Sep 2011 15:36:39 +0300 Timo Sirainen imapc: Filter out X-Message-Flag: header from incoming mails.
Tue, 20 Sep 2011 15:22:37 +0300 Timo Sirainen imapc: If FETCH is missing a reply, but we haven't seen EXPUNGE for it, do NOOP and check again.
Tue, 20 Sep 2011 13:34:52 +0300 Timo Sirainen Increased initial memory pool sizes.
Tue, 20 Sep 2011 13:34:36 +0300 Timo Sirainen imapc: If mailbox sync fails, don't mark index corrupted.
Tue, 20 Sep 2011 13:33:34 +0300 Timo Sirainen imapc: next_uid was sometimes lowered.
Tue, 20 Sep 2011 13:31:32 +0300 Timo Sirainen imapc: When IMAP server unexpectedly doesn't send a reply, log also the mailbox name.
Tue, 20 Sep 2011 13:30:08 +0300 Timo Sirainen inotify: If read() fails with EAGAIN, ignore it instead of dying.
Tue, 20 Sep 2011 11:53:02 +0300 Timo Sirainen imapc: Handle disconnection better when fetching a mail.
Mon, 19 Sep 2011 18:41:36 +0300 Timo Sirainen Enable --no-undefined linker flag only for Linux.
Mon, 19 Sep 2011 18:33:40 +0300 Timo Sirainen fts-lucene: Fixed to work without stemmer support.
Mon, 19 Sep 2011 18:28:14 +0300 Timo Sirainen Compile fix for OpenBSD.
Mon, 19 Sep 2011 14:25:29 +0300 Timo Sirainen doveadm: Typofix s/messsage/message/
Fri, 16 Sep 2011 17:00:30 +0300 Timo Sirainen Added signature for changeset f9e744ffe021
Fri, 16 Sep 2011 17:00:24 +0300 Timo Sirainen Added tag 2.1.alpha2 for changeset f9e744ffe021
Fri, 16 Sep 2011 17:00:24 +0300 Timo Sirainen Released v2.1.alpha2.
Fri, 16 Sep 2011 16:59:10 +0300 Timo Sirainen Merged changes from v2.0.15.
Fri, 16 Sep 2011 16:45:25 +0300 Timo Sirainen Added signature for changeset 11ef52450096
Fri, 16 Sep 2011 16:45:22 +0300 Timo Sirainen Added tag 2.0.15 for changeset 11ef52450096
Fri, 16 Sep 2011 16:45:22 +0300 Timo Sirainen Released v2.0.15.
Fri, 16 Sep 2011 16:40:32 +0300 Timo Sirainen auth: Use "auth-worker:" log prefix for auth worker processes.
Fri, 16 Sep 2011 14:59:34 +0300 Timo Sirainen lib-storage: Improved debug logging messages.
Fri, 16 Sep 2011 13:14:11 +0300 Timo Sirainen lib-storage: If shared namespace prefix doesn't end with hierarchy separator, fail.
Fri, 16 Sep 2011 13:06:48 +0300 Timo Sirainen lib-storage: If mailbox_rename() isn't possible and mail_debug=yes, log the reason why.
Fri, 16 Sep 2011 12:57:40 +0300 Timo Sirainen lib-storage: Changed debug message to sound less like an error message.
Fri, 16 Sep 2011 12:21:02 +0300 Timo Sirainen lib-sql: Fixed load balancing between multiple SQL hosts to actually work.
Fri, 16 Sep 2011 12:11:25 +0300 Timo Sirainen s/commiting/committing/
Fri, 16 Sep 2011 12:08:49 +0300 Timo Sirainen config: Don't crash strlist section contains a subsection.
Fri, 16 Sep 2011 11:59:15 +0300 Timo Sirainen man: Escape fix.