summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | I guess I was confused about which convention to use. Remove RABBITMQ_ prefix...Tony Garnock-Jones2008-12-091-3/+3
| * | | | | | | | | | | Update Makefile for new environment variables.Tony Garnock-Jones2008-12-091-9/+25
| * | | | | | | | | | | Correct a problem I introduced: make RABBITMQ_START_RABBIT depend on RABBITMQ...Tony Garnock-Jones2008-12-091-3/+3
| * | | | | | | | | | | 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
| * | | | | | | | | | | 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
| * | | | | | | | | | | Remove suspect whitespace.Tony Garnock-Jones2008-12-081-2/+2
* | | | | | | | | | | | merged bug18381 into defaultTony Garnock-Jones2008-12-090-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ merged default into bug18381bug18381Tony Garnock-Jones2008-12-098-12/+240
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | qualify various list/info functions with vhostMatthias Radestock2008-12-033-34/+31
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | add some socket stats to infoMatthias Radestock2008-11-241-0/+11
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | refactoringMatthias Radestock2008-11-193-15/+11
| * | | | | | | | | add connection_info functionsMatthias Radestock2008-11-192-3/+85
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | add function to get hold of all connections (i.e. reader pids)Matthias Radestock2008-11-191-1/+7
| * | | | | | | | add rabbit_exchange:list_bindings/0Matthias Radestock2008-11-181-1/+12
| | |/ / / / / / | |/| | | | | |
| * | | | | | | cosmetic renameMatthias Radestock2008-11-121-22/+17
| * | | | | | | add exchange list and info functionsMatthias Radestock2008-11-121-1/+33
| * | | | | | | move info types into common header fileMatthias Radestock2008-11-122-2/+2
| * | | | | | | simplify info and info_all API, and extend info item listMatthias Radestock2008-11-112-19/+24
| | |/ / / / / | |/| | | | |
| * | | | | | info_allMatthias Radestock2008-11-071-1/+18
| * | | | | | beginnings of queue info APIMatthias Radestock2008-11-062-1/+77
* | | | | | | merge bug19974 into defaultMatthias Radestock2008-12-0950-304/+604
|\ \ \ \ \ \ \
| * | | | | | | Update copyrights.bug19974Tony Garnock-Jones2008-12-0950-304/+604
| | |/ / / / / | |/| | | | |
* | | | | | | merge bug19975 into defaultMatthias Radestock2008-12-090-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Update pods to remove copyright section and correct email addressbug19975Tony Garnock-Jones2008-12-094-32/+4
|/ / / / / /
* | | | | | Merged bug 19962Simon MacMullen2008-12-084-2/+42
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge bug19929 into defaultHubert Plociniczak2008-12-051-2/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge bug19888 into defaultHubert Plociniczak2008-12-051-2/+7
| | |\ \ \ \ \
| | | * | | | | Use 'id -u' instead of not always working UID variablebug19888Hubert Plociniczak2008-12-051-1/+1
| | | * | | | | Display warning when rabbitmqctl is not run as superuserHubert Plociniczak2008-12-051-2/+7
| * | | | | | | More intuitive name for the scriptbug19929Hubert 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
| |/ / / / / /
* | | | | | | Use more reliable 'id -u' to correctly identifybug19962Hubert Plociniczak2008-12-051-1/+1
|/ / / / / /
* | | | | | Merge bug19889 into defaultHubert Plociniczak2008-12-054-12/+58
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | merge bug19900 into defaultMatthias Radestock2008-12-054-12/+58
| |\ \ \ \ \
| | * \ \ \ \ merge default into bug19900bug19900Matthias Radestock2008-12-0526-86/+748
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Added test for log rotation when it cannnotHubert Plociniczak2008-12-041-3/+17
| | * | | | | rename ensure_directory_exists to ensure_parent_dirs_existMatthias Radestock2008-11-283-8/+8
| | * | | | | Simplify mode calculationHubert Plociniczak2008-11-281-2/+2
| | * | | | | Logging handlers attempt to create the directoryHubert Plociniczak2008-11-284-12/+44
* | | | | | | Moved scripts to /usr/lib/rabbitmq/bin and few minorbug19889Hubert Plociniczak2008-12-043-17/+14
|/ / / / / /
* | | | | | Merge bug19859 into defaultHubert Plociniczak2008-12-041-1/+8
|\ \ \ \ \ \
| * | | | | | If the user is not root, just invoke rabbitmqctl without any args. Theybug19859Simon MacMullen2008-11-261-6/+2
| * | | | | | Only su to rabbitmq if the user is actually root (otherwise they will be prom...Simon MacMullen2008-11-251-1/+12
* | | | | | | merge bug19950 into defaultMatthias Radestock2008-12-040-0/+0
|\ \ \ \ \ \ \
* | | | | | | | Moving bgu19950 to bug19950, wrong name.bug19950Hubert Plociniczak2008-12-040-0/+0
* | | | | | | | mnesia schema check script needs to identify correctlybgu19950Hubert Plociniczak2008-12-041-0/+1
|/ / / / / / /
* | | | | | | merge bug19754 into defaultTony Garnock-Jones2008-12-031-7/+0
|\ \ \ \ \ \ \