Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge defaultbug24908 | Simon MacMullen | 2012-10-02 | 1 | -13/+20 |
|\ | |||||
| * | Merge in default | Simon MacMullen | 2012-09-28 | 1 | -13/+20 |
| |\ | |||||
| | * | Merge in default | Simon MacMullen | 2012-09-25 | 1 | -13/+20 |
| | |\ | |||||
| | | * | Start new slaves in response to gm deaths a bit later, to prevent deadlock. A... | Simon MacMullen | 2012-09-20 | 1 | -7/+13 |
| | | * | Merge default | Simon MacMullen | 2012-09-14 | 1 | -6/+7 |
| | | |\ | |||||
| | | | * | Gah | Simon MacMullen | 2012-09-05 | 1 | -2/+1 |
| | | | * | No we don't. The point is that if a mirror is dropping out of the queue, does... | Simon MacMullen | 2012-09-05 | 1 | -1/+0 |
| | | | * | Reduce difference to default | Simon MacMullen | 2012-09-05 | 1 | -3/+3 |
| | | | * | merge default into bug24908 | Matthias Radestock | 2012-09-04 | 1 | -10/+13 |
| | | | |\ | |||||
| | | | | * | more reification, plus cosmetics | Matthias Radestock | 2012-09-04 | 1 | -18/+13 |
| | | | | * | Reify a touch more. | Simon MacMullen | 2012-09-04 | 1 | -5/+6 |
| | | | | * | Reify something that was previously a little bit magic. | Simon MacMullen | 2012-08-07 | 1 | -0/+2 |
| | | | | * | Merge in default | Simon MacMullen | 2012-08-07 | 1 | -4/+6 |
| | | | | |\ | |||||
| | | | | | * | Merge bug25048 | Simon MacMullen | 2012-07-09 | 1 | -5/+7 |
| | | | | | |\ | |||||
| | | | | | | * | Dynamic change of HA policy. Promotion from non-HA to master, and demotion fr... | Simon MacMullen | 2012-07-06 | 1 | -1/+3 |
* | | | | | | | | remove superfluous comment | Matthias Radestock | 2012-10-01 | 1 | -4/+0 |
|/ / / / / / / | |||||
* | | | | | | | correct comment following removal of 'immediate' | Matthias Radestock | 2012-09-26 | 1 | -2/+1 |
* | | | | | | | another assertion | Matthias Radestock | 2012-09-25 | 1 | -0/+1 |
* | | | | | | | neater | Matthias Radestock | 2012-09-25 | 1 | -13/+11 |
* | | | | | | | Is this better? I'm not sure. | Matthias Radestock | 2012-09-25 | 1 | -6/+5 |
* | | | | | | | cosmetic | Matthias Radestock | 2012-09-25 | 1 | -6/+6 |
* | | | | | | | put the assertion back. This time more explictly. | Matthias Radestock | 2012-09-25 | 1 | -3/+2 |
* | | | | | | | improve correctness | Matthias Radestock | 2012-09-25 | 1 | -2/+2 |
* | | | | | | | Rename set_synchronised to update_delta. And remove that nasty little arithme... | Simon MacMullen | 2012-09-25 | 1 | -15/+19 |
* | | | | | | | Refactor which I find clearer. Yes "DeltaChange". But it's a delta of a delta... | Simon MacMullen | 2012-09-25 | 1 | -7/+9 |
* | | | | | | | oops | Matthias Radestock | 2012-09-25 | 1 | -2/+2 |
* | | | | | | | take a stab at making set_synchronised less obscure | Matthias Radestock | 2012-09-25 | 1 | -37/+30 |
* | | | | | | | remove unnecessary calls to set_synchronised/2 in 'fetch' | Matthias Radestock | 2012-09-25 | 1 | -14/+10 |
|/ / / / / / | |||||
* | | | | | | nuke 'immediate'bug23896 | Matthias Radestock | 2012-09-17 | 1 | -35/+16 |
|/ / / / / | |||||
* | | | | | two little fixes... | Francesco Mazzoli | 2012-09-06 | 1 | -2/+2 |
* | | | | | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
* | | | | | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -2/+0 |
* | | | | | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
* | | | | | merge default | Francesco Mazzoli | 2012-09-04 | 1 | -40/+31 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | minor refactoring and cosmetics | Matthias Radestock | 2012-08-31 | 1 | -40/+31 |
* | | | | | remove differences with default | Francesco Mazzoli | 2012-09-04 | 1 | -10/+12 |
* | | | | | track the delta of the depths, and replace `pending_ack' with `depth' in BQ | Francesco Mazzoli | 2012-09-04 | 1 | -52/+40 |
* | | | | | was getting `set_length' instead of `drop' | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
* | | | | | fix depth delta in the `publish' instruction | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
* | | | | | forgot debug line in | Francesco Mazzoli | 2012-09-03 | 1 | -1/+0 |
* | | | | | store the depth of master and slave instead of the unknown pending msgs | Francesco Mazzoli | 2012-09-03 | 1 | -64/+80 |
* | | | | | refactoring: make the var match the field | Matthias Radestock | 2012-08-31 | 1 | -8/+7 |
* | | | | | refactoring: inline helper function | Matthias Radestock | 2012-08-31 | 1 | -24/+25 |
* | | | | | cosmetic | Matthias Radestock | 2012-08-31 | 1 | -3/+2 |
* | | | | | style | Francesco Mazzoli | 2012-08-31 | 1 | -5/+3 |
* | | | | | revert `set_synchronized' => `update_unknown_pending' | Francesco Mazzoli | 2012-08-31 | 1 | -22/+22 |
* | | | | | `set_synchronized' => `update_unknown_pending' | Francesco Mazzoli | 2012-08-31 | 1 | -22/+22 |
* | | | | | `external_pending' => `unknown_pending' | Francesco Mazzoli | 2012-08-31 | 1 | -6/+9 |
* | | | | | use `set_synchronized' instead than manually increasing | Francesco Mazzoli | 2012-08-31 | 1 | -6/+2 |
* | | | | | simplify `set_length' case, fixing the ToDrop < 0 branch | Francesco Mazzoli | 2012-08-31 | 1 | -20/+16 |