| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ensure rabbitmqctl list_queues remains responsive during sync, and emit stats... | Simon MacMullen | 2012-12-14 | 4 | -16/+46 |
| * | It's important to respond to this too. | Simon MacMullen | 2012-12-14 | 1 | -1/+4 |
| * | Make syncing idempotent. | Simon MacMullen | 2012-12-06 | 2 | -3/+2 |
| * | Add rabbitmqctl sync_queue, and make it synchronous. Also fix the fact that w... | Simon MacMullen | 2012-12-06 | 6 | -14/+67 |
| * | Normalise credit flow quantities. | Simon MacMullen | 2012-12-05 | 1 | -2/+2 |
| * | correct docs for final handshake | Matthias Radestock | 2012-11-29 | 1 | -0/+1 |
| * | handle the case of the Syncer dying right at the end | Matthias Radestock | 2012-11-29 | 1 | -15/+20 |
| * | cosmetic | Matthias Radestock | 2012-11-29 | 1 | -4/+4 |
| * | 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 | 14 | -274/+269 |
| | |\ | |||||
| | * | | 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 |
