summaryrefslogtreecommitdiff
path: root/server/failover.c
Commit message (Expand)AuthorAgeFilesLines
* - A failover bug that was allowing leases that EXPIRED or were RELEASEDDavid Hankins2005-09-221-10/+19
* - Pulling up rt15075 after review by sra. dmalloc() sets the regionDavid Hankins2005-08-261-3/+2
* - README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1David Hankins2005-03-031-2/+2
* - merge rt13582David Hankins2005-02-221-15/+59
* - Version to "3.0.3-head".David Hankins2005-02-221-2/+25
* - Merge in RT13103.David Hankins2004-11-241-4/+39
* - Failing to initialize a tracefile for any reason if a tracefile wasDavid Hankins2004-09-291-3/+2
* - If the failover connection fails to reconnect, try again in 5 seconds.David Hankins2004-09-011-1/+31
* - one of the new log_fatal() calls had a %s without a matching argument.David Hankins2004-06-221-2/+3
* Format String Audit findings.V3-0-1RC14David Hankins2004-06-171-19/+49
* - Additional sprintf's converted to snprintfs, now that doing so is noDavid Hankins2004-06-151-3/+3
* - Use our own snprintf/vsnprintf functions if the system does not offer one.David Hankins2004-06-141-15/+3
* - MASSIVE copyright update.David Hankins2004-06-101-29/+20
* - Peers were being matched by the length of their name /or/ by matching nameDavid Hankins2003-04-181-2/+2
* - Copyright date shift.David Hankins2002-11-171-2/+6
* Fix a reversed sign in fudge factor calculation.Ted Lemon2002-03-121-2/+2
* - Fix bind ack processing to effect the desired change to the lease stateTed Lemon2002-02-201-11/+37
* - When testing expiry updates, add a fudge factor to account forTed Lemon2002-02-191-35/+34
* Fix a stupid typo.Ted Lemon2001-11-051-2/+2
* Allow the primary to send poolreq messages (not really allowed by spec).Ted Lemon2001-11-021-6/+16
* Oops, format string error.V3-0-1RC2Ted Lemon2001-10-301-2/+2
* Be a little more chatty about recovery states.Ted Lemon2001-10-271-1/+13
* - If we are in the recover state and the peer's state changes, considerTed Lemon2001-10-271-2/+3
* Don't become non-responsive when peer is in recover and we aren't.Ted Lemon2001-10-261-2/+1
* - Print network name when logging pool checks.Ted Lemon2001-10-261-4/+8
* Remove unused definition.Ted Lemon2001-10-171-2/+1
* - Fix some state transitions that were being handled incorrectly.Ted Lemon2001-08-231-26/+11
* - Fix a confusing error message.Ted Lemon2001-08-091-2/+11
* Don't check tsfp for transition from released to free/backup.Ted Lemon2001-08-081-8/+3
* Add a bunch of conditional code for debugging failover protocol timing.Ted Lemon2001-06-281-4/+108
* Make dump_rc_history specific.Ted Lemon2001-06-201-3/+5
* Make object destructors free up all the things associated with the object.Ted Lemon2001-06-051-13/+67
* Conditionalize a new debugging message.Ted Lemon2001-06-031-2/+3
* - Don't allow time mismatches greater than sixty seconds.Ted Lemon2001-06-021-16/+47
* - Check and return status when writing all failover states.Ted Lemon2001-05-311-14/+49
* - Allow bogus but harmless state transitions in BNDUPD messages.Ted Lemon2001-05-191-7/+27
* Make transition into recover_done immediately if wait has expired.Ted Lemon2001-05-171-1/+3
* Don't lose stos when moving into startup state.Ted Lemon2001-05-171-4/+4
* - When we move to partner_down, schedule expired leases to go to free.Ted Lemon2001-05-051-18/+51
* Fix a state transition bugTed Lemon2001-05-041-9/+2
* - Whenever we are connected, send updates.Ted Lemon2001-05-031-14/+23
* - When we are in partner_down and peer moves to recover_wait, behave as weTed Lemon2001-05-011-2/+2
* Don't bother with recover_wait if both peers are recovering.Ted Lemon2001-05-011-2/+9
* Make put_message work with mallocs that don't allocate zero-length buffers.Ted Lemon2001-04-201-8/+12
* - If we are get a contact timeout on a link, drop it, regardless ofTed Lemon2001-04-201-3/+1
* Don't ignore 'no-op' peer state changes when we're disconnected.Ted Lemon2001-04-201-4/+23
* Oops, keep the old stos but take the new state when moving to recover_wait!Ted Lemon2001-04-201-4/+3
* - Add recover_wait state.Ted Lemon2001-04-201-46/+95
* - Don't print out spurious messages and initiate reconnect timeouts whenTed Lemon2001-04-201-2/+2
* - Add some informational statements in recover mode when it looks like nothingTed Lemon2001-04-181-1/+8