summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wait foreverbug20546Matthias Radestock2009-04-017-25/+28
|
* merge bug20423Matthew Sackman2009-03-3018-131/+190
|\
| * merge v1_5 into defaultMatthias Radestock2009-03-2712-62/+110
| |\
| | * spell out difference in licensing for the spec jsonMatthias Radestock2009-03-271-3/+24
| | | | | | | | | | | | patch submitted by John Leuner
| | * 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
| | | | * | | Merge bug20454 into v1_5Hubert Plociniczak2009-03-251-5/+6
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | More sensible name for the macro and moved the definition to preamble.bug20454Hubert Plociniczak2009-03-251-7/+6
| | | | | |/
| | | | | * Copy the initial wrapper script to build directory and then fix the path, ↵Hubert Plociniczak2009-03-191-5/+7
| | | | |/ | | | | | | | | | | | | | | | instead of directly running sed on the source file. There is no need to run sed on init.d script, since we no longer use any paths that refer to /usr/lib.
| | | * | Added RABBITMQ_CTL_ERL_ARGS into rabbitmqctl scriptbug20460Hubert Plociniczak2009-03-242-1/+6
| | | |/
| | * | merge bug20500 into v1_5Matthew Sackman2009-03-260-0/+0
| | |\ \ | | | |/
| | * | recover exchanges/bindings/queues in per-item transactionsbug20500Matthias Radestock2009-03-193-29/+52
| | |/ | | | | | | | | | | | | | | | | | | Because recovering them in large, single transactions is incredibly slow, with complexity that is far worse than linear in the number of entries we recover, presumably due to the way mnesia represents transaction-local storage.
| | * merge bug20455 into v1_5Matthias Radestock2009-03-193-3/+1
| | |\
| | | * Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455Simon MacMullen2009-03-123-3/+1
| | | | | | | | | | | | | | | | redundant "cd" from the init.d scripts.
| | * | oopsMatthias Radestock2009-03-181-1/+1
| | | |
| | * | merge bug20462 into v1_5Matthias Radestock2009-03-182-19/+21
| | |\ \ | | | |/ | | |/|
| | | * make it more obvious that RABBITMQ_MNESIA_DIR is specialbug20462Matthias Radestock2009-03-181-1/+2
| | | |
| | | * Split out the environment variable munging as described in the ticket, ↵Simon MacMullen2009-03-132-17/+18
| | |/ | | | | | | | | | | | | | | | except for those variables which are derived from other variables.
| * | Correct name of table.Tony Garnock-Jones2009-03-261-1/+1
| | |
| * | Include generate_app in source tarballTony Garnock-Jones2009-03-251-1/+1
| | |
| * | Follow advice of MacPorts committerTony Garnock-Jones2009-03-031-4/+1
| | |
| * | Check in macports packaging contributed by Chris PettittTony Garnock-Jones2009-02-274-67/+81
| | |
* | | persister hibernationbug20423Matthias Radestock2009-02-271-20/+26
|/ / | | | | | | | | also changed force_snapshot to do a flush before snapshotting, which makes forced snapshots behave like ordinary snapshots.
* | merge v1_5 into defaultTony Garnock-Jones2009-02-2427-674/+2000
|\ \ | |/ |/|
| * merge bug20374 into defaultMatthias Radestock2009-02-171-2/+6
| |\
| | * make it easier to add more exceptions to the 'warning' category in futurebug20374Matthias Radestock2009-02-171-6/+6
| | |
| | * merge default into bug20374Tony Garnock-Jones2009-02-171-2/+6
| | |\ | |/ /
| | * Special-case as a warning the relatively common abrupt-disconnection message.Tony Garnock-Jones2009-02-131-2/+6
| | |
| * | merge v1_5 into defaultTony Garnock-Jones2009-02-1627-673/+1995
| |\ \
| | * \ Merged bug20326Simon MacMullen2009-02-1633-718/+2142
| | |\ \
| | | * \ Verified.Simon MacMullen2009-02-137-45/+137
| | | |\ \
| | | | * \ VerifiedSimon MacMullen2009-02-132-0/+2
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | * | merge bug20348 into defaultTony Garnock-Jones2009-02-1327-673/+1995
| | | | |\ \
| | | * | | | also prevent path expansion in rabbit-multiMatthias Radestock2009-02-061-0/+5
| | | | | | |
| | | * | | | prevent unwanted path expansionMatthias Radestock2009-02-061-0/+5
| | | | |/ / | | | |/| |
| | | * | | Merged bug 20179 into defaultBen Hood2009-02-021-3/+3
| | | |\ \ \
| | | | * | | turn rabbit_router into gen_server2bug20179Matthias Radestock2009-01-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in order to protect it from the effects of long message queues. This isn't actually relevant at the moment because the bulk of the router code is disabled in order to deal with bug 19758. But we will re-enable that code eventually.
| | | * | | | Merged bug 20260 into defaultBen Hood2009-02-029-65/+86
| | | |\ \ \ \
| | | | * \ \ \ Merged 20288 into defaultBen Hood2009-02-028-55/+60
| | | | |\ \ \ \
| | | | | * | | | refine permission structurebug20288Matthias Radestock2009-01-278-55/+60
| | | | | | | | |
| | | | * | | | | Merged 20275 into defaultBen Hood2009-01-300-0/+0
| | | | |\ \ \ \ \
| | | | * | | | | | don't terminate channel processes abnormally for amqp errorsbug20275Matthias Radestock2009-01-292-10/+26
| | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | since that causes unnecessary error logging
| | | * | | | | | get rid of index on 'pid' field in rabbit_queuebug20260Matthias Radestock2009-01-301-2/+1
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | it's not used by any of our queries
| | | * | | | | cosmetic: break some overlong linesMatthias Radestock2009-01-284-6/+12
| | | |/ / / /
| | | * | | | merge bug20193 into defaultTony Garnock-Jones2009-01-270-0/+0
| | | |\ \ \ \
| | | * | | | | more efficient lockingbug20193Matthias Radestock2009-01-262-4/+4
| | | | | | | |