log

age author description
Thu, 06 Oct 2016 13:39:21 +0300 Timo Sirainen log: Minor error logging and comment improvement.
Thu, 06 Oct 2016 13:09:46 +0300 Timo Sirainen imapc: Added imapc_max_line_length to limit maximum memory usage.
Thu, 06 Oct 2016 12:10:28 +0300 Timo Sirainen lib-index: Added test-mail-index-modseq unit test
Wed, 05 Oct 2016 16:34:16 +0300 Timo Sirainen lib-storage: Fixed assert-crash in mailbox_save_cancel()
Tue, 27 Sep 2016 16:15:42 +0300 Timo Sirainen lib: If connect() fails with EADDRNOTAVAIL, retry it 4 more times.
Wed, 05 Oct 2016 15:03:05 +0300 Phil Carmody plugins/fts - make storage errors more informative
Tue, 04 Oct 2016 17:31:26 +0300 Timo Sirainen lib-storage: autoexpunge mailboxes with wildcards didn't work with namespace prefix.
Tue, 27 Sep 2016 19:48:14 +0300 Timo Sirainen lib-index: If view syncing sees index is reset, always mark the view as inconsistent.
Tue, 27 Sep 2016 19:45:57 +0300 Timo Sirainen lib-index: When finding a view is reset, don't attempt any further syncing.
Tue, 27 Sep 2016 19:41:25 +0300 Timo Sirainen lib-index: Fixed potential assert-crash when view syncing sees a reset marker.
Tue, 27 Sep 2016 19:39:59 +0300 Timo Sirainen lib-storage: Make sure mailbox_sync*() fails if view is inconsistent afterwards.
Tue, 27 Sep 2016 19:38:26 +0300 Timo Sirainen imap: If mailbox is inconsistent after syncing, don't try to sync message counts.
Sun, 02 Oct 2016 14:18:35 +0200 Stephan Bosch lib-http: uri: Removed unnecessary checking of percent encoding of query and fragment parts.
Sun, 02 Oct 2016 14:14:48 +0200 Stephan Bosch lib: uri-util: Always fully check the syntax of percent encoding while parsing URI components.
Mon, 03 Oct 2016 10:08:45 +0300 Aki Tuomi lib-test: Fix memory leak in test-ostream
Mon, 03 Oct 2016 10:08:31 +0300 Aki Tuomi lib-test: Fix illegal memory access in test-ostream
Mon, 03 Oct 2016 09:11:23 +0300 Aki Tuomi io: Add source filename
Fri, 30 Sep 2016 13:42:45 +0300 Timo Sirainen lib-test: Added test_ostream for testing nonblocking ostreams.
Fri, 30 Sep 2016 13:10:13 +0300 Timo Sirainen lib-test: Moved test_istream code to its own test-istream.c file.
Fri, 30 Sep 2016 13:04:48 +0300 Timo Sirainen lib-test: Allow test_istream_set_*() for test-istream's children.
Tue, 27 Sep 2016 20:21:55 +0300 Timo Sirainen director: Ignore duplicates in director_servers setting.
Fri, 30 Sep 2016 12:36:33 +0300 Timo Sirainen lib-storage: mail_user_dup() should duplicate also userdb_fields.
Thu, 29 Sep 2016 14:15:32 +0300 Timo Sirainen lib-storage: Don't reset mail_save_context.saving too early.
Thu, 29 Sep 2016 14:00:49 +0300 Timo Sirainen lib-storage: If mailbox_move() fails, reset mail_save_context.moving==FALSE
Tue, 27 Sep 2016 15:50:11 +0300 Timo Sirainen master: Removed hardcoded listen() backlog limit.
Mon, 26 Sep 2016 15:38:27 +0300 Timo Sirainen dict-client: Fixed lock and ioloop wait timings in log messages.
Mon, 26 Sep 2016 16:44:21 +0300 Timo Sirainen dict-client: Don't return "Dict server timeout" too early.
Mon, 26 Sep 2016 16:34:23 +0300 Timo Sirainen dict-client: Remove timeout when there are only background commands.
Wed, 21 Sep 2016 13:47:05 +0300 Timo Sirainen lib: Fixed ostream-failure-at with blocking parent stream.
Mon, 19 Sep 2016 11:08:08 +0300 Timo Sirainen lib-ssl-iostream: The final fix to make the SSL plugin loading not fail..
Sun, 18 Sep 2016 16:33:07 +0300 Timo Sirainen lib-ssl-iostream: Fixed OpenSSL module to be actually initialized.
Fri, 16 Sep 2016 08:39:24 +0300 Timo Sirainen lib-http: Link test-http-client libssl_iostream_openssl.so directly.
Fri, 16 Sep 2016 08:35:55 +0300 Timo Sirainen lib-ssl-iostream: Use more standard _init() & _deinit() to initialize SSL plugin
Sat, 10 Sep 2016 11:15:00 +0300 Timo Sirainen doveadm: Don't allow doveadm_print_header(title==NULL) anymore.
Fri, 09 Sep 2016 17:40:58 +0300 Timo Sirainen fts-squat: Fixed memory leak on corrupted uidlist handling
Fri, 09 Sep 2016 17:39:43 +0300 Timo Sirainen dict-file: Don't leak a lock on temp file creation failure.
Tue, 11 Oct 2016 11:03:06 +0300 Timo Sirainen lib: iostream-temp: Fixed o_stream_send_istream() with >2GB files
Mon, 10 Oct 2016 14:42:24 +0300 Timo Sirainen lib-program-client: Compiler warning fixes
Mon, 10 Oct 2016 14:20:16 +0300 Timo Sirainen lib-program-client: Avoid busy-looping while waiting for ostream to have space.
Fri, 07 Oct 2016 19:49:24 +0300 Aki Tuomi lib-program-client: Add test suite for program client
Fri, 07 Oct 2016 19:48:59 +0300 Aki Tuomi lib-program-client: Expose asynchronous API
Thu, 06 Oct 2016 11:57:27 +0300 Aki Tuomi lib-program-client: Whitespace fix
Mon, 12 Sep 2016 13:02:23 +0300 Aki Tuomi lib-program-client: Add program-client from pigeonhole
Thu, 29 Sep 2016 09:51:40 +0300 Aki Tuomi doveadm-import: Update manpage
Thu, 29 Sep 2016 10:17:05 +0300 Aki Tuomi doveadm-import: Add -U parameter to specify source user
Thu, 29 Sep 2016 10:15:24 +0300 Aki Tuomi doveadm-import: Use target user as source user
Wed, 28 Sep 2016 13:34:46 +0300 Aki Tuomi imap-hibernate: Accept RFC DONE\IDLE
Tue, 27 Sep 2016 13:28:15 +0300 Timo Sirainen lib-storage: Update mailbox.recent_flags_count correctly.
Tue, 27 Sep 2016 13:50:51 +0300 Timo Sirainen dsync: Virtual sizes weren't exported properly with -I parameter.
Tue, 27 Sep 2016 13:50:10 +0300 Timo Sirainen dsync: Renamed "max sync size" parameter from -S to -I.
Wed, 14 Sep 2016 07:13:50 -0400 Josef 'Jeff' Sipek doveadm: refactor mailbox attribute get/set/unset/list to share more code
Tue, 13 Sep 2016 07:50:04 -0400 Josef 'Jeff' Sipek doveadm: allow access to server attributes via empty mailbox name
Tue, 13 Sep 2016 07:49:41 -0400 Josef 'Jeff' Sipek lib-storage: remove attribute accessibility checks
Tue, 13 Sep 2016 03:33:06 -0400 Josef 'Jeff' Sipek doveadm: lowercase attribute names before trying to parse them
Tue, 13 Sep 2016 03:32:06 -0400 Josef 'Jeff' Sipek lib-storage: document mailbox and server attribute handling
Fri, 23 Sep 2016 14:59:33 +0300 Timo Sirainen login proxy: Don't leak connections if reconnect fails with "Host is down"
Thu, 22 Sep 2016 14:14:23 +0300 Aki Tuomi lib: Add test for pending io without timeouts
Thu, 22 Sep 2016 14:13:43 +0300 Aki Tuomi lib: Update ioloop attributes
Thu, 22 Sep 2016 14:23:00 +0300 Timo Sirainen lib-mail: message_header_hash_more() now allows input in any slices.
Thu, 22 Sep 2016 14:16:12 +0300 Timo Sirainen lib-mail: Removed obsolete comment about message_header_hash_more()
Thu, 22 Sep 2016 13:47:42 +0300 Timo Sirainen pop3-migration: "first POP3 msg" warning didn't actually show the first one.
Thu, 22 Sep 2016 13:38:33 +0300 Timo Sirainen dbox: mailbox_update() shouldn't reset pop3-uidl header.
Wed, 21 Sep 2016 20:50:24 +0300 Timo Sirainen login-proxy: Fixed "Host is down" never reseting itself.
Wed, 21 Sep 2016 16:17:26 +0300 Timo Sirainen lib: test-istream-chain fixes
Tue, 20 Sep 2016 18:08:10 +0300 Timo Sirainen lib-dcrypt: Don't finalize encryption on o_stream_flush()
Wed, 21 Sep 2016 13:26:30 +0300 Timo Sirainen lib: Fixed istream-chain when it has multiple "previous streams".
Wed, 21 Sep 2016 12:19:18 +0300 Timo Sirainen doveadm fs get: Fixed logging error messages.
Tue, 20 Sep 2016 21:06:22 +0300 Aki Tuomi imap-login: Add missing brace
Tue, 20 Sep 2016 18:51:18 +0300 Aki Tuomi imap-proxy: Fix typo in comment
Tue, 20 Sep 2016 15:02:42 +0300 Aki Tuomi imap-login: Honor nopipelining during preauth
Tue, 20 Sep 2016 12:47:32 +0300 Aki Tuomi lib-dcrypt: Set NOPLUGIN_LDFLAGS to empty
Tue, 20 Sep 2016 10:52:08 +0300 Aki Tuomi lib-dcrypt: Makefile.am fix
Fri, 16 Sep 2016 15:50:22 +0300 Aki Tuomi lib: Ensure handler_context is not NULL
Fri, 16 Sep 2016 15:49:36 +0300 Aki Tuomi lib: Prevent crash in ioloop
Mon, 19 Sep 2016 16:20:14 +0300 Timo Sirainen lib: Assert if i_stream_create_seekable_path(temp_path_prefix==NULL)
Mon, 19 Sep 2016 12:27:16 +0300 Aki Tuomi fts-plugin: Remove NULL assert
Mon, 19 Sep 2016 12:26:46 +0300 Aki Tuomi fts-backend-solr: Check that box is not NULL
Mon, 19 Sep 2016 12:26:08 +0300 Aki Tuomi fts-backend-lucene: Check that box is not NULL
Sat, 17 Sep 2016 12:57:00 +0300 Aki Tuomi auth-policy: Ref/unref auth request
Fri, 16 Sep 2016 17:13:24 +0300 Timo Sirainen fs-randomfail: Operation is unfinished on EAGAIN, not ENOENT.
Thu, 15 Sep 2016 11:30:15 +0300 Timo Sirainen lib: safe_mkstemp*() didn't always truncate prefix back to original on failure.
Thu, 15 Sep 2016 10:23:41 +0300 Timo Sirainen pop3-migration: Fixed crash when not specifying pop3_migration_mailbox setting.
Wed, 14 Sep 2016 14:19:39 +0300 Timo Sirainen iostream-temp: If write() to temp file fails at any time, move it back to memory.
Wed, 14 Sep 2016 19:06:29 +0300 Timo Sirainen pop3-migration: Avoid unnecessarily using stream's hdr_size.
Wed, 14 Sep 2016 18:57:43 +0300 Timo Sirainen imapc: mail_get_stream() shouldn't return cached hdr_size
Tue, 13 Sep 2016 22:54:02 +0200 Stephan Bosch lib-http: client: Fixed hang occurring when nested ioloops are used in response callbacks.
Sat, 10 Sep 2016 11:32:28 +0300 Timo Sirainen doveadm-auth: Handle unexpected auth "continue" request without crashing.
Sat, 10 Sep 2016 11:28:38 +0300 Timo Sirainen lib-lda: Cleanup error handling in LMTP client code.
Sat, 10 Sep 2016 11:16:05 +0300 Timo Sirainen lib-master: Fixed memory leak when IPC server is handling commands.
Sat, 10 Sep 2016 11:13:58 +0300 Timo Sirainen dict-client: Don't crash if dict-server returns broken reply.
Fri, 09 Sep 2016 18:18:32 +0300 Timo Sirainen auth: Make sure auth_request_log_info() doesn't crash when there are no passdbs
Fri, 09 Sep 2016 18:12:41 +0300 Timo Sirainen auth: Explicitly ignore return value to make static analyzer happier.
Fri, 09 Sep 2016 18:10:29 +0300 Timo Sirainen Added asserts to make static analyzer happier.
Fri, 09 Sep 2016 18:07:15 +0300 Timo Sirainen Removed dead code to make static analyzer happier.
Fri, 09 Sep 2016 17:55:20 +0300 Timo Sirainen lib-storage: Fix potential crash when userdb-returns "key+=value" for a nonexistent setting.
Fri, 09 Sep 2016 17:36:39 +0300 Timo Sirainen lib-imap-urlauth: Don't access freed memory on errors.
Tue, 13 Sep 2016 07:22:03 +0300 Timo Sirainen imap, pop3: Added rawlog_dir setting to store IMAP/POP3 traffic logs.
Fri, 09 Sep 2016 15:51:43 +0300 Aki Tuomi pop3-migration-plugin: Add to index after successful retry
Mon, 12 Sep 2016 09:47:26 +0300 Aki Tuomi doveconf: Hide any _api_key
Tue, 16 Aug 2016 12:28:27 +0300 Aki Tuomi doveconf: hide ssl_key without -P
Mon, 05 Sep 2016 16:26:56 +0300 Phil Carmody plugins: fts - replace i_assert under _expunge_log_subtract with warning (API change)
Wed, 10 Aug 2016 13:07:01 +0300 Aki Tuomi lib-storage: Limit folder full name only
Mon, 22 Aug 2016 16:13:32 +0300 Timo Sirainen fs-metawrap: Added assert to make sure we don't create empty files.
Fri, 09 Sep 2016 02:48:45 +0300 Timo Sirainen fs-randomfail: Fixed assert-crash in fs_write_stream_abort_error()
Fri, 09 Sep 2016 01:42:50 +0300 Timo Sirainen imap-hibernate: Increased imap-master communication timeout from 5s to 30s
Fri, 09 Sep 2016 14:07:11 +0300 Timo Sirainen lib-storage: Fixed accessing user as root when user has no uid.
Fri, 09 Sep 2016 00:59:53 +0300 Timo Sirainen lib-index: Fixed mail_index_modseq_get_next_log_offset() when accessing .log.2
Thu, 08 Sep 2016 23:54:22 +0300 Timo Sirainen lib-index: Make sure new dovecot.index.log files start tracking modseqs.
Tue, 23 Aug 2016 22:36:08 +0300 Timo Sirainen lib-storage: Code cleanup for mailbox_get_expunge*()
Fri, 09 Sep 2016 01:31:46 +0300 Timo Sirainen imap: When hibernating, wait for old imap process to cleanup before creating new ones.
Fri, 09 Sep 2016 02:50:27 +0300 Timo Sirainen lib-fs: Moved fs_write_stream_abort_parent() to fs-api-private.h
Thu, 08 Sep 2016 19:01:54 +0300 Martti Rannanjärvi lib-index: limit mail_index error prints to one per ioloop_time
Fri, 09 Sep 2016 10:38:10 +0300 Timo Sirainen lib-test: Added missing va_end() call.
Fri, 09 Sep 2016 03:05:39 +0300 Timo Sirainen lib-test: test_expect_errors() now works for the entire log string, not just format parameter
Tue, 09 Aug 2016 18:29:19 +0300 Phil Carmody lib-test: test-exit helper to stop valgrind complaining about fork()s
Tue, 12 Jul 2016 13:28:54 +0300 Phil Carmody lib-test: enable naming of tests, such that only a subset is run
Wed, 01 Jun 2016 13:57:34 +0300 Phil Carmody lib-test: improve expected error handling
Fri, 09 Sep 2016 01:08:59 +0300 Timo Sirainen stats: Include PIDs in "Duplicate session ID" errors.
Thu, 08 Sep 2016 22:08:11 +0300 Timo Sirainen lib-index: mail_index_modseq_get_next_log_offset() shouldn't return offset beyond view's head
Wed, 07 Sep 2016 11:52:00 +0300 Timo Sirainen imap: Avoid wrongly assert-crashing in client_check_command_hangs()