log src/director/director-connection.c @ 16790:c30453a58b4c

age author description
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.
Fri, 20 Sep 2013 10:00:48 +0300 Timo Sirainen director: Added more debug logging.
Wed, 21 Aug 2013 23:30:07 +0300 Timo Sirainen director: Reset last-seen-sync-sequence after remote director restarts.
Thu, 15 Aug 2013 20:25:12 +0300 Timo Sirainen director: Previous change caused legitimate SYNC resends to be ignored.
Wed, 07 Aug 2013 17:20:10 +0300 Timo Sirainen Compiler warning fixes.
Mon, 29 Jul 2013 23:22:46 +0300 Timo Sirainen director: Avoid infinite SYNC loops if the originating director goes away for a long time.
Mon, 29 Jul 2013 22:49:17 +0300 Timo Sirainen director: Update existing users' timestamps during handshake.
Mon, 29 Jul 2013 22:11:46 +0300 Timo Sirainen director: Fixes to handling users near expiration.
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.