summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct formatting of resources in log messagesMatthew Sackman2011-01-202-10/+10
* Merging default into bug23554 (epic debitrot)Matthew Sackman2011-01-2018-150/+2701
|\
| * Merging default into bug23554Matthew Sackman2010-12-2118-109/+2653
| |\
| | * Merging default into bug23554Matthew Sackman2010-12-2118-109/+2653
| | |\
| | | * Make the addition of slave nodes more robust. This is especially important fo...Matthew Sackman2010-12-211-3/+11
| | | * idiotMatthew Sackman2010-12-211-1/+1
| | | * Use amqqueue:store_queue/1 so that we modify durable queues durablyMatthew Sackman2010-12-212-1/+2
| | | * Correct all manner of crazy wrongness with maybe_run_queue_via_backing_queue....Matthew Sackman2010-12-216-60/+82
| | | * Merging default into bug 23554Matthew Sackman2010-12-2118-60/+2573
| | | |\
| | | | * 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-202-149/+159
| | | | * Revert the previous changeset as I've decided to solve this differentlyMatthew Sackman2010-12-202-135/+53
| | | | * Right, well the fake handling code in master is fine. The fake handling code ...Matthew Sackman2010-12-202-53/+135
| | | | * When you send a msg to another node, if the local node doesn't already have a...Matthew Sackman2010-12-191-1/+5
| | | | * Fixed a bug caused by revision 454fbb9127bd in rabbit-ha from where gm.erl ca...Matthew Sackman2010-12-192-62/+66
| | | | * Merging default into bug23554Matthew Sackman2010-12-171-1/+1
| | | | |\
| | | | * | Ensure that promoted slaves monitor the queue's exclusive ownerMatthew Sackman2010-12-171-1/+6
| | | | * | Fix a race condition that can occur on queue deletion. Also change boot order...Matthew Sackman2010-12-174-25/+34
| | | | * | Accidental unification going on of two things named Q; fix a bug which led to...Matthew Sackman2010-12-171-8/+12
| | | | * | That might just be enough to support confirmsMatthew Sackman2010-12-171-16/+48
| | | | * | Correct places to do confirmation stuffMatthew Sackman2010-12-171-2/+0
| | | | * | Support maybe_run_queue_via_backing_queue in the slaves, and add some comment...Matthew Sackman2010-12-172-4/+23
| | | | * | Permit dynamic inspection of the current mirror queues. This isn't particular...Matthew Sackman2010-12-162-1/+11
| | | | * | extra_pids => mirror_pids; Also rip out changes to the registry and just hard...Matthew Sackman2010-12-168-37/+19
| | | | * | Make use of the wonderful new registry.Matthew Sackman2010-12-164-25/+23
| | | | * | Merging default into bug23554Matthew Sackman2010-12-166-40/+73
| | | | |\ \
| | | | * | | Move the various files from rabbit-ha to rabbit-server as the ha work can't e...Matthew Sackman2010-12-167-0/+2355
| | | | * | | inlineMatthew Sackman2010-12-141-3/+2
| | | | * | | Merging default into bug23554Matthew Sackman2010-12-1422-160/+598
| | | | |\ \ \
| | | | * | | | Extend state conversion functionMatthew Sackman2010-12-131-16/+24
| | | | * | | | Merging default into bug 23554Matthew Sackman2010-12-139-53/+125
| | | | |\ \ \ \
| | | | | * | | | Alter the result of BQ:requeue so that it also returns the guids of the reque...Matthew Sackman2010-12-123-4/+7
| | | | | * | | | Merging default into bug23554Matthew Sackman2010-12-109-49/+118
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merging in from defaultMatthew Sackman2010-12-0913-73/+79
| | | | | | |\ \ \ \
| | | | | | * | | | | Contract will be process is already trapping exitsMatthew Sackman2010-12-091-1/+0
| | | | | | * | | | | Predictions of parameter explosions are highMatthew Sackman2010-12-091-3/+3
| | | | | | * | | | | Turns out the memory_monitor and fhc callback registration is idempotent, and...Matthew Sackman2010-12-091-4/+0
| | | | | | * | | | | Permit queue processes to be initialised with existing state. This raises the...Matthew Sackman2010-12-091-0/+24
| | | | | | * | | | | Increase the probability that the above worksMatthew Sackman2010-12-091-1/+13
| | | | | | * | | | | Allow gen_server2s to change their callback modules dynamically. That was easy.Matthew Sackman2010-12-091-0/+4
| | | | | | * | | | | On other node death, don't delete queues which still have some extra pids.Matthew Sackman2010-12-081-2/+4
| | | | | | * | | | | Add a TODOMatthew Sackman2010-12-081-0/+2
| | | | | | * | | | | Provide a means for plugins to add extra tables which are looked after by rab...Matthew Sackman2010-12-081-2/+14
| | | | | | * | | | | Merge default into bug 23554Matthew Sackman2010-12-067-45/+63
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge default into bug 23554 (epic debitrot)Matthew Sackman2010-12-0612-409/+831
| | | | | | | |\ \ \ \ \
| | | | | | | * | | | | | Exposing the publishing chpid right through to the BQ (and tidying up tests/t...Matthew Sackman2010-11-306-34/+37
| | | | | | | * | | | | | Make the tests work again. Also mirror_pids => extra_pids on the basis that i...Matthew Sackman2010-11-294-9/+13
| | | | | | | * | | | | | Lesser of many evils...Matthew Sackman2010-11-293-8/+12
| | | | | | | * | | | | | Present the whole amqqueue record to the BQ (remove duplicated IsDurable flag...Matthew Sackman2010-11-294-9/+8
| | | | | | | * | | | | | Present the whole amqqueue record to the BQMatthew Sackman2010-11-293-5/+5