summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cosmeticMatthias Radestock2008-12-101-28/+41
|
* lots of testsMatthias Radestock2008-12-101-19/+44
|
* handle case when connection is not fully initialised yetMatthias Radestock2008-12-101-0/+2
|
* prettier output in testsMatthias Radestock2008-12-101-1/+5
|
* cosmeticMatthias Radestock2008-12-101-2/+0
|
* correct error handlingMatthias Radestock2008-12-101-1/+4
|
* merge default into bug19684Matthias Radestock2008-12-1060-374/+743
|\
| * merged bug18381 into defaultTony Garnock-Jones2008-12-098-12/+240
| |\
| | * merged default into bug18381Tony Garnock-Jones2008-12-0971-553/+1552
| | |\ | | |/ | |/|
| * | merge bug19974 into defaultMatthias Radestock2008-12-0950-304/+604
| |\ \
| | * | Update copyrights.Tony Garnock-Jones2008-12-0950-304/+604
| | | |
| * | | merge bug19975 into defaultMatthias Radestock2008-12-094-32/+4
| |\ \ \ | | |/ / | |/| |
| | * | Update pods to remove copyright section and correct email addressTony Garnock-Jones2008-12-094-32/+4
| |/ /
| * | Merged bug 19962Simon MacMullen2008-12-081-1/+1
| |\ \
| | * | Use more reliable 'id -u' to correctly identifyHubert Plociniczak2008-12-051-1/+1
| | | | | | | | | | | | | | | | the user for the debian wrapper.
| * | | Merge bug19929 into defaultHubert Plociniczak2008-12-053-0/+35
| |\ \ \
| | * | | More intuitive name for the scriptHubert Plociniczak2008-12-053-2/+2
| | | | |
| | * | | TypoHubert Plociniczak2008-12-051-1/+1
| | | | |
| | * | | Move the old mnesia dir to temporary unique placeHubert Plociniczak2008-12-053-0/+35
| | |/ / | | | | | | | | | | | | when schemas do not match.
| * | | Merge bug19888 into defaultHubert Plociniczak2008-12-051-2/+7
| |\ \ \ | | |/ / | |/| |
| | * | Use 'id -u' instead of not always working UID variableHubert Plociniczak2008-12-051-1/+1
| | | | | | | | | | | | | | | | to correctly identify the user
| | * | Display warning when rabbitmqctl is not run as superuserHubert Plociniczak2008-12-051-2/+7
| | | |
| * | | Merge bug19889 into defaultHubert Plociniczak2008-12-053-17/+14
| |\ \ \ | | |/ /
| | * | Moved scripts to /usr/lib/rabbitmq/bin and few minorHubert Plociniczak2008-12-043-17/+14
| | | | | | | | | | | | | | | | style fixes for the spec.
| * | | merge bug19900 into defaultMatthias Radestock2008-12-054-12/+58
| |\ \ \ | | |/ / | |/| |
| | * | merge default into bug19900Matthias Radestock2008-12-0526-86/+748
| | |\ \ | | |/ / | |/| |
| * | | Merge bug19859 into defaultHubert Plociniczak2008-12-041-1/+8
| |\ \ \
| | * | | If the user is not root, just invoke rabbitmqctl without any args. TheySimon MacMullen2008-11-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | should always get the help message, and always get the "run as root" message.
| | * | | Only su to rabbitmq if the user is actually root (otherwise they will be ↵Simon MacMullen2008-11-251-1/+12
| | | | | | | | | | | | | | | | | | | | prompted for a password which is incomprehensible). If they are not root, allow them to see help but otherwise fail (since if they run the real rabbitmqctl as a normal user it will talk to the wrong rabbit and again confusion will ensue.
| * | | | merge bug19950 into defaultMatthias Radestock2008-12-041-0/+1
| |\ \ \ \
| | * | | | Moving bgu19950 to bug19950, wrong name.Hubert Plociniczak2008-12-040-0/+0
| | | | | |
| | * | | | mnesia schema check script needs to identify correctlyHubert Plociniczak2008-12-041-0/+1
| |/ / / / | | | | | | | | | | | | | | | the nodename
| * | | | merge bug19754 into defaultTony Garnock-Jones2008-12-031-7/+0
| |\ \ \ \
| | * | | | remove cruft from rabbitmqctlMatthias Radestock2008-11-241-7/+0
| | | | | |
| * | | | | merged bug19758 into defaultTony Garnock-Jones2008-12-031-0/+13
| |\ \ \ \ \
| | * | | | | keep dialyzer happyMatthias Radestock2008-11-201-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | my trick of preventing "function ... unused" warnings fooled the compiler but not dialyzer
| | * | | | | disable cross-node routing optimisationMatthias Radestock2008-11-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | until we figure out how to make it work w/o breaking the effect visibility guarantee
| | | | | * | Added test for log rotation when it cannnotHubert Plociniczak2008-12-041-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | create parent dirs, more informative exceptions.
| | | | | * | rename ensure_directory_exists to ensure_parent_dirs_existMatthias Radestock2008-11-283-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since that is a better descript of what actually happens. Similarly, change the exception tag
| | | | | * | Simplify mode calculationHubert Plociniczak2008-11-281-2/+2
| | | | | | |
| | | | | * | Logging handlers attempt to create the directoryHubert Plociniczak2008-11-284-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the log file if it doesn't exist yet. Added new test to include the case when no write permissions are set for the directory.
* | | | | | | rabbitmqctl testsEmile Joubert2008-12-083-14/+34
| | | | | | |
* | | | | | | rabbitmqctl pod updates, R11B-5 safe string handlingEmile Joubert2008-12-072-13/+165
| | | | | | |
* | | | | | | Add vhost parameterEmile Joubert2008-12-041-10/+12
| | | | | | |
* | | | | | | Merge bug18381 into bug19684Emile Joubert2008-12-042-32/+29
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | qualify various list/info functions with vhostMatthias Radestock2008-12-033-34/+31
| | | | | | |
* | | | | | | rabbitmqctl output formattingEmile Joubert2008-12-031-24/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %-encode queue names and exchange names separate columns with tab instead space characters anticipate vhost parameter
* | | | | | | Backed out changeset 6ad1a9e059d0Matthias Radestock2008-12-033-31/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed on wrong branch
* | | | | | | qualify various list/info functions with vhostMatthias Radestock2008-12-033-34/+31
| | | | | | |
* | | | | | | merge default into bug19684Matthias Radestock2008-12-029-4/+116
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |