History log of /dovecot/src/director/director-connection.h
Revision Date Author Comments Expand
5cdaaf2ecfed02503572935266f55123923ba00a 25-Nov-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

director: DIRECTOR-LIST - Show number of USERs sent/received in "handshaking" state

f1551f4a50a471f0adecd92dd1f94702beeed72d 01-Nov-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

director: Track connections' last ping time

56139ffc94e481ca1940ffd8d8f7166879150665 01-Nov-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

director: Add director_connection_get_status() Can be used to access connection-specific status information.

ad404d294fedf792619aed432ed8de5174e9ce7c 12-Nov-2014 Timo Sirainen <tss@iki.fi>

doveadm director ring status shows now more information

dff32d11a411a24f3b76003c1ae22c5a960f180e 11-Sep-2012 Timo Sirainen <tss@iki.fi>

director: Improved logging related to disconnections.

ee3362f3b78827a2c9a7e9ddee83f5a429c06213 09-Apr-2012 Timo Sirainen <tss@iki.fi>

director: Don't try to send the new SYNC parameter to old director versions. This should allow adding new directors to an old director ring without anything breaking. Once all directors have upgraded they start using the new features.

5f5713d6468dca1acf3d350dd8a33057331f78c5 03-Apr-2012 Timo Sirainen <tss@iki.fi>

director: Redesigned connection handling and error handling. Director now accepts all connections from everywhere and syncs them until the handshaking is finished. At that point it finally decides if this is a connection that should be used as our left/right connection, or if it should be disconnected. This should make connecting more reliable, especially if one of the directors sends broken handshake or has other trouble.

377dd19a90436b8f96902af741a3ea130bc3fe75 02-Apr-2012 Timo Sirainen <tss@iki.fi>

director: Handle all commands during handshake. Previously the sender might have sent these commands, but the receiver wouldn't have handled them and instead just disconnected.

caae18c876f81e261350e4957471efa453c0ea9f 02-Apr-2012 Timo Sirainen <tss@iki.fi>

director: List of director connections belongs to struct director.

f64b5bc9e73bedc63ba3c072c286542c29c69e43 02-Apr-2012 Timo Sirainen <tss@iki.fi>

director: Changes to PING handling. Use larger ping timeouts. While waiting for sync keep doing rapid pings until the sync is finished, not just once.

23e1e4033d311a50253259de8866525980b23227 08-Jul-2010 Timo Sirainen <tss@iki.fi>

director: Make sure all director connections are deinitialized at exit. --HG-- branch : HEAD

0a53eb0283d7ec28c6105f61e118b96fce8ecb95 24-Jun-2010 Timo Sirainen <tss@iki.fi>

director: Lots of fixes. It should be pretty stable now. --HG-- branch : HEAD

242abe3ad2423776e9cf05e1304eb8fda4831b23 18-Jun-2010 Timo Sirainen <tss@iki.fi>

director: A lot of fixes. --HG-- branch : HEAD

2670cd577aa57eb9f915a4f4220ae48c9b4fc5fb 19-May-2010 Timo Sirainen <tss@iki.fi>

Added initial implementation of a director process (for NFS users). There are still some unimplemented features and bugs. Also changing mail server list doesn't yet make sure that other directors won't assign the same user to a different server at the same time. --HG-- branch : HEAD