| Commit message (Expand) | Author | Age | Files | Lines |
| * | extract logging | Matthias Radestock | 2012-11-29 | 2 | -26/+21 |
| * | no more unused vars | Matthias Radestock | 2012-11-29 | 1 | -1/+1 |
| * | Don't do anything if we decided not to do anything. | Simon MacMullen | 2012-11-29 | 2 | -1/+2 |
| * | Merge heads | Simon MacMullen | 2012-11-29 | 1 | -26/+17 |
| |\ |
|
| | * | cosmetic, plus correctly identify provenance | Matthias Radestock | 2012-11-29 | 1 | -26/+17 |
| * | | Set depth_delta to undefined if something goes wrong. Or indeed if something ... | Simon MacMullen | 2012-11-29 | 1 | -4/+3 |
| |/ |
|
| * | Update diagram. | Simon MacMullen | 2012-11-29 | 1 | -2/+4 |
| * | Make sure newly-started slaves don't respond and confuse things. | Simon MacMullen | 2012-11-29 | 2 | -3/+6 |
| * | Call get_parent/0 less often... | Simon MacMullen | 2012-11-29 | 1 | -6/+6 |
| * | Respond to FHC. | Simon MacMullen | 2012-11-29 | 1 | -1/+7 |
| * | Only respond to 'EXIT's from parent / syncer. | Simon MacMullen | 2012-11-29 | 3 | -11/+62 |
| * | Have slaves determine whether they need sync. | Simon MacMullen | 2012-11-29 | 3 | -40/+44 |
| * | Reverse master/syncer communication. | Simon MacMullen | 2012-11-29 | 1 | -5/+8 |
| * | Oops, didn't even compile that last one. | Simon MacMullen | 2012-11-29 | 2 | -10/+12 |
| * | Merge in default, and use the fold-stop thing rather than throwing. | Simon MacMullen | 2012-11-29 | 6 | -50/+89 |
| |\ |
|
| | * | merge bug25303 into default | Matthias Radestock | 2012-11-28 | 12 | -271/+267 |
| | |\ |
|
| | * | | expand test coverage to at least two iterations of delta_fold | Matthias Radestock | 2012-11-28 | 1 | -18/+21 |
| | * | | tweak | Matthias Radestock | 2012-11-28 | 1 | -19/+14 |
| | * | | cosmetic | Matthias Radestock | 2012-11-28 | 1 | -2/+3 |
| | * | | Better quickcheck test of interruptable backing queue fold | Emile Joubert | 2012-11-28 | 1 | -7/+15 |
| | * | | cosmetic | Matthias Radestock | 2012-11-28 | 1 | -24/+20 |
| | * | | Provide early termination for backing queue fold | Emile Joubert | 2012-11-28 | 4 | -36/+70 |
| * | | | cosmetic | Matthias Radestock | 2012-11-28 | 2 | -19/+14 |
| * | | | There is no TRef1. | Simon MacMullen | 2012-11-28 | 1 | -2/+2 |
| * | | | Unshorten name. | Simon MacMullen | 2012-11-28 | 1 | -2/+2 |
| * | | | We should flush here too, to not leave a junk 'DOWN' message when the syncer ... | Simon MacMullen | 2012-11-28 | 1 | -2/+1 |
| * | | | Oops | Simon MacMullen | 2012-11-28 | 1 | -1/+1 |
| * | | | Diagram. | Simon MacMullen | 2012-11-28 | 2 | -2/+26 |
| * | | | Don't expose the BQ to the syncer. | Simon MacMullen | 2012-11-28 | 2 | -40/+52 |
| * | | | Spawn a separate process to send out messages from the master. This lets us s... | Simon MacMullen | 2012-11-28 | 2 | -27/+34 |
| * | | | Oops | Simon MacMullen | 2012-11-28 | 1 | -3/+3 |
| * | | | Various QA cleanups | Simon MacMullen | 2012-11-28 | 4 | -61/+62 |
| * | | | merge default into bug24407 | Matthias Radestock | 2012-11-27 | 5 | -11/+229 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | simplify errors | Matthias Radestock | 2012-11-27 | 2 | -4/+3 |
| | * | | Handle update_ram_duration correctly. | Simon MacMullen | 2012-11-27 | 2 | -21/+29 |
| | * | | Move the sync stuff to its own module | Simon MacMullen | 2012-11-26 | 3 | -120/+160 |
| | * | | Don't hang on shutdown | Simon MacMullen | 2012-11-26 | 3 | -8/+20 |
| | * | | React to memory monitor and FHC messages. | Simon MacMullen | 2012-11-26 | 1 | -10/+21 |
| | * | | Merge in default | Simon MacMullen | 2012-11-26 | 4 | -2/+151 |
| | |\ \ |
|
| | | * | | Improve progfess logging. | Simon MacMullen | 2012-11-26 | 1 | -14/+18 |
| | | * | | Send the sync_start over GM to flush out any other messages that we might hav... | Simon MacMullen | 2012-11-26 | 2 | -11/+19 |
| | | * | | Fix bugs in previous commit, and be rather more thorough about monitoring and... | Simon MacMullen | 2012-11-26 | 4 | -25/+51 |
| | | * | | Cosmetic | Simon MacMullen | 2012-11-26 | 1 | -8/+6 |
| | | * | | Add spec, fix API, refuse to run if there are pending acks, return status, do... | Simon MacMullen | 2012-11-26 | 4 | -25/+28 |
| | | * | | Fix expiry | Simon MacMullen | 2012-11-23 | 2 | -8/+6 |
| | | * | | Merge bug25303 | Simon MacMullen | 2012-11-23 | 4 | -2/+114 |
| | | |\ \ |
|
| | | | * | | Oops | Simon MacMullen | 2012-11-23 | 1 | -1/+2 |
| | | | * | | Flow control for the sync process. | Simon MacMullen | 2012-11-23 | 2 | -5/+23 |
| | | | * | | Log progress, and an important optimisation. | Simon MacMullen | 2012-11-23 | 2 | -8/+23 |
| | | | * | | Cosmetic / clearer. | Simon MacMullen | 2012-11-23 | 1 | -4/+3 |