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