| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a couple of Makefile variable references (important to make cleandb non-d... | Tony Garnock-Jones | 2008-12-09 | 1 | -2/+2 |
| * | I guess I was confused about which convention to use. Remove RABBITMQ_ prefix... | Tony Garnock-Jones | 2008-12-09 | 1 | -3/+3 |
| * | Update Makefile for new environment variables. | Tony Garnock-Jones | 2008-12-09 | 1 | -9/+25 |
| * | Correct a problem I introduced: make RABBITMQ_START_RABBIT depend on RABBITMQ... | Tony Garnock-Jones | 2008-12-09 | 1 | -3/+3 |
| * | Only source /etc/default/rabbitmq if it exists! | Tony Garnock-Jones | 2008-12-09 | 3 | -3/+3 |
| * | Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang code | Tony Garnock-Jones | 2008-12-08 | 9 | -124/+159 |
| * | New manpage for /etc/default/rabbitmq. | Tony Garnock-Jones | 2008-12-08 | 1 | -0/+50 |
| * | Tweak to the way the makefile generates the manpages, in preparation | Tony Garnock-Jones | 2008-12-08 | 5 | -24/+32 |
| * | Remove suspect whitespace. | Tony Garnock-Jones | 2008-12-08 | 1 | -2/+2 |
| * | Merged bug 19962 | Simon MacMullen | 2008-12-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Use more reliable 'id -u' to correctly identify | Hubert Plociniczak | 2008-12-05 | 1 | -1/+1 |
| * | | Merge bug19929 into default | Hubert Plociniczak | 2008-12-05 | 3 | -0/+35 |
| |\ \ | |||||
| | * | | More intuitive name for the script | Hubert Plociniczak | 2008-12-05 | 3 | -2/+2 |
| | * | | Typo | Hubert Plociniczak | 2008-12-05 | 1 | -1/+1 |
| | * | | Move the old mnesia dir to temporary unique place | Hubert Plociniczak | 2008-12-05 | 3 | -0/+35 |
| | |/ | |||||
| * | | Merge bug19888 into default | Hubert Plociniczak | 2008-12-05 | 1 | -2/+7 |
| |\ \ | |/ |/| | |||||
| | * | Use 'id -u' instead of not always working UID variable | Hubert Plociniczak | 2008-12-05 | 1 | -1/+1 |
| | * | Display warning when rabbitmqctl is not run as superuser | Hubert Plociniczak | 2008-12-05 | 1 | -2/+7 |
| * | | Merge bug19889 into default | Hubert Plociniczak | 2008-12-05 | 3 | -17/+14 |
| |\ \ | |/ | |||||
| | * | Moved scripts to /usr/lib/rabbitmq/bin and few minor | Hubert Plociniczak | 2008-12-04 | 3 | -17/+14 |
| * | | merge bug19900 into default | Matthias Radestock | 2008-12-05 | 4 | -12/+58 |
| |\ \ | |/ |/| | |||||
| | * | merge default into bug19900 | Matthias Radestock | 2008-12-05 | 26 | -86/+748 |
| | |\ | |/ |/| | |||||
| * | | Merge bug19859 into default | Hubert Plociniczak | 2008-12-04 | 1 | -1/+8 |
| |\ \ | |||||
| | * | | If the user is not root, just invoke rabbitmqctl without any args. They | Simon MacMullen | 2008-11-26 | 1 | -6/+2 |
| | * | | Only su to rabbitmq if the user is actually root (otherwise they will be prom... | Simon MacMullen | 2008-11-25 | 1 | -1/+12 |
| * | | | merge bug19950 into default | Matthias Radestock | 2008-12-04 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Moving bgu19950 to bug19950, wrong name. | Hubert Plociniczak | 2008-12-04 | 0 | -0/+0 |
| | * | | | mnesia schema check script needs to identify correctly | Hubert Plociniczak | 2008-12-04 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | merge bug19754 into default | Tony Garnock-Jones | 2008-12-03 | 1 | -7/+0 |
| |\ \ \ | |||||
| | * | | | remove cruft from rabbitmqctl | Matthias Radestock | 2008-11-24 | 1 | -7/+0 |
| * | | | | merged bug19758 into default | Tony Garnock-Jones | 2008-12-03 | 1 | -0/+13 |
| |\ \ \ \ | |||||
| | * | | | | keep dialyzer happy | Matthias Radestock | 2008-11-20 | 1 | -3/+10 |
| | * | | | | disable cross-node routing optimisation | Matthias Radestock | 2008-11-20 | 1 | -0/+6 |
| * | | | | | merged bug19841 into default | Tony Garnock-Jones | 2008-12-02 | 3 | -3/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Moved from python-json to python-simplejson. | Hubert Plociniczak | 2008-11-20 | 3 | -3/+4 |
| * | | | | | | merge bug19871 into default | Matthias Radestock | 2008-12-02 | 7 | -1/+112 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | fix typo | Matthias Radestock | 2008-12-02 | 1 | -1/+1 |
| | * | | | | | | don't mention mnesia | Matthias Radestock | 2008-12-02 | 1 | -4/+2 |
| | * | | | | | | Merged default | Simon MacMullen | 2008-12-01 | 19 | -52/+569 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Run schema check as part of tests to help coverage check. | Simon MacMullen | 2008-12-01 | 1 | -0/+2 |
| | * | | | | | | | Invert the case of all this - check that the schema is current rather | Simon MacMullen | 2008-12-01 | 4 | -12/+11 |
| | * | | | | | | | Update the message shown on upgrade. | Simon MacMullen | 2008-12-01 | 1 | -4/+3 |
| | * | | | | | | | Change mnesia check target name | Simon MacMullen | 2008-12-01 | 1 | -1/+1 |
| | * | | | | | | | Add some debconf questions so that an upgrade stands a chance of not | Simon MacMullen | 2008-11-27 | 3 | -1/+42 |
| | * | | | | | | | Install the script. Note that shell uses "0" for true and "1" for | Simon MacMullen | 2008-11-27 | 2 | -1/+2 |
| | * | | | | | | | Merge bug19860 | Simon MacMullen | 2008-11-27 | 4 | -7/+10 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | It's nicer if update_needed is just a function, not something that | Simon MacMullen | 2008-11-27 | 2 | -7/+8 |
| | * | | | | | | | | Create rabbitmq-mnesia-update-needed script | Simon MacMullen | 2008-11-27 | 3 | -0/+70 |
| * | | | | | | | | | Merge bug19910 into default | Hubert Plociniczak | 2008-12-01 | 3 | -2/+9 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | add type spec | Matthias Radestock | 2008-12-01 | 1 | -0/+1 |
