summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge default into bug19684Tony Garnock-Jones2008-12-1016-189/+327
|\
| * merge bug19914 into defaultMatthias Radestock2008-12-1016-190/+327
| |\
| | * Add an example to the /etc/default/rabbitmq manpageTony Garnock-Jones2008-12-101-0/+10
| | |
| | * Set the page name and section correctlyTony Garnock-Jones2008-12-101-1/+7
| | |
| | * Ignore generated diff file in debian packaging directoryTony Garnock-Jones2008-12-101-1/+1
| | |
| | * Catch all the manpages, including any future ones.Tony Garnock-Jones2008-12-101-3/+1
| | |
| | * Correct stupid mistake in installation target of Makefile.Tony Garnock-Jones2008-12-101-1/+1
| | |
| | * Update rabbitmq-server.bat to use RABBITMQ_CLUSTER_CONFIG_FILETony Garnock-Jones2008-12-091-3/+5
| | |
| | * Make RABBITMQ_MNESIA_BASE, RABBITMQ_LOG_BASE, RABBITMQ_MNESIA_DIR settable ↵Tony Garnock-Jones2008-12-092-12/+25
| | | | | | | | | | | | in batch files.
| | * Fix more names in the batch filesTony Garnock-Jones2008-12-092-18/+17
| | |
| | * Fix a couple of Makefile variable references (important to make cleandb ↵Tony Garnock-Jones2008-12-091-2/+2
| | | | | | | | | | | | non-dangerous!)
| | * I guess I was confused about which convention to use. Remove RABBITMQ_ ↵Tony Garnock-Jones2008-12-091-3/+3
| | | | | | | | | | | | prefix from defaults entries in macports.
| | * Update Makefile for new environment variables.Tony Garnock-Jones2008-12-091-9/+25
| | |
| | * Correct a problem I introduced: make RABBITMQ_START_RABBIT depend on ↵Tony Garnock-Jones2008-12-091-3/+3
| | | | | | | | | | | | RABBITMQ_NODE_ONLY.
| | * Only source /etc/default/rabbitmq if it exists!Tony Garnock-Jones2008-12-093-3/+3
| | |
| | * Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang codeTony Garnock-Jones2008-12-089-124/+159
| | | | | | | | | | | | for the new environment variable names.
| | * New manpage for /etc/default/rabbitmq.Tony Garnock-Jones2008-12-081-0/+50
| | |
| | * Tweak to the way the makefile generates the manpages, in preparationTony Garnock-Jones2008-12-085-24/+32
| | | | | | | | | | | | for some documentation for /etc/default/rabbitmq.
| | * Remove suspect whitespace.Tony Garnock-Jones2008-12-081-2/+2
| | |
* | | 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
| | | | | |