summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_master.erl
Commit message (Expand)AuthorAgeFilesLines
* correct use of nodes()Matthew Sackman2011-05-251-5/+5
* Permit dropping nodes of mirrored queues. This turns out to be much much mess...Matthew Sackman2011-05-241-8/+19
* WhitespaceMatthew Sackman2011-05-241-8/+8
* Remove debug log entriesMatthew Sackman2011-05-231-1/+0
* master must broadcast, esp if it doesn't know about the sender. Also rip out ...Matthew Sackman2011-05-231-12/+4
* That's an awful lot of work to solve a potential memory leak...Matthew Sackman2011-05-201-9/+44
* BQ:idle_timeout => BQ:timeoutMatthew Sackman2011-05-201-5/+5
* Fixed call to validate_messageRob Harrop2011-05-161-1/+1
* Work on documentation of haMatthew Sackman2011-04-101-40/+0
* Some initial HA design documentationMatthew Sackman2011-04-081-0/+3
* some notesMatthew Sackman2011-04-081-0/+40
* Sod it - transactions are too hard to do in mirror queues so don't bother. I ...Matthew Sackman2011-04-081-74/+22
* Well, getting closer. But it's not done yet, and I may have discovered a rath...Matthew Sackman2011-04-081-5/+11
* Well txns are still only half in. But I want to go home.Matthew Sackman2011-04-071-26/+66
* Grrr. non-maskable-interrupt half way through implementing txnsMatthew Sackman2011-04-071-42/+63
* Add BQ:discard, correct BQ:is_duplicate, finally fix the last bits of immedia...Matthew Sackman2011-04-071-4/+14
* Validate_msg becomes is_duplicate, which makes much more senseMatthew Sackman2011-04-071-12/+12
* merge default into bug23554Matthew Sackman2011-03-141-37/+47
* Make new mirrors magically occur when set to [] and a new node in the cluster...Matthew Sackman2011-03-111-17/+19
* Add ability to dynamically add slavesMatthew Sackman2011-03-111-1/+1
* Remove erroneous loss of state. Whilst this now can cause a memory leak, it o...Matthew Sackman2011-03-101-8/+2
* discovered another entire class of interleaving opportunities I've not consid...Matthew Sackman2011-03-101-12/+36
* Sort out and clean the validate_message stuff. It compiles again now...Matthew Sackman2011-03-091-6/+6
* Merge default to bug23554, and then a bitMatthew Sackman2011-03-091-12/+12
* just stashing this whilst I fix something elseMatthew Sackman2011-03-091-57/+55
* add BQ:validate_messageMatthew Sackman2011-03-081-0/+5
* Merging default into bug23554Matthew Sackman2011-03-081-24/+24
* It's very substantially wrong.Matthew Sackman2011-03-021-31/+63
* Large amounts of debitrotting due to changes to confirms api and such like. S...Matthew Sackman2011-02-281-2/+2
* Correct all manner of crazy wrongness with maybe_run_queue_via_backing_queue....Matthew Sackman2010-12-211-1/+8
* Remove R14-ism. Also, cute feature - if you specify no nodes by name, you mea...Matthew Sackman2010-12-201-2/+6
* Give in and have the master put the pub msgs themselves on the gm. Avoiding t...Matthew Sackman2010-12-201-22/+40
* Revert the previous changeset as I've decided to solve this differentlyMatthew Sackman2010-12-201-45/+18
* Right, well the fake handling code in master is fine. The fake handling code ...Matthew Sackman2010-12-201-18/+45
* Support maybe_run_queue_via_backing_queue in the slaves, and add some comment...Matthew Sackman2010-12-171-1/+1
* Move the various files from rabbit-ha to rabbit-server as the ha work can't e...Matthew Sackman2010-12-161-0/+221