| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Output file is given as an argument, do not use stdout. | Hubert Plociniczak | 2009-01-09 | 1 | -2/+2 |
| | | |||||
| * | Merged 20089 into v_1_5_1 | Ben Hood | 2009-01-09 | 1 | -1/+2 |
| |\ | |||||
| | * | the #amqqueue.pid is 'none', so return self() instead | Matthias Radestock | 2009-01-09 | 1 | -1/+2 |
| |/ | |||||
| * | Merged 20020 into v1_5_1 | Ben Hood | 2009-01-08 | 2 | -4/+12 |
| |\ | |||||
| | * | enable memory alarms by default on linux | Matthias Radestock | 2009-01-06 | 2 | -4/+12 |
| | | | |||||
| * | | Merge bug20067 into v1_5_1 | Hubert Plociniczak | 2009-01-06 | 3 | -15/+29 |
| |\ \ | |||||
| | * \ | Merge v1_5_1 into bug20067 | Hubert Plociniczak | 2009-01-06 | 1 | -6/+10 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge bug20033 into v1_5_1 | Hubert Plociniczak | 2009-01-06 | 1 | -6/+10 |
| |\ \ \ | |||||
| | * \ \ | Merge v1_5_1 into bug20033 | Hubert Plociniczak | 2009-01-06 | 2 | -16/+6 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge bug20082 into v1_5_1 | Hubert Plociniczak | 2009-01-06 | 2 | -16/+6 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | | * | | Fix spaces | Hubert Plociniczak | 2009-01-06 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | RPM %files section only lists files that are not under ↵ | Hubert Plociniczak | 2009-01-06 | 1 | -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 bug20067 | Hubert Plociniczak | 2009-01-06 | 1 | -6/+2 |
| | | |\ | | |/ | |/| | |||||
| | * | | Removed arch conditional on sed. | Hubert Plociniczak | 2009-01-06 | 1 | -6/+2 |
| | | | | |||||
| | | * | Typo | Hubert Plociniczak | 2009-01-06 | 1 | -1/+1 |
| | | | | |||||
| | | * | Generalize the rpm spec so that some values are substituted by 'sed' in the ↵ | Hubert Plociniczak | 2009-01-06 | 3 | -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 Plociniczak | 2009-01-06 | 1 | -2/+2 |
| | | | |||||
| | * | Define standard libdir macro in the makefile instead of overwriting it ↵ | Hubert Plociniczak | 2009-01-06 | 2 | -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_1 | Matthias Radestock | 2009-01-04 | 4 | -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' form | Matthias Radestock | 2008-12-27 | 1 | -10/+8 |
| | | | |||||
| | * | Merged 20061 into default | Ben Hood | 2008-12-23 | 1 | -2/+4 |
| | |\ | |||||
| | | * | deal with race condition | Matthias Radestock | 2008-12-23 | 1 | -2/+4 |
| | |/ | | | | | | | queues may get deleted between the route calculation and the queue lookup | ||||
| | * | Merged 2nd fix of 20047 into default | Ben Hood | 2008-12-23 | 1 | -0/+2 |
| | |\ | |||||
| | | * | correct handling of normal termination | Matthias Radestock | 2008-12-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | this caused quite a few tests to fail | ||||
| | * | | Merged 20046 into default | Ben Hood | 2008-12-22 | 1 | -1/+13 |
| | |\ \ | |||||
| | | * | | work around OTP-7025 in a second place | Matthias Radestock | 2008-12-21 | 1 | -1/+13 |
| | | | | | |||||
| | * | | | Merged 20047 into default | Ben Hood | 2008-12-22 | 1 | -11/+14 |
| | |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | | * | include stack trace in errors caught by channel | Matthias Radestock | 2008-12-20 | 1 | -11/+14 |
| | |/ | | | | | | | and catch throws too, which previously were not caught | ||||
| | * | merged bug20045 into default | Tony Garnock-Jones | 2008-12-20 | 1 | -2/+2 |
| | |\ | |||||
| | | * | undo accidental change | Matthias Radestock | 2008-12-19 | 1 | -11/+3 |
| | | | | |||||
| | | * | fix typo that prevented correct handling of RABBITMQ_SERVER_ERL_ARGS | Matthias Radestock | 2008-12-19 | 2 | -5/+13 |
| | |/ | |||||
| | * | update rabbit.app module list | Matthias Radestock | 2008-12-18 | 1 | -3/+8 |
| | | | |||||
| | * | Added tag rabbitmq_v1_5_0 for changeset 944f16a21984 | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | | |||||
| * | | create branch for patch release | Matthias Radestock | 2009-01-04 | 0 | -0/+0 |
| |/ | |||||
| * | another attempt at adding changelog entry for 1.5.0 releaserabbitmq_v1_5_0 | Matthias Radestock | 2008-12-17 | 1 | -2/+2 |
| | | |||||
| * | remove old tags | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | Removed tag rabbitmq_v1_5_0 | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | remove old tags | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | Added tag rabbitmq_v1_5_0 for changeset 36556d9796eb | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | Removed tag rabbitmq_v1_5_0 | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | merge default heads | Matthias Radestock | 2008-12-17 | 2 | -2/+2 |
| |\ | |||||
| | * | better description for user account | Matthias Radestock | 2008-12-17 | 2 | -2/+2 |
| | | | |||||
| * | | Added tag rabbitmq_v1_5_0 for changeset 1c58f25cd855 | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | | |||||
| * | | Added tag rabbitmq_v1_5_0 for changeset 8306356ab43c | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | | |||||
| * | | add package changelog entries for 1.5.0 release | Matthias Radestock | 2008-12-17 | 2 | -3/+3 |
| |/ | |||||
| * | remove rabbitmq_v1_5_0 tag | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | Removed tag rabbitmq_v1_5_0 | Matthias Radestock | 2008-12-17 | 0 | -0/+0 |
| | | |||||
| * | merge bug20030 into default | Matthias Radestock | 2008-12-17 | 13 | -183/+53 |
| |\ | |||||
| | * | Don't need to run that any more | Simon MacMullen | 2008-12-17 | 1 | -1/+1 |
| | | | |||||
| | * | For some reason ${misc:Depends} does not infer logrotate, so add it manually. | Simon MacMullen | 2008-12-17 | 1 | -1/+1 |
| | | | |||||
