summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Oopsbug25822Simon MacMullen2013-10-161-2/+2
|
* remove unused functionMatthias Radestock2013-10-151-2/+0
|
* cosmeticMatthias Radestock2013-10-151-7/+8
|
* Remove from the semi_durable table when removing an exchange even if the ↵Simon MacMullen2013-10-151-7/+11
| | | | routes are not in the durable table. And rephrase a bit in remove_routes/1, it's RAM vs disc that we care about here.
* Merge bug25815Simon MacMullen2013-10-150-0/+0
|\
* | Always check message expiry when queues startbug25815Emile Joubert2013-10-141-13/+14
|/
* Merged bug25780 into stableEmile Joubert2013-10-012-12/+12
|\
| * Fix stupiditybug25780Simon MacMullen2013-09-251-1/+2
| |
| * Don't go through the legacy code path when not dealing with a legacy file; ↵Simon MacMullen2013-09-231-10/+8
| | | | | | | | don't arbitrarily rewrite the disc nodes field of this file at startup.
| * node_type() should check the cluster status file rather than ask Mnesia - in ↵Simon MacMullen2013-09-231-1/+2
| | | | | | | | the early stages of RAM node startup Mnesia might tell us we are a standalone disc node.
* | merge bug25685 into stableTim Watson2013-10-0114-47/+53
|\ \
| * | cosmetic(ish): remove superfluous module prefixMatthias Radestock2013-09-271-1/+1
| |/
| * merge bug25757 into stableMatthias Radestock2013-09-113-11/+10
| |\
| | * Remove the warning message, it's not very interesting. Also fix an unused ↵bug25757Simon MacMullen2013-09-112-8/+2
| | | | | | | | | | | | variable.
| | * Introduce a new return code for this case, since {new, Q} is going to mess ↵Simon MacMullen2013-09-093-8/+9
| | | | | | | | | | | | up recovery by claiming we recovered something we didn't. Also {existing, Q} would make the channel enter an infinite loop, and {absent, Q} would return an AMQP NOT_FOUND which might be bewildering to the client if it managed to receive it. So we need a fourth possibility.
| | * Reply with something the channel is going to know how to handle.Simon MacMullen2013-09-091-1/+5
| | |
| * | cosmetic: remove unnecessary FQ callMatthias Radestock2013-09-111-1/+1
| | |
| * | Merged bug25745 into stableEmile Joubert2013-09-112-3/+4
| |\ \ | | |/
| | * correct erroneous commentMatthias Radestock2013-09-091-2/+3
| | |
| | * correctly prettify exclusive owner dissappearance warningMatthias Radestock2013-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | WRONG: Queue "queue 'amq.gen-FQZtyp6mpRdmm3-on_LAOQ' in vhost 'urhyfncz'" exclusive owner went away RIGHT: exclusive owner for queue 'amq.gen-FQZtyp6mpRdmm3-on_LAOQ' in vhost 'urhyfncz' went away This got broken in http://hg.rabbitmq.com/rabbitmq-server/rev/f9f4919656ab
| * | Oopsbug25745Simon MacMullen2013-09-111-1/+1
| | |
| * | More consistent naming.Simon MacMullen2013-09-116-16/+17
| | |
| * | Take GM's view of the live members each time we have a death message; don't ↵Simon MacMullen2013-09-028-32/+37
| |/ | | | | | | assume the master will always be able to write updates to Mnesia.
* | Cosmetic to be closer to what's on default.bug25685Simon MacMullen2013-09-161-20/+16
| |
* | Don't restart the node, and add a comment explaining what's going on.Simon MacMullen2013-09-161-6/+7
| |
* | Log reason for restartEmile Joubert2013-08-231-1/+3
| |
* | Solve startup conflict between nodes by restarting slave runtimeEmile Joubert2013-08-221-18/+29
|/
* merge bug25721 into stableMatthias Radestock2013-08-191-1/+1
|\
| * banish side effect dependent codebug25721Matthias Radestock2013-08-191-1/+1
|/
* Changelog for 3.1.5Simon MacMullen2013-08-152-0/+9
|
* Added tag rabbitmq_v3_1_5 for changeset 6504d305d9a9Simon MacMullen2013-08-150-0/+0
|
* Merged bug25713 into stablerabbitmq_v3_1_5Emile Joubert2013-08-150-0/+0
|\
* | Revert dd08c9204760bug25713Simon MacMullen2013-08-144-102/+41
|/
* Merge bug25710Simon MacMullen2013-08-130-0/+0
|\
* | Silence the badarg on two near-simultaneous pauses.bug25710Simon MacMullen2013-08-131-4/+6
|/
* Merged bug25700 into stableEmile Joubert2013-08-071-1/+2
|\
| * await_cluster_recovery/0 should return ok.bug25700Simon MacMullen2013-08-071-1/+2
| |
* | Added tag rabbitmq_v3_1_4 for changeset f0c729980bc9Simon MacMullen2013-08-070-0/+0
|/
* Merge bug25689 (again)rabbitmq_v3_1_4Simon MacMullen2013-08-061-1/+1
|\
| * Fix embarassment perpetrated in 97f0e3842c04.bug25689Simon MacMullen2013-08-061-1/+1
| |
* | merge bug25686 into stableMatthias Radestock2013-08-053-10/+26
|\ \
| * | refactor type specbug25686Matthias Radestock2013-08-051-3/+5
| | |
| * | simplifyMatthias Radestock2013-08-051-6/+4
| | |
| * | remove unused functionMatthias Radestock2013-08-051-3/+0
| | |
| * | Type checks for alternative exchanges in the same way as DLXEmile Joubert2013-08-011-2/+7
| | |
| * | Better error message for DLX type errorEmile Joubert2013-08-012-11/+17
| | |
| * | Check dlx type while checking permissionsEmile Joubert2013-07-312-2/+3
| | |
| * | Check DLX permissions on queue declareEmile Joubert2013-07-311-0/+7
| | |
* | | refactor: rpc:call already optimises calls to local nodesMatthias Radestock2013-08-051-6/+1
| | | | | | | | | | | | plus get rid of an unnecessary 'case'.
* | | Merge bug25617Simon MacMullen2013-08-010-0/+0
|\ \ \