summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add missing quoting RABBITMQ_EBIN_PATH on the deletion of rabbit.relPaul Jones2009-10-281-1/+1
| * | | | | | | escape env vars in .bat scripts on use rather than definitionMatthias Radestock2009-10-284-25/+33
* | | | | | | | merge bug 21796 into defaultMatthew Sackman2009-10-283-5/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | fix typoMatthias Radestock2009-10-281-2/+2
| |/ / / / / /
| * | | | | | Merged bug21415 into default. I missed it previously.Marek Majkowski2009-10-2643-354/+716
| |\ \ \ \ \ \
| | * | | | | | bug 21758. Missed the first case in handle_ch_down which was noreply(... and ...Matthew Sackman2009-10-261-1/+1
| * | | | | | | Don't 'chkconfig --del rabbitmq-server' when upgrading.bug21415David Wragg2009-09-011-2/+1
* | | | | | | | removed ssl_base64 use in cookie_hashbug21796Matthew Sackman2009-10-281-1/+1
* | | | | | | | use base64 module instead of ssl_base64Matthias Radestock2009-10-261-7/+2
| |/ / / / / / |/| | | | | |
* | | | | | | merge bug21777 into defaultMatthias Radestock2009-10-266-43/+55
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge bug21758 into defaultMatthias Radestock2009-10-265-36/+39
| |\ \ \ \ \ \ \
| * | | | | | | | Typo and style fixbug21758Michael Bridgen2009-10-201-7/+5
| * | | | | | | | Use a specialised return value for handle_ch_down, rather than reinterpreting...Michael Bridgen2009-10-201-7/+10
| * | | | | | | | Do the queue deletion synchronously. Instead of replying immediatelyMichael Bridgen2009-10-191-3/+11
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | cosmetic error formatting changesbug21777Matthias Radestock2009-10-261-3/+3
* | | | | | | | Fixed formatting for string-based errorsPaul Jones2009-10-091-1/+1
|/ / / / / / /
| | | | | | * adding support for determining if an amqp reply code is either a soft or a ha...Vlad Ionescu2009-10-231-3/+24
| | |_|_|_|/ | |/| | | |
| * | | | | Merged bug 21807 into default (list_bindings order).Marek Majkowski2009-10-232-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | correct list_bindings result field orderbug21807Matthias Radestock2009-10-222-3/+3
| |/ / / /
| * | | | Merged bug21771 into default.Marek Majkowski2009-10-214-33/+36
| |\ \ \ \ |/ / / / /
| * | | | Minor QA fixbug21771Marek Majkowski2009-10-211-1/+1
| * | | | cope with suffixed node names in scriptsMatthias Radestock2009-10-084-33/+36
|/ / / /
* | | | Added tag rabbitmq_v1_7_0 for changeset b1089fcc31b7David Wragg2009-10-070-0/+0
* | | | Bump version to 1.7.0rabbitmq_v1_7_0David Wragg2009-10-072-0/+9
* | | | Merge QAd bug21738 into defaultMichael Bridgen2009-10-051-1/+4
|\ \ \ \
| * | | | fix race condition in list_connections test when in a clusterbug21738Matthias Radestock2009-10-021-1/+4
* | | | | Merge bug21222 into defaultDavid Wragg2009-10-042-1/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merged bug 21294 into default.Marek Majkowski2009-10-0235-259/+579
| |\ \ \ \
| * | | | | Shuffled the config file element declaration so the debian defaults file will...bug21294Paul Jones2009-10-011-1/+2
| * | | | | Changed location of the configuration file on windowsPaul Jones2009-10-011-3/+6
| * | | | | Added ability to provide configuration file to windows server startup tooPaul Jones2009-09-211-1/+7
| * | | | | Added facility to provide a configuration file to rabbit startup for Unix sys...Paul Jones2009-09-211-0/+4
* | | | | | setting log dir for startup/shutdown messagesbug21222Marek Majkowski2009-10-011-5/+6
| |/ / / / |/| | | |
* | | | | Merged bug 21682 into defaultMarek Majkowski2009-10-011-13/+14
|\ \ \ \ \
| * | | | | Introduced realsbin directorybug21682Paul Jones2009-09-301-13/+14
| * | | | | Changed target of reinplace calls to prevent macports converting symlinks to ...Paul Jones2009-09-241-13/+13
* | | | | | Merged bug 21273 into defaultMarek Majkowski2009-10-010-0/+0
|\ \ \ \ \ \
* \ \ \ \ \ \ Default merged into bug21273bug21273Marek Majkowski2009-10-019-52/+109
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge bug21669 into defaultMatthias Radestock2009-09-303-22/+66
| |\ \ \ \ \ \
| | * | | | | | leave error reporting in rabbit:prepare to contextbug21669Matthias Radestock2009-09-302-55/+54
| | * | | | | | Reverted rabbit:boot to rabbit_misc:start_applicationsPaul Jones2009-09-301-1/+1
| | * | | | | | Removed application starting changes, since these were causing a number of pr...Paul Jones2009-09-302-24/+8
| | * | | | | | Updated boot modification code to support catching errorsPaul Jones2009-09-283-31/+53
| | * | | | | | Added rabbit:prepare to the generated boot file; removed call to rabbit:start...Paul Jones2009-09-243-4/+43
| * | | | | | | Merged bug 20399 into default.Marek Majkowski2009-09-302-21/+24
| |\ \ \ \ \ \ \
| | * | | | | | | cosmeticbug20399Matthias Radestock2009-09-301-1/+1
| | * | | | | | | fix handling of precondition_failedMatthias Radestock2009-09-302-21/+24
| | * | | | | | | merge default into bug20399Matthias Radestock2009-09-300-0/+0
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ merge from bug 21397Matthew Sackman2009-09-301-7/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | using ?= operatorbug21397Vlad Ionescu2009-09-221-15/+6