summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Output file is given as an argument, do not use stdout.Hubert Plociniczak2009-01-091-2/+2
|
* Merged 20089 into v_1_5_1Ben Hood2009-01-091-1/+2
|\
| * the #amqqueue.pid is 'none', so return self() insteadMatthias Radestock2009-01-091-1/+2
|/
* Merged 20020 into v1_5_1Ben Hood2009-01-082-4/+12
|\
| * enable memory alarms by default on linuxMatthias Radestock2009-01-062-4/+12
| |
* | Merge bug20067 into v1_5_1Hubert Plociniczak2009-01-063-15/+29
|\ \
| * \ Merge v1_5_1 into bug20067Hubert Plociniczak2009-01-061-6/+10
| |\ \ | |/ / |/| |
* | | Merge bug20033 into v1_5_1Hubert Plociniczak2009-01-061-6/+10
|\ \ \
| * \ \ Merge v1_5_1 into bug20033Hubert Plociniczak2009-01-062-16/+6
| |\ \ \ | |/ / / |/| | |
* | | | Merge bug20082 into v1_5_1Hubert Plociniczak2009-01-062-16/+6
|\ \ \ \ | |_|_|/ |/| | |
| | * | Fix spacesHubert Plociniczak2009-01-061-1/+1
| | | |
| | * | RPM %files section only lists files that are not under ↵Hubert Plociniczak2009-01-061-6/+10
| |/ / |/| | | | | | | | /usr/lib/erlang/lib/rabbitmq-server-$VERSION$, /usr/lib/rabbitmq and /etc. The first two are handled by only listing the directories and rpms checks them recursively.
| | * Merge bug20082 into bug20067Hubert Plociniczak2009-01-061-6/+2
| | |\ | | |/ | |/|
| * | Removed arch conditional on sed.Hubert Plociniczak2009-01-061-6/+2
| | |
| | * TypoHubert Plociniczak2009-01-061-1/+1
| | |
| | * Generalize the rpm spec so that some values are substituted by 'sed' in the ↵Hubert Plociniczak2009-01-063-15/+29
| |/ | | | | | | makefile. Default rpm release is for fedora. The only difference between suse and fedora are the dependencies (used files instead of packages in the former), location of init.d and final rpm name.
| * Use default macros in sed instead of using hardcoded path.Hubert Plociniczak2009-01-061-2/+2
| |
| * Define standard libdir macro in the makefile instead of overwriting it ↵Hubert Plociniczak2009-01-062-10/+4
|/ | | | directly in the spec file for RPMS. This is to fix the wrong libdir macro under debian for x86_64 architectures.
* merge default into v1_5_1Matthias Radestock2009-01-044-13/+35
|\ | | | | | | | | All the changes made on 'default' so far should go into v1_5_1. Which is lucky since we don't have to cherry pick.
| * simplification: use alternative 'try' formMatthias Radestock2008-12-271-10/+8
| |
| * Merged 20061 into defaultBen Hood2008-12-231-2/+4
| |\
| | * deal with race conditionMatthias Radestock2008-12-231-2/+4
| |/ | | | | | | queues may get deleted between the route calculation and the queue lookup
| * Merged 2nd fix of 20047 into defaultBen Hood2008-12-231-0/+2
| |\
| | * correct handling of normal terminationMatthias Radestock2008-12-231-0/+2
| | | | | | | | | | | | this caused quite a few tests to fail
| * | Merged 20046 into defaultBen Hood2008-12-221-1/+13
| |\ \
| | * | work around OTP-7025 in a second placeMatthias Radestock2008-12-211-1/+13
| | | |
| * | | Merged 20047 into defaultBen Hood2008-12-221-11/+14
| |\ \ \ | | |/ / | |/| / | | |/
| | * include stack trace in errors caught by channelMatthias Radestock2008-12-201-11/+14
| |/ | | | | | | and catch throws too, which previously were not caught
| * merged bug20045 into defaultTony Garnock-Jones2008-12-201-2/+2
| |\
| | * undo accidental changeMatthias Radestock2008-12-191-11/+3
| | |
| | * fix typo that prevented correct handling of RABBITMQ_SERVER_ERL_ARGSMatthias Radestock2008-12-192-5/+13
| |/
| * update rabbit.app module listMatthias Radestock2008-12-181-3/+8
| |
| * Added tag rabbitmq_v1_5_0 for changeset 944f16a21984Matthias Radestock2008-12-170-0/+0
| |
* | create branch for patch releaseMatthias Radestock2009-01-040-0/+0
|/
* another attempt at adding changelog entry for 1.5.0 releaserabbitmq_v1_5_0Matthias Radestock2008-12-171-2/+2
|
* remove old tagsMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* remove old tagsMatthias Radestock2008-12-170-0/+0
|
* Added tag rabbitmq_v1_5_0 for changeset 36556d9796ebMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* merge default headsMatthias Radestock2008-12-172-2/+2
|\
| * better description for user accountMatthias Radestock2008-12-172-2/+2
| |
* | Added tag rabbitmq_v1_5_0 for changeset 1c58f25cd855Matthias Radestock2008-12-170-0/+0
| |
* | Added tag rabbitmq_v1_5_0 for changeset 8306356ab43cMatthias Radestock2008-12-170-0/+0
| |
* | add package changelog entries for 1.5.0 releaseMatthias Radestock2008-12-172-3/+3
|/
* remove rabbitmq_v1_5_0 tagMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* merge bug20030 into defaultMatthias Radestock2008-12-1713-183/+53
|\
| * Don't need to run that any moreSimon MacMullen2008-12-171-1/+1
| |
| * For some reason ${misc:Depends} does not infer logrotate, so add it manually.Simon MacMullen2008-12-171-1/+1
| |