summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change to dependenciesbug20676Matthew Sackman2009-05-181-1/+1
|
* Merge bug20745 into v1_5Hubert Plociniczak2009-05-161-0/+2
|\
| * Merge bug20679 into v1_5Hubert Plociniczak2009-05-161-0/+2
| |\
| | * Add Default-Start and Default-Stop LSB init script linesbug20679David Wragg2009-05-081-0/+2
| | | | | | | | | | | | To shut rpmlint up.
* | | Don't package the INSTALL documentbug20745David Wragg2009-05-131-1/+1
|/ /
* | merge bug20702 into v1_5Tony Garnock-Jones2009-05-131-1/+5
|\ \
| * | Set PATH to workaround case when escript is not in /usr/binbug20702David Wragg2009-05-081-1/+5
| | |
* | | merge bug20649 into v1_5Tony Garnock-Jones2009-05-130-0/+0
|\ \ \ | | |/ | |/|
| * | Revert. No idea why that ended up going straight into v1_5.David Wragg2009-05-081-2/+0
| | |
| * | Add Default-Start and Default-Stop LSB init script linesDavid Wragg2009-05-081-0/+2
| |/ | | | | | | To shut rpmlint up.
* | Create user and group in %pre rather than %postbug20649David Wragg2009-05-081-8/+9
| | | | | | | | | | They are referred to in the %files section, which leads to warnings if they are not created until %post runs.
* | Remove duplicated username in useradd commandDavid Wragg2009-05-081-2/+2
|/
* merge bug20471 into v1_5Matthias Radestock2009-05-0720-106/+224
|\
| * merging in 20592Matthew Sackman2009-04-292-11/+19
| |\
| | * merge bug20630 into v1_5Tony Garnock-Jones2009-04-242-11/+19
| | |\
| | | * return the correct error (not_found) on exchange deletionbug20630Matthias Radestock2009-04-232-11/+19
| | |/ | | | | | | | | | in the process discriminate more on 'unbind' errors
| * | don't conditionally/auto-delete exchanges that still have durable bindingsbug20592Matthias Radestock2009-04-221-6/+8
| |/
| * merge in branch 20590Matthew Sackman2009-04-172-18/+29
| |\
| | * don't remove a queue's durable routes on node_downbug20590Matthias Radestock2009-04-142-18/+29
| | | | | | | | | | | | | | | | | | | | | ...since that means we can't recover them when the queue re-appears. Also, rename rabbit_exchange:delete_bindings_for_X to delete_X_bindings - the former was becoming a mouthful.
| * | merge bug20599 into v1_5Matthew Sackman2009-04-162-3/+8
| |\ \
| | * \ bringing in v1_5 before merge backbug20599Matthew Sackman2009-04-162-3/+8
| | |\ \ | |/ / /
| | * | leave system in clustered stateMatthias Radestock2009-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | ...when testing clustering. That allows other tests of clustering-related features to commence subsequently.
| | * | better way to start background nodeMatthias Radestock2009-04-151-2/+1
| | | |
| | * | remove silly dependencyMatthias Radestock2009-04-151-1/+1
| | | | | | | | | | | | | | | | 'start' should fail when the node is already running, rather than killing it
| * | | merge bug20597 into v1_5Matthew Sackman2009-04-151-1/+1
| |\ \ \ | | |/ /
| | * | Merged bug 20593Simon MacMullen2009-04-151-1/+1
| | |\ \ | | | |/ | | |/|
| | | * correct default location of cluster configbug20593Matthias Radestock2009-04-141-1/+1
| | |/ | | | | | | | | | we inadvertently changed this in 1.5.4
| * | keep dialyzer happybug20597Matthias Radestock2009-04-143-1/+25
| |/ | | | | | | | | | | - the spec for rabbit_misc:format_stderr/2 was wrong, - for rabbit_{control,multi}:start/0 we need to add a spec so we can specify the no_return() caused by the calls to halt()
| * Added tag rabbitmq_v1_5_4 for changeset 5a3d301b27d8Matthias Radestock2009-04-060-0/+0
| |
| * add package changelog entries for 1.5.4 releaserabbitmq_v1_5_4Matthias Radestock2009-04-062-0/+9
| |
| * merge v1_5 branch headsMatthias Radestock2009-04-060-0/+0
| |\
| | * merge bug20552 into v1_5Matthias Radestock2009-04-060-0/+0
| | |\
| * | \ merge bug20552 into v1_5Hubert Plociniczak2009-04-060-0/+0
| |\ \ \ | | |/ / | |/| / | | |/
| * | Forgot 'in place' option for sed.bug20552Hubert Plociniczak2009-04-021-1/+1
| |/
| * merge bug20527 into defaultMatthias Radestock2009-03-312-2/+3
| |\
| | * merge bug20461 into v1_5Matthias Radestock2009-03-308-44/+102
| | |\
| | | * Merge bug20526 into v1_5Emile Joubert2009-03-301-1/+1
| | | |\
| | | | * convert script home path to short name notationbug20526Matthias Radestock2009-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to a bug in OTP that results in 'spawn' being unable to handle paths with spaces. See http://erlang.org/pipermail/erlang-patches/2008-August/000267.html
| | * | | Added RABBITMQ_SERVER_ERL_ARGS to rabbitmq-server.bat to be consistent.bug20461Hubert Plociniczak2009-03-241-0/+1
| | | | |
| | * | | Use RABBITMQ_MULTI_ERL_ARGS and RABBITMQ_MULTI_START_ARGS in the batch fileHubert Plociniczak2009-03-191-1/+1
| | | | |
| * | | | Use a backup extension and remove the file afterwardbug20527Michael Bridgen2009-03-301-1/+1
| | |/ / | |/| |
| * | | merge bug20518 into v1_5Matthias Radestock2009-03-301-3/+24
| |\ \ \
| | * | | spell out difference in licensing for the spec jsonMatthias Radestock2009-03-271-3/+24
| | | |/ | | |/| | | | | | | | | patch submitted by John Leuner
| * | | on windows, write to stdout in stderr to avoid bufferingbug20518Matthias Radestock2009-03-261-3/+13
| |/ /
| * | merging multiple heads of v1_5Matthew Sackman2009-03-263-8/+12
| |\ \
| | * \ merge bug20460Matthias Radestock2009-03-251-7/+6
| | |\ \
| | | * \ merge branch headsMatthias Radestock2009-03-250-0/+0
| | | |\ \
| | | | * \ merge bug20454 into v1_5Matthias Radestock2009-03-250-0/+0
| | | | |\ \ | | | | | |/
| | | * | | Merge bug20516 into v1_5Hubert Plociniczak2009-03-251-2/+0
| | | |\ \ \
| | | | * | | Removed duplicate entries for /var/log/rabbitmq and /var/lib/rabbitmq in the ↵bug20516Hubert Plociniczak2009-03-251-2/+0
| | | | | |/ | | | | |/| | | | | | | | | | | | | spec