summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | 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-169-38/+20
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Make use of the wonderful new registry.Matthew Sackman2010-12-164-25/+23
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Merging default into bug23554Matthew Sackman2010-12-167-41/+74
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Move the various files from rabbit-ha to rabbit-server as the ha work can't e...Matthew Sackman2010-12-168-0/+2383
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | inlineMatthew Sackman2010-12-141-3/+2
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Merging default into bug23554Matthew Sackman2010-12-1425-161/+664
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | Extend state conversion functionMatthew Sackman2010-12-131-16/+24
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | Merging default into bug 23554Matthew Sackman2010-12-1311-63/+136
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | Alter the result of BQ:requeue so that it also returns the guids of the reque...Matthew Sackman2010-12-124-5/+8
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | Merging default into bug23554Matthew Sackman2010-12-1011-58/+128
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merging in from defaultMatthew Sackman2010-12-0916-83/+89
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | 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-069-54/+73
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into bug 23554 (epic debitrot)Matthew Sackman2010-12-0617-420/+851
| | | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Exposing the publishing chpid right through to the BQ (and tidying up tests/t...Matthew Sackman2010-11-307-40/+45
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Make the tests work again. Also mirror_pids => extra_pids on the basis that i...Matthew Sackman2010-11-295-10/+14
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Lesser of many evils...Matthew Sackman2010-11-294-9/+13
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Present the whole amqqueue record to the BQ (remove duplicated IsDurable flag...Matthew Sackman2010-11-295-11/+9
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Present the whole amqqueue record to the BQMatthew Sackman2010-11-293-5/+5
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Added mechanism to dynamically choose the backing queue module. Ideally, this...Matthew Sackman2010-11-291-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge bug24117 into defaultMatthias Radestock2011-05-195-32/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BQ:idle_timeout => BQ:timeoutMatthew Sackman2011-05-195-12/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whitespaceMatthew Sackman2011-05-181-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well it's no shorter, but it closer matches the originalMatthew Sackman2011-05-181-14/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals...Matthew Sackman2011-05-185-26/+29
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplifyMatthias Radestock2011-05-191-21/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bug24116 into defaultRob Harrop2011-05-191-8/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And now, after testing it, actually make it work by correcting one of the cou...Matthew Sackman2011-05-181-10/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not read the msg surviving dropwhile1Matthew Sackman2011-05-181-8/+12
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge bug24004 into defaultMatthias Radestock2011-05-1724-227/+501
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge bug23939 into defaultMatthias Radestock2011-05-1611-127/+338
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |