log src/director/director-connection.c @ 16618:0ad8da149774

age author description
Mon, 29 Jul 2013 22:10:01 +0300 Timo Sirainen director: Log director disconnection errno correctly.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Mon, 29 Oct 2012 20:48:08 +0200 Timo Sirainen Make static analyzer happier.
Mon, 29 Oct 2012 17:55:35 +0200 Timo Sirainen Merged changes from v2.1 tree.
Mon, 22 Oct 2012 15:35:59 +0300 Timo Sirainen director: -D parameter now enables extensive debug logging.
Mon, 22 Oct 2012 15:30:01 +0300 Timo Sirainen director: Minor code cleanup
Mon, 22 Oct 2012 15:17:39 +0300 Timo Sirainen director: Fixed previous broken change for handling USER-WEAK commands.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 12 Sep 2012 00:20:47 +0300 Timo Sirainen director: Improved logging related to disconnections.
Wed, 12 Sep 2012 00:04:34 +0300 Timo Sirainen director: Already seen USER-WEAK command caused director to disconnect.
Mon, 25 Jun 2012 02:15:22 +0300 Timo Sirainen Added i_stream_get_data_size(). Used it where possible.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Sun, 24 Jun 2012 20:57:06 +0300 Timo Sirainen Merged changes from v2.1 tree.
Sun, 24 Jun 2012 03:19:17 +0300 Timo Sirainen director: Fix to handling duplicate USER-WEAK event.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 20 May 2012 03:08:01 +0300 Timo Sirainen director: When we find unwanted connection, wait for 10s for it to disconnect us, not 10ms.
Sat, 19 May 2012 21:18:04 +0300 Timo Sirainen director: Implemented ability to remove directors from a running ring.
Sat, 19 May 2012 21:16:42 +0300 Timo Sirainen director: Don't crash with quickly disconnecting incoming director connections.
Fri, 20 Apr 2012 19:09:55 +0300 Timo Sirainen director: Delay disconnecting director after sending CONNECT command.
Fri, 20 Apr 2012 19:08:25 +0300 Timo Sirainen director: Forward DIRECTOR commands to other connected directors.
Fri, 20 Apr 2012 15:04:58 +0300 Timo Sirainen director: When another director reconnects, reset its "last received seq".
Fri, 20 Apr 2012 11:22:26 +0300 Timo Sirainen director: Removed special (time_t)-1 code, it's not actually needed.
Fri, 20 Apr 2012 11:09:36 +0300 Timo Sirainen director: Minor error message fix
Fri, 20 Apr 2012 01:35:06 +0300 Timo Sirainen director: And crashfix for previous change..
Fri, 20 Apr 2012 01:32:01 +0300 Timo Sirainen director: Adding 25c941423e42 patch yet again, now it seems to work right.
Fri, 20 Apr 2012 01:14:41 +0300 Timo Sirainen director: USER sending timeout was higher than it needed to be.
Fri, 20 Apr 2012 00:59:01 +0300 Timo Sirainen director: Removed unnecessary error messages.
Fri, 20 Apr 2012 00:49:29 +0300 Timo Sirainen director: Another fix for stuck handshake.
Fri, 20 Apr 2012 00:42:10 +0300 Timo Sirainen director: Make sure handshaking doesn't get stuck sending USERs.
Fri, 20 Apr 2012 00:33:13 +0300 Timo Sirainen director: Fixed protocol error detection/handling.
Fri, 20 Apr 2012 00:32:34 +0300 Timo Sirainen director: Improved debug handshake message.
Fri, 20 Apr 2012 00:13:55 +0300 Timo Sirainen director: Increased timeout for sending USER data in handshake.
Fri, 20 Apr 2012 00:03:47 +0300 Timo Sirainen director: Improved error message
Thu, 19 Apr 2012 23:51:46 +0300 Timo Sirainen director: Reverted previous change, it didn't work properly.
Thu, 19 Apr 2012 23:45:31 +0300 Timo Sirainen director: Don't delay reading input from remote connection during handshake.
Thu, 19 Apr 2012 23:06:55 +0300 Timo Sirainen Use t_strsplit_tab() wherever possible
Thu, 19 Apr 2012 21:51:48 +0300 Timo Sirainen director: Optimized adding users to linked list during handshake.
Thu, 19 Apr 2012 20:29:25 +0300 Timo Sirainen director: Increased timeouts.
Mon, 09 Apr 2012 13:12:29 +0300 Timo Sirainen director: Fixed disconnecting unwanted connection.
Mon, 09 Apr 2012 08:17:52 +0300 Timo Sirainen director: Don't communicate with directors that recently sent invalid input.
Mon, 09 Apr 2012 07:52:25 +0300 Timo Sirainen director: Don't try to send the new SYNC parameter to old director versions.
Tue, 03 Apr 2012 05:58:29 +0300 Timo Sirainen director: Redesigned connection handling and error handling.
Tue, 03 Apr 2012 00:50:12 +0300 Timo Sirainen director: Handle all commands during handshake.
Tue, 03 Apr 2012 00:23:02 +0300 Timo Sirainen director: Improved error logging for handling invalid commands/parameters.
Mon, 02 Apr 2012 23:39:48 +0300 Timo Sirainen director: List of director connections belongs to struct director.
Mon, 02 Apr 2012 23:28:22 +0300 Timo Sirainen director: Changes to PING handling.
Thu, 08 Mar 2012 16:03:45 +0200 Timo Sirainen director: Avoid user getting redirected to different servers near its expiration.
Wed, 07 Mar 2012 20:16:33 +0200 Timo Sirainen director: Keep track of the highest supported protocol version in the ring.
Wed, 07 Mar 2012 16:32:14 +0200 Timo Sirainen director: Add more info to "User hash .. is being redirected to two hosts" error.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 17 Jan 2012 22:54:11 +0200 Timo Sirainen director: Added timeout to syncing to make sure we don't hang if it somehow gets lost.
Tue, 17 Jan 2012 22:21:57 +0200 Timo Sirainen director: Make sure ring syncing doesn't get lost when directors get disconnected.
Tue, 10 Jan 2012 21:37:54 +0200 Timo Sirainen director: If request is timed out, log an error.
Fri, 03 Jun 2011 15:49:30 +0300 Timo Sirainen Compiler warning fix.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Fri, 08 Apr 2011 19:36:51 +0300 Timo Sirainen director: Improved debug/error logging.
Fri, 08 Apr 2011 19:35:27 +0300 Timo Sirainen director: Reset hosts' last_failed timestamps when they're suspected to be working again.