log

age author description
Wed, 12 Nov 2014 06:58:37 +0200 Timo Sirainen director: Added support for backend cluster "tags".
Wed, 12 Nov 2014 06:46:45 +0200 Timo Sirainen director: Don't restart request timeout when director state changes.
Wed, 12 Nov 2014 03:29:04 +0200 Timo Sirainen director: Added director_consistent_hashing setting.
Wed, 12 Nov 2014 02:04:14 +0200 Timo Sirainen director: When logging a warning about ring being synced again, log how many seconds it took
Wed, 12 Nov 2014 01:59:48 +0200 Timo Sirainen director: Always log a message when director handshake finishes.
Wed, 12 Nov 2014 01:51:29 +0200 Timo Sirainen doveadm director ring status shows now more information
Wed, 12 Nov 2014 01:26:04 +0200 Timo Sirainen lmtp: Show more information in process title.
Wed, 12 Nov 2014 01:06:02 +0200 Timo Sirainen doveadm: Support running non-mail commands via doveadm server.
Wed, 12 Nov 2014 01:04:27 +0200 Timo Sirainen doveadm: Moved commands related code to doveadm-cmd.[ch]
Wed, 12 Nov 2014 00:52:44 +0200 Timo Sirainen doveadm who: If parameters are invalid, print help text for who command instead of the whole doveadm usage.
Wed, 12 Nov 2014 00:20:40 +0200 Timo Sirainen doveadm: Code cleanups to prepare server code for non-mail commands.
Tue, 11 Nov 2014 05:06:09 +0200 Timo Sirainen lib: Compiler warning fix in 32bit systems to previous change
Tue, 11 Nov 2014 03:13:16 +0200 Timo Sirainen lib: file_wait/try_lock() treats EINTR differently now for timeouts and for actual signals.
Fri, 31 Oct 2014 04:27:27 +0200 Timo Sirainen lib-storage: Mailbox list index now detects duplicate mailbox names.
Wed, 05 Nov 2014 13:00:14 +0200 Timo Sirainen doveadm: Removed duplicate subcommands from list of commands.
Tue, 04 Nov 2014 14:49:44 +0200 Timo Sirainen imap: If GETMETADATA with wildcards can't open some mailbox, don't assert-crash.
Fri, 31 Oct 2014 17:05:31 -0700 Timo Sirainen ssl-params: Use lib-ssl-iostream's ssl_iostream_generate_params() instead of OpenSSL directly
Fri, 31 Oct 2014 17:04:58 -0700 Timo Sirainen lib-ssl-iostream: Added dh_length parameter to ssl_iostream_generate_params()
Fri, 31 Oct 2014 16:54:07 -0700 Timo Sirainen lib-ssl-iostream: Support non-1024bit DH parameters in ssl-parameters.dat.
Thu, 30 Oct 2014 22:02:52 +0200 Timo Sirainen lib-ssl-iostream: Destroy SSL module later in the atexit-callbacks.
Thu, 30 Oct 2014 22:00:14 +0200 Timo Sirainen lib: Added lib_atexit_priority()
Thu, 30 Oct 2014 04:41:11 +0200 Timo Sirainen *-login: Also increase MASTER_AUTH_MAX_DATA_SIZE and add a check to make sure it's large enough.
Thu, 30 Oct 2014 04:36:50 +0200 Timo Sirainen *-login: And actually make the previous changes work.
Wed, 29 Oct 2014 18:33:46 -0700 Timo Sirainen imap-login: Added "x-session-ext-id" parameter for ID command.
Wed, 29 Oct 2014 18:32:36 -0700 Timo Sirainen lib-master: Removed fixed length limit for session-id.
Wed, 29 Oct 2014 11:46:50 -0700 Timo Sirainen lib: connection_switch_ioloop() should switch also input stream's ioloop.
Wed, 29 Oct 2014 09:58:01 -0700 Timo Sirainen lmtp: Added support for STARTTLS command.
Tue, 28 Oct 2014 17:15:31 -0700 Timo Sirainen lib-http: Make sure we don't access already freed client connection in payload-destroyed callback.
Tue, 28 Oct 2014 17:07:21 -0700 Timo Sirainen lib: io_remove() should finish closing the io before unreferencing its istream.
Tue, 28 Oct 2014 16:12:09 -0700 Stephan Bosch lib-http: client: Fixed assertion failure in http_client_queue_fail().
Mon, 27 Oct 2014 21:48:29 -0700 Timo Sirainen lib: istream-timeout logs how long the stream was open if parent read fails with ECONNRESET/EPIPE.
Mon, 27 Oct 2014 21:43:10 -0700 Timo Sirainen lib-http: If there's an error reading chunked http stream, set the error to the istream.
Tue, 28 Oct 2014 05:45:59 +0200 Timo Sirainen dsync: Fixed notifying replicator (-U parameter) if it didn't answer instantly.
Mon, 27 Oct 2014 23:29:39 +0200 Timo Sirainen lib: Make sure ostream.last_failed_errno is always set when stream_errno is set.
Mon, 27 Oct 2014 23:26:10 +0200 Timo Sirainen lib: o_stream_uncork() could also cause write errors. Make sure last_failed_errno is updated.
Mon, 27 Oct 2014 22:05:27 +0200 Teemu Huovila lib-index: Remove assert that can never happen.
Mon, 27 Oct 2014 20:24:34 +0200 Timo Sirainen master: Don't send broken BYE notifications to log process.
Mon, 27 Oct 2014 20:14:47 +0200 Timo Sirainen log: Don't crash if master sends a negative service_fd number.
Mon, 27 Oct 2014 20:10:19 +0200 Timo Sirainen master: Added an assert to catch duplicate fork() PIDs.
Mon, 27 Oct 2014 17:05:52 +0200 Timo Sirainen lib-storage: Recent change broke deleting mailboxes with LAYOUT=index
Sun, 26 Oct 2014 18:43:57 +0200 Stephan Bosch lib-http: server: Fixed a hang occurring sometimes when response is sent for a request that had payload.
Sun, 26 Oct 2014 18:43:57 +0200 Stephan Bosch lib-http: client: Removed asssert in http_client_connection_is_ready().
Sun, 26 Oct 2014 18:43:57 +0200 Stephan Bosch lib-http: client: The asserts recently added to http_connection_check_idle() are bogus.
Sun, 26 Oct 2014 02:03:22 +0300 Timo Sirainen fs-posix: fs_copy() no longer fails if destination exists and FS_OPEN_MODE_REPLACE is used
Sun, 26 Oct 2014 01:59:05 +0300 Timo Sirainen lib-http server: If i/ostream fails, don't return wrong "stream input size changed" error.
Sat, 25 Oct 2014 22:18:07 +0000 Pascal Volk man: Global options includes: Added back the newline at end of files.
Sat, 25 Oct 2014 21:24:06 +0000 Pascal Volk man: Global options includes: Added description of `-o setting=value'.
Sun, 26 Oct 2014 01:00:36 +0300 Timo Sirainen lib: If i_stream_seek() works by reading forward and read() fails, don't override the error message.
Sun, 26 Oct 2014 00:08:05 +0300 Timo Sirainen master: Don't start new processes while shutting down.
Sat, 25 Oct 2014 22:53:35 +0300 Timo Sirainen dsync: Added debug logging for attribute importing
Sat, 25 Oct 2014 06:57:25 +0300 Timo Sirainen Added signature for changeset e8b793f2c409
Sat, 25 Oct 2014 06:57:11 +0300 Timo Sirainen Added tag 2.2.15 for changeset e8b793f2c409
Sat, 25 Oct 2014 06:57:11 +0300 Timo Sirainen Released v2.2.15.
Sat, 25 Oct 2014 06:40:03 +0300 Timo Sirainen lmtp: Use mail_log_prefix while mails are being delivered.
Sat, 25 Oct 2014 06:37:35 +0300 Timo Sirainen lmtp: Added missing session_id to mail_user
Sat, 25 Oct 2014 06:19:41 +0300 Timo Sirainen lib-storage: LAYOUT=index now first creates the backend mailbox and only then adds it to list index.
Sat, 25 Oct 2014 06:18:45 +0300 Timo Sirainen lib-storage: Don't update mailbox list index status fields when deleting a mailbox.
Sat, 25 Oct 2014 06:18:06 +0300 Timo Sirainen lib-storage: When mailbox is deleted, reset its cached paths.
Sat, 25 Oct 2014 06:16:47 +0300 Timo Sirainen lib-storage: Fully unreference indexes when deleting mailboxes.
Sat, 25 Oct 2014 02:56:42 +0300 Timo Sirainen lib-index: Don't assert-crash if expunge event handling finds that everything is already expunged.