| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Well txns are still only half in. But I want to go home. | Matthew Sackman | 2011-04-07 | 6 | -44/+135 |
| * | Grrr. non-maskable-interrupt half way through implementing txns | Matthew Sackman | 2011-04-07 | 2 | -46/+79 |
| * | Add BQ:discard, correct BQ:is_duplicate, finally fix the last bits of immedia... | Matthew Sackman | 2011-04-07 | 6 | -34/+112 |
| * | Validate_msg becomes is_duplicate, which makes much more sense | Matthew Sackman | 2011-04-07 | 5 | -26/+33 |
| * | Merging default to bug23554 (minor debitrot) | Matthew Sackman | 2011-04-07 | 18 | -192/+1587 |
| |\ | |||||
| | * | merge default to bug23554 (minor debitrot) | Matthew Sackman | 2011-03-29 | 16 | -183/+637 |
| | |\ | |||||
| | * \ | Merging default into bug23554 | Matthew Sackman | 2011-03-22 | 19 | -234/+1679 |
| | |\ \ | |||||
| | | * \ | Merging default to bug23554 (minor debitrot) | Matthew Sackman | 2011-03-18 | 19 | -234/+1679 |
| | | |\ \ | |||||
| | | | * | | whoops | Matthew Sackman | 2011-03-16 | 1 | -1/+1 |
| | | | * | | A different and largely opposite version of 'never'... | Matthew Sackman | 2011-03-16 | 1 | -2/+8 |
| | | | * | | Made gm do batching of messages. This has an astonishing performance impact: ... | Matthew Sackman | 2011-03-16 | 2 | -46/+96 |
| | | | * | | Merging default into bug23554 | Matthew Sackman | 2011-03-16 | 6 | -92/+86 |
| | | | |\ \ | |||||
| | | | * \ \ | Merging default into bug23554 | Matthew Sackman | 2011-03-14 | 17 | -181/+1573 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merging default into bug23554 | Matthew Sackman | 2011-03-14 | 17 | -181/+1573 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | merge default into bug23554 | Matthew Sackman | 2011-03-14 | 8 | -243/+308 |
| | | | | | |\ \ \ | |||||
| | | | | | * | | | | Make slaves rejoin on boot | Matthew Sackman | 2011-03-11 | 1 | -2/+11 |
| | | | | | * | | | | Merging default to bug23554 | Matthew Sackman | 2011-03-11 | 2 | -59/+89 |
| | | | | | |\ \ \ \ | |||||
| | | | | | * | | | | | Make new mirrors magically occur when set to [] and a new node in the cluster... | Matthew Sackman | 2011-03-11 | 3 | -18/+42 |
| | | | | | * | | | | | Merging default to bug23554 | Matthew Sackman | 2011-03-11 | 2 | -61/+110 |
| | | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | | Add ability to dynamically add slaves | Matthew Sackman | 2011-03-11 | 5 | -65/+77 |
| | | | | | * | | | | | | Merging default into bug23554 | Matthew Sackman | 2011-03-10 | 3 | -34/+25 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | Remove erroneous loss of state. Whilst this now can cause a memory leak, it o... | Matthew Sackman | 2011-03-10 | 1 | -8/+2 |
| | | | | | * | | | | | | | discovered another entire class of interleaving opportunities I've not consid... | Matthew Sackman | 2011-03-10 | 2 | -16/+39 |
| | | | | | * | | | | | | | Make creation of slaves synchronous. This means we are guaranteed on queue.de... | Matthew Sackman | 2011-03-10 | 1 | -4/+4 |
| | | | | | * | | | | | | | It was right before... | Matthew Sackman | 2011-03-10 | 1 | -4/+4 |
| | | | | | * | | | | | | | or that might be a bit better... | Matthew Sackman | 2011-03-09 | 2 | -11/+9 |
| | | | | | * | | | | | | | There's a chance that might be it | Matthew Sackman | 2011-03-09 | 1 | -9/+15 |
| | | | | | * | | | | | | | Further improvement of documentation | Matthew Sackman | 2011-03-09 | 1 | -5/+33 |
| | | | | | * | | | | | | | Correct documentation. Code is still wrong though | Matthew Sackman | 2011-03-09 | 1 | -17/+29 |
| | | | | | * | | | | | | | fix | Matthew Sackman | 2011-03-09 | 1 | -4/+5 |
| | | | | | * | | | | | | | Sort out and clean the validate_message stuff. It compiles again now... | Matthew Sackman | 2011-03-09 | 3 | -24/+26 |
| | | | | | * | | | | | | | Merge default to bug23554, and then a bit | Matthew Sackman | 2011-03-09 | 17 | -187/+1449 |
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | | just stashing this whilst I fix something else | Matthew Sackman | 2011-03-09 | 2 | -58/+56 |
| | | | | | | * | | | | | | | Just some more notes | Matthew Sackman | 2011-03-08 | 1 | -2/+13 |
| | | | | | | * | | | | | | | Hmm, I'd forgotten than deliver_immediately == false => the msg _isn't_ enqueued | Matthew Sackman | 2011-03-08 | 1 | -10/+9 |
| | | | | | | * | | | | | | | oops | Matthew Sackman | 2011-03-08 | 2 | -3/+3 |
| | | | | | | * | | | | | | | add BQ:validate_message | Matthew Sackman | 2011-03-08 | 6 | -30/+71 |
| | | | | | | * | | | | | | | Merging default into bug23554 | Matthew Sackman | 2011-03-08 | 17 | -162/+1372 |
| | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | It's very substantially wrong. | Matthew Sackman | 2011-03-02 | 3 | -38/+75 |
| | | | | | | | * | | | | | | | Remove erroneous documentation | Matthew Sackman | 2011-03-02 | 1 | -34/+0 |
| | | | | | | | * | | | | | | | Fixed confirms in HA queues. Broke slave promotion. Will fix | Matthew Sackman | 2011-03-02 | 1 | -64/+104 |
| | | | | | | | * | | | | | | | confirms still don't work... but it needs sleep to fix this. | Matthew Sackman | 2011-02-28 | 1 | -7/+6 |
| | | | | | | | * | | | | | | | Large amounts of debitrotting due to changes to confirms api and such like. S... | Matthew Sackman | 2011-02-28 | 2 | -27/+92 |
| | | | | | | | * | | | | | | | Removing gm_test from bug23554 which has in bug23727 become gm_soak_test | Matthew Sackman | 2011-02-28 | 1 | -126/+0 |
| | | | | | | | * | | | | | | | Merging default into bug23554 | Matthew Sackman | 2011-02-28 | 31 | -296/+736 |
| | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ \ | Merging bug23727 to bug23554 | Matthew Sackman | 2011-02-23 | 39 | -1081/+803 |
| | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ \ \ | Merging bug23727 to bug23554 | Matthew Sackman | 2011-02-12 | 52 | -504/+2739 |
| | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ \ \ \ | Merging bug23829 to bug23554 | Matthew Sackman | 2011-02-12 | 20 | -162/+2728 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ | Merging default into bug23554 | Matthew Sackman | 2011-02-12 | 21 | -162/+2744 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ | Merging bug23727 into bug23554 | Matthew Sackman | 2011-01-21 | 4 | -7/+10 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
