log src/director/director-connection.c @ 22251:dce18ed41532

age author description
Wed, 31 May 2017 13:15:04 +0300 Timo Sirainen director: Fix "sending handshake timed out" error to be actually logged
Wed, 31 May 2017 13:11:08 +0300 Timo Sirainen director: Fix handshake timeout lengths
Thu, 30 Mar 2017 15:53:59 +0300 Martti Rannanjärvi director: Log vhost count changes and HOST-UP/DOWN
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Thu, 20 Oct 2016 19:06:22 +0300 Aki Tuomi director: Keep per-tag directory
Tue, 01 Nov 2016 14:40:49 +0200 Aki Tuomi director: Code cleanup - Reorder includes
Thu, 20 Oct 2016 19:38:28 +0300 Timo Sirainen director: Code cleanup - added user director_iterate_users_*() wrappers.
Thu, 20 Oct 2016 19:17:11 +0300 Timo Sirainen director: Code cleanup - use temporary users variables
Mon, 17 Oct 2016 01:07:50 +0300 Timo Sirainen director: Moved all user killing state to struct director_kill_context
Thu, 20 Oct 2016 16:46:31 +0300 Timo Sirainen director: Code cleanup - added USER_IS_BEING_KILLED() macro
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:13:23 +0300 Timo Sirainen director: If user host conflict is detected, make sure new host is sent back.
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: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.
Thu, 06 Oct 2016 15:22:13 +0300 Timo Sirainen doveadm director kick: Added -f <passdb field> parameter.
Tue, 02 Aug 2016 22:31:50 +0300 Timo Sirainen director: Added more debug information to "Ping timed out" error
Sun, 05 Jun 2016 16:40:27 +0300 Timo Sirainen director: Fixed error handling when directors support incompatible tags
Sun, 05 Jun 2016 14:54:05 +0300 Timo Sirainen director: Fixed ignoring an obsolete up/down change while host is desynced.
Mon, 16 May 2016 15:49:08 +0300 Timo Sirainen global: Use [io]_stream_get_error() insted of %m
Wed, 30 Mar 2016 08:24:51 +0300 Timo Sirainen director: Avoid a potential assert-crash after removing a director from ring.
Thu, 24 Mar 2016 09:42:50 +0900 Timo Sirainen director: Don't re-send SYNC unnecessarily often.
Thu, 24 Mar 2016 09:36:14 +0900 Timo Sirainen director: Fixed user weakness getting stuck if multiple directors set user weak simultaneously
Fri, 22 Jan 2016 19:08:11 +0200 Timo Sirainen director: "Host is being updated before previous update had finished" logs now details.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Thu, 10 Dec 2015 14:40:01 +0200 Timo Sirainen director: Don't trigger a ring resync if only last_updown_change has changed.
Tue, 24 Nov 2015 11:15:47 +0200 Timo Sirainen director: Fixed backend selection when multiple tags were used.
Mon, 23 Nov 2015 19:41:38 +0200 Timo Sirainen director: Code cleanup - access host->tag via mail_host_get_tag()
Mon, 23 Nov 2015 19:38:31 +0200 Timo Sirainen director: Code cleanup - make most mail_host_*() list parameters unnecessary.
Mon, 19 Oct 2015 13:49:54 +0300 Timo Sirainen director: Remember backends' hostnames and send them in login reply.
Mon, 19 Oct 2015 13:40:52 +0300 Timo Sirainen director: Small code cleanup - make it easier to add parameters to HOST
Mon, 12 Oct 2015 15:57:42 +0300 Timo Sirainen director: Log a warning if directors' clocks are too much out of sync.
Mon, 12 Oct 2015 15:47:46 +0300 Timo Sirainen director: Detect if directors' hosts have become desynced by sending hosts_hash in SYNC parameter.
Mon, 12 Oct 2015 15:41:55 +0300 Timo Sirainen director: Use mail_hosts_hash() to improve debug log messages.
Sun, 11 Oct 2015 18:45:58 +0300 Timo Sirainen director: Small code cleanup - make it easier to add parameters to SYNC
Sat, 10 Oct 2015 18:32:06 +0300 Timo Sirainen director: Don't become desynced if two directors change the same backend in incompatible ways.
Sat, 29 Aug 2015 14:30:37 +0300 Stephan Bosch Removed all invocations of atoi().
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 15 Jun 2015 14:54:58 +0300 Phil Carmody director: explicitly mark _disconnect() helper static to match proto
Mon, 18 May 2015 07:49:15 -0400 Timo Sirainen director: Added "up" vs "down" states and doveadm director up/down commands.
Fri, 15 May 2015 16:44:45 +0300 Timo Sirainen director: Moving a user to another host sometimes caused the move to fail.
Wed, 13 May 2015 05:22:22 +0300 Timo Sirainen director: Don't send DIRECTOR command infinitely in loop if that director got disconnected.
Wed, 13 May 2015 04:11:34 +0300 Timo Sirainen director: Include useful statistics in process title.
Wed, 13 May 2015 04:10:53 +0300 Timo Sirainen director: Fixed crash if director sent invalid data too early.
Wed, 13 May 2015 04:10:18 +0300 Timo Sirainen director: If we disconnect a director, pass the reason all the way to deinit's debug logging.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 12 Nov 2014 06:58:37 +0200 Timo Sirainen director: Added support for backend cluster "tags".
Wed, 12 Nov 2014 03:29:04 +0200 Timo Sirainen director: Added director_consistent_hashing setting.
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
Mon, 02 Jun 2014 04:16:08 +0300 Timo Sirainen director: If we detect that a user is being proxied to multiple backends, disconnect wrong connections.
Mon, 02 Jun 2014 04:00:19 +0300 Timo Sirainen doveadm director kick command added.
Wed, 23 Apr 2014 23:26:49 +0300 Timo Sirainen director: Fixed handling weak users when there were exactly 2 director servers in the ring.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 20 Sep 2013 10:45:22 +0300 Timo Sirainen director: Detect lost director restarts and reset last_sync_seq.
Fri, 20 Sep 2013 10:35:34 +0300 Timo Sirainen director: Make sure director restart notifications go to everyone in the ring.
Fri, 20 Sep 2013 10:12:24 +0300 Timo Sirainen director: Directors weren't always marked as restarted when they were.
Fri, 20 Sep 2013 10:11:45 +0300 Timo Sirainen director: Fix & improvement to debug logging.