log

age author description
Tue, 25 Oct 2016 22:17:23 +0300 Timo Sirainen director: Send user's old and new backend IPs to flush script.
Tue, 25 Oct 2016 22:12:01 +0300 Timo Sirainen director: User move - Don't try to kick user's connections if user wasn't even known.
Tue, 25 Oct 2016 22:06:02 +0300 Timo Sirainen director: Code cleanup - moved user kill startup to its own function.
Tue, 25 Oct 2016 21:47:01 +0300 Timo Sirainen director: Code cleanup - global director is no longer needed.
Mon, 17 Oct 2016 01:07:50 +0300 Timo Sirainen director: Moved all user killing state to struct director_kill_context
Tue, 25 Oct 2016 21:41:16 +0300 Timo Sirainen director: Code cleanup - rename director_kill_context.self to kill_is_self_initiated
Thu, 20 Oct 2016 16:46:31 +0300 Timo Sirainen director: Code cleanup - added USER_IS_BEING_KILLED() macro
Thu, 20 Oct 2016 16:41:23 +0300 Timo Sirainen director: Code cleanup - move enum user_kill_state to director.h
Tue, 25 Oct 2016 21:20:54 +0300 Timo Sirainen director: Fix HOST-RESET-USERS with host parameter.
Tue, 25 Oct 2016 01:03:05 +0300 Timo Sirainen doveadm director dump: Fixed output to include LFs
Tue, 25 Oct 2016 00:48:08 +0300 Timo Sirainen director: Execute director_flush_socket only from one director.
Tue, 25 Oct 2016 00:32:59 +0300 Timo Sirainen director: Improve debug logging output.
Tue, 25 Oct 2016 00:25:38 +0300 Timo Sirainen director: Fix user move hangs when another move is triggered early.
Tue, 25 Oct 2016 00:22:20 +0300 Timo Sirainen director: Prevent race conditions by adding USER_KILL_STATE_FLUSHING
Tue, 25 Oct 2016 00:13:23 +0300 Timo Sirainen director: If user host conflict is detected, make sure new host is sent back.
Mon, 24 Oct 2016 22:42:43 +0300 Timo Sirainen doveadm director flush: Added --max-parallel parameter.
Mon, 24 Oct 2016 22:41:25 +0300 Timo Sirainen director: HOST-RESET-USERS moves users more slowly now.
Tue, 25 Oct 2016 00:11:50 +0300 Timo Sirainen director: If user move times out, log the state it was in at the time.
Mon, 24 Oct 2016 22:39:56 +0300 Timo Sirainen director: Log user's kill_state with a human-readable string.
Mon, 24 Oct 2016 22:27:30 +0300 Timo Sirainen doveadm director: Invalid parameters cause doveadm to fail silently.
Mon, 24 Oct 2016 22:22:28 +0300 Timo Sirainen director: Fix sending up/down state in handshakes.
Mon, 24 Oct 2016 21:58:03 +0300 Timo Sirainen director: If SYNCs are received during handshake, send them later.
Mon, 24 Oct 2016 20:21:36 +0300 Timo Sirainen director: Code cleanup - Give tab-unescaped args to all doveadm command handlers.
Mon, 24 Oct 2016 20:20:09 +0300 Timo Sirainen director: USER-MOVE didn't handle non-hash username correctly.
Mon, 24 Oct 2016 20:16:57 +0300 Timo Sirainen director: Make sure IP address parsing works in DIRECTOR-ADD/REMOVE
Mon, 24 Oct 2016 20:08:54 +0300 Timo Sirainen director: Code cleanup - moved command handling to its own function.
Mon, 24 Oct 2016 20:07:26 +0300 Timo Sirainen director: Show in process title how many users are being moved.
Mon, 24 Oct 2016 20:00:40 +0300 Timo Sirainen director: Code cleanup - Finish user move always in the same function.
Mon, 24 Oct 2016 19:59:54 +0300 Timo Sirainen director: Call state_change_callback on user move timeout.
Fri, 21 Oct 2016 12:50:56 +0300 Timo Sirainen director: Code cleanup - allow commands handlers to stop processing input
Tue, 25 Oct 2016 13:27:29 +0300 Aki Tuomi lib-mail: Add tests for dec/hexdec encoded entities
Tue, 25 Oct 2016 12:48:23 +0300 Aki Tuomi lib-mail: Support decimal/hexadecimal encoded entities
Tue, 25 Oct 2016 10:29:50 +0300 Aki Tuomi imap-login: Skip NIL value in ID handler
Mon, 24 Oct 2016 18:52:24 +0300 Timo Sirainen lib-compression: Added unit tests for reading .gz files
Mon, 24 Oct 2016 18:31:53 +0300 Timo Sirainen lib-compression: Added file uncompression support for test-compression
Mon, 24 Oct 2016 18:29:06 +0300 Timo Sirainen lib-compress: Don't assume too early that gz file continues after a trailer.
Fri, 21 Oct 2016 13:55:42 +0300 Aki Tuomi doveadm: Rewind input early enough
Mon, 24 Oct 2016 17:15:00 +0300 Timo Sirainen istream-zlib: "missing gz trailer" error message was wrong.
Mon, 24 Oct 2016 15:59:07 +0300 Timo Sirainen lib: With FILE_LOCK_SLOW_WARNING_MSECS log a warning also when keeping lock for long.
Mon, 24 Oct 2016 16:57:49 +0300 Timo Sirainen configure: Fixed checking if OpenSSL is too old for lib-dcrypt
Mon, 24 Oct 2016 16:05:00 +0300 Timo Sirainen lib: Fix compiler warnings in test-ioloop
Mon, 24 Oct 2016 13:08:47 +0300 Timo Sirainen lib-http: Add ioloop and lock wait information to timeout messages.
Mon, 24 Oct 2016 12:17:44 +0300 Timo Sirainen dict-client: Fix logging how much time was spent in other ioloops in slow lookup warnings.
Mon, 24 Oct 2016 12:16:48 +0300 Timo Sirainen lib: Added ioloop_global_wait_usecs
Mon, 24 Oct 2016 14:05:58 +0300 Timo Sirainen lib: Add FILE_LOCK_SLOW_WARNING_MSECS environment.
Mon, 24 Oct 2016 13:28:44 +0300 Timo Sirainen lib-index: Fix potential error when reading from uncommitted cache transaction
Mon, 24 Oct 2016 12:25:48 +0300 Timo Sirainen lib-index: Fix potential assert-crash when reading cache
Mon, 24 Oct 2016 12:23:49 +0300 Timo Sirainen master: If chrooted service's core wasn't dumped, suggest to unset the chroot.
Mon, 24 Oct 2016 11:34:05 +0300 Aki Tuomi lib: Add test for ioloop fd polling
Mon, 24 Oct 2016 10:13:42 +0300 Aki Tuomi lib: Fix kqueue io_loop_get_wait_time usage
Mon, 24 Oct 2016 10:08:42 +0300 Aki Tuomi lib: Ensure tv_r gets set in io_loop_get_wait_time
Sat, 22 Oct 2016 22:45:48 +0300 Timo Sirainen director: Fix crash handling director_flush_socket when user is freed.
Thu, 13 Oct 2016 16:11:48 +0300 Aki Tuomi director: Support flush socket
Sat, 22 Oct 2016 12:58:40 +0300 Timo Sirainen configure: Improved checking if OpenSSL is too old for lib-dcrypt
Fri, 21 Oct 2016 14:34:51 +0300 Aki Tuomi lib-program-client: Add URI based constructor
Thu, 20 Oct 2016 22:59:10 +0300 Timo Sirainen dovecot.m4: Added DOVECOT_BINARY_LDFLAGS for future compatibility
Thu, 20 Oct 2016 14:23:20 +0300 Timo Sirainen dovecot-config: Added dovecot_statedir
Mon, 08 Aug 2016 13:12:15 +0300 Timo Sirainen Moved cc-wrapper.sh handling to dovecot.m4
Thu, 14 Jul 2016 20:53:46 +0200 Stephan Bosch Added LIBDOVECOT_PUSH_NOTIFICATION_INCLUDE to dovecot.m4.
Thu, 20 Oct 2016 12:24:44 +0300 Timo Sirainen pop3: Fix pop3_logout_format=%{deleted_size} expansion when there are no deletions