| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic: re-indent rabbitmqctl help message | Matthias Radestock | 2010-01-27 | 1 | -14/+17 |
| * | Merged v1_7 into default | Matthew Sackman | 2010-01-25 | 2 | -0/+9 |
| |\ | |||||
| | * | Added tag rabbitmq_v1_7_1 for changeset 90e101fd8b67 | Matthew Sackman | 2010-01-25 | 0 | -0/+0 |
| | * | release v1.7.1rabbitmq_v1_7_1 | Matthew Sackman | 2010-01-25 | 2 | -0/+9 |
| * | | Leave 'hg stat' clean after macports packaging | David Wragg | 2010-01-22 | 2 | -0/+2 |
| * | | Merge v1_7 into default | David Wragg | 2010-01-22 | 9 | -37/+72 |
| |\ \ | |/ | |||||
| | * | Merge bug21930 into v1_7 | David Wragg | 2010-01-22 | 8 | -36/+71 |
| | |\ | |||||
| | | * | The macports Makefile should by default construct the macports package | David Wragg | 2010-01-22 | 1 | -0/+2 |
| | | * | Incorporate the minor changes from the macports svn portfile | David Wragg | 2010-01-22 | 1 | -2/+2 |
| | | * | Get portindex to produce the tgz files required for an http macports repo | David Wragg | 2010-01-22 | 1 | -2/+4 |
| | | * | Generate the macports index files by sshing over to an OSX box | David Wragg | 2010-01-22 | 1 | -1/+24 |
| | | * | Templatize rabbitmq-script-wrapper so that it works under OSX | David Wragg | 2010-01-22 | 4 | -1/+7 |
| | | * | Introduce a Makefile to produce the macports artifacts | David Wragg | 2010-01-22 | 5 | -33/+35 |
| | |/ | |||||
| | * | merge bug22225 into v1_7 | Matthias Radestock | 2010-01-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | put the erlang crash file in an erl_crash.dump file in rabbitmq base rather t... | David R. MacIver | 2010-01-19 | 1 | -1/+1 |
| * | | | this looks prettier | Matthias Radestock | 2010-01-21 | 1 | -1/+1 |
| * | | | merge v1_7 into default | Matthias Radestock | 2010-01-19 | 6 | -31/+78 |
| |\ \ \ | |/ / | |||||
| | * | | merge bug22223 into v1_7 | Matthias Radestock | 2010-01-19 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Bumped priority of acks to match that of the unblock and notify_sent calls | Matthew Sackman | 2010-01-18 | 1 | -1/+1 |
| | | |/ | |||||
| | * | | merge bug22221 into v1_7 | Matthias Radestock | 2010-01-19 | 2 | -22/+29 |
| | |\ \ | | |/ | |/| | |||||
| | | * | no need to match on 'ok' twice | Matthias Radestock | 2010-01-19 | 1 | -5/+5 |
| | | * | vertical alignment of -> in queue_fold | David R. MacIver | 2010-01-19 | 1 | -1/+1 |
| | | * | rebranch off v1_7 rather than default | David R. MacIver | 2010-01-19 | 2 | -24/+31 |
| | |/ | |||||
| | * | merge bug22013 into v1_7 | Matthias Radestock | 2010-01-15 | 2 | -8/+12 |
| | |\ | |||||
| | | * | The DEFAULT_ values should not be available to the .conf file | Matthew Sackman | 2010-01-15 | 2 | -4/+4 |
| | | * | Fixed. If the env vars are not set, combine them from the .conf file (non-RAB... | Matthew Sackman | 2010-01-15 | 2 | -8/+12 |
| | * | | merge bug19111 into v1_7 | Matthias Radestock | 2010-01-15 | 1 | -0/+36 |
| | |\ \ | |||||
| | | * | | recreate branch in correct place | Matthias Radestock | 2010-01-15 | 1 | -0/+36 |
| | |/ / | |||||
| * | | | bug22209: added a comment to use upmap carefully. | Alexander Schmolck | 2010-01-13 | 1 | -2/+5 |
| * | | | merge bug 22039 into default | Matthew Sackman | 2009-12-22 | 6 | -117/+264 |
| |\ \ \ | |||||
| | * | | | Refactor away boot_core_processes. | Tony Garnock-Jones | 2009-12-17 | 2 | -33/+60 |
| | * | | | Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listeners | Tony Garnock-Jones | 2009-12-17 | 2 | -40/+39 |
| | * | | | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-17 | 9 | -58/+245 |
| | |\ \ \ | |||||
| | * | | | | cosmetics (mainly line length, alignment and trailing WS) | Matthew Sackman | 2009-12-16 | 1 | -48/+69 |
| | * | | | | Split up and tweak startup order. | Tony Garnock-Jones | 2009-12-14 | 3 | -50/+48 |
| | * | | | | Switch to explicit MFA, and symbolic boot step names. | Tony Garnock-Jones | 2009-12-14 | 1 | -56/+69 |
| | * | | | | Move planning code out of activator and into rabbit proper. | Tony Garnock-Jones | 2009-12-14 | 3 | -103/+95 |
| | * | | | | Enforce acyclicity; check presence and export of steps. | Tony Garnock-Jones | 2009-12-14 | 1 | -4/+36 |
| | * | | | | Fixup specs. | Tony Garnock-Jones | 2009-12-14 | 1 | -2/+2 |
| | * | | | | Add "-rabbit_boot_step" module attribute to specify startup sequence. | Tony Garnock-Jones | 2009-12-14 | 3 | -121/+167 |
| | * | | | | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-14 | 1 | -12/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-14 | 5 | -66/+91 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-01 | 1 | -19/+6 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Avoid compiler warning about unused term; weirdly, the replaced idiom works e... | Tony Garnock-Jones | 2009-11-30 | 1 | -2/+3 |
| | * | | | | | | | Change tactic to examine modules in .app files for rabbit_static_hook_* modules | Tony Garnock-Jones | 2009-11-30 | 1 | -14/+16 |
| | * | | | | | | | Initial stab at the problem | Tony Garnock-Jones | 2009-11-30 | 1 | -10/+30 |
| * | | | | | | | | merging v1_7 into default | Matthew Sackman | 2009-12-19 | 1 | -7/+15 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | * | | | | | | | merging bug 20916 into v1_7 | Matthew Sackman | 2009-12-19 | 1 | -7/+15 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | not_found error on attempt to declare a queue that exists on a stopped node | Matthias Radestock | 2009-12-18 | 1 | -7/+15 |
| | |/ / / / / / / | |||||
| | * | | | | | | | Merge no-pluggable-exchange branch into v1.7-series branch. | Michael Bridgen | 2009-12-18 | 41 | -758/+980 |
| | |\ \ \ \ \ \ \ | |||||
