summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * | | | cosmeticbug25668Simon MacMullen2013-07-291-3/+1
| | | | |
| * | | | introduces ssl_apps as a env parameterAlvaro Videla2013-07-223-3/+9
| |/ / /
| * | | Merged bug25644 into stableEmile Joubert2013-07-244-41/+102
| |\ \ \
| | * \ \ Merge stablebug25644Simon MacMullen2013-07-234-41/+102
| | |\ \ \ | |/ / / /
| | * | | Make monitoring via delegates async. This has the downside that you can't ↵Simon MacMullen2013-07-231-22/+29
| | | | | | | | | | | | | | | | | | | | monitor the same pid more than once from the same process, but that is enforced by pmon anyway which is the only client of this code. The upside is that cross-cluster basic.get doesn't deadlock...
| | * | | Get amqqueu_process to montor via delegate too, tighten delegate specs, ↵Simon MacMullen2013-07-043-25/+14
| | | | | | | | | | | | | | | | | | | | simplify pmon parameterisation.