summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* 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
|\ \ \
* | | | Transplant of bug25617 to stablebug25617Emile Joubert2013-08-011-18/+42
|/ / /
* | | Merge bug25594Simon MacMullen2013-08-011-0/+3
|\ \ \
| * \ \ Merge bug25693Simon MacMullen2013-08-011-0/+3
| |\ \ \
| | * | | handle errors returned by boot stepsbug25693Matthias Radestock2013-08-011-0/+3
| |/ / /
* | | | add/remove log handler at precise point in system lifecyclebug25594Matthias Radestock2013-08-012-5/+16
| | | | | | | | | | | | | | | | | | | | Previously the handler stuck around for too long in the event of failed startup, resulting in spurious errors.
* | | | add helper process for lifecycle hooksMatthias Radestock2013-08-011-0/+68
|/ / /
* | | Merge bug25689Simon MacMullen2013-07-31150-302/+302
|\ \ \ | |/ / | | / | |/ |/|
| * Merged bug25538 into stableEmile Joubert2013-07-310-0/+0
| |\
| * | Update copyright on added modulebug25538Emile Joubert2013-07-311-2/+2
| | |
| * | Refresh branch from stableEmile Joubert2013-07-3121-173/+316
| |\ \ | | |/
| * | Revert changes to the registry key "HKLM\Software\VMware, Inc.\RabbitMQ ↵Simon MacMullen2013-07-031-3/+3
| | | | | | | | | | | | Server", which we want to keep constant.
| * | s/VMware/GoPivotal/gSimon MacMullen2013-07-01149-303/+303
| | |
* | | Integrate win32_cmd/1 into rabbit_misc:os_cmd/1, so that we have just one ↵Simon MacMullen2013-07-313-12/+14
| | | | | | | | | | | | function we can always use instead of os:cmd/1.
* | | Add space for clink os cmds separatelyEmile Joubert2013-07-313-3/+9
| | |
* | | Work around Clink shell issueEmile Joubert2013-07-302-2/+2
| |/ |/| | | | | | | This shell fails to suppress its copyright banner if there is no space between "/c" and the rest of the commandline.
* | Merge heads of stableSimon MacMullen2013-07-293-7/+10
|\ \
| * \ merge bug25651 into stableMatthias Radestock2013-07-293-7/+10
| |\ \
| | * | More sensible API for partitions, do not return errors.bug25651Simon MacMullen2013-07-043-7/+10
| | | |
* | | | Merge bug25670Simon MacMullen2013-07-2910-46/+116
|\ \ \ \
| * \ \ \ Merge bug25668Simon MacMullen2013-07-292-1/+4
| |\ \ \ \ | | |/ / /
| | * | | placate dialyzerMatthias Radestock2013-07-271-0/+3
| | | | |
| | * | | fix typesMatthias Radestock2013-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | (transplanted from eec14a745dd738a98cfb83e86a2b077d4280e314)