| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | * | | | | | | | Better maxdepth checking | Emile Joubert | 2012-12-14 | 1 | -21/+16 | |
| | | | | | | | * | | | | | | | Limit queue depth | Emile Joubert | 2012-12-12 | 2 | -5/+43 | |
| | * | | | | | | | | | | | | | move spec expansion to right place | Matthias Radestock | 2013-03-15 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | Push protocol errors closer to the edge. | Simon MacMullen | 2013-03-15 | 5 | -20/+18 | |
| | * | | | | | | | | | | | | | Move the check inside the tx - this means we only lookup the exchange once an... | Simon MacMullen | 2013-03-14 | 2 | -15/+30 | |
| | * | | | | | | | | | | | | | Take advantage of the new mechanism to validate x-match. | Simon MacMullen | 2013-03-13 | 1 | -18/+20 | |
| | * | | | | | | | | | | | | | rabbit_exchange_type:validate_binding/2. | Simon MacMullen | 2013-03-13 | 8 | -10/+29 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | don't leave garbage behind in policy validation test | Matthias Radestock | 2013-03-12 | 1 | -0/+1 | |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Oops. This was part of an (early, wrong) attempt at bug 25474 which got commi... | Simon MacMullen | 2013-03-12 | 1 | -4/+3 | |
| | * | | | | | | | | | | | Merge bug 25384 | Simon MacMullen | 2013-03-11 | 10 | -9/+303 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge bug25271 | Simon MacMullen | 2013-03-11 | 7 | -5/+253 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | adds missing patch | Alvaro Videla | 2013-02-27 | 1 | -0/+5 | |
| | | | * | | | | | | | | | | | removes sed invocations in favor of patch | Alvaro Videla | 2013-02-27 | 1 | -6/+1 | |
| | | | * | | | | | | | | | | | reorders sed calls | Alvaro Videla | 2013-02-27 | 1 | -3/+3 | |
| | | | * | | | | | | | | | | | adds realpath to erl mac script | Alvaro Videla | 2013-02-27 | 1 | -2/+6 | |
| | | | * | | | | | | | | | | | fixes Erlang FINAL_ROOTDIR | Alvaro Videla | 2013-02-27 | 1 | -0/+4 | |
| | | | * | | | | | | | | | | | specifies boot file for rabbit_prelaunch call | Alvaro Videla | 2013-02-26 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | | passes the release OS as a variable | Alvaro Videla | 2012-12-06 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | cosmetics | Alvaro Videla | 2012-12-06 | 1 | -1/+4 | |
| | | | * | | | | | | | | | | | refactors the sed bits inside the Makefile | Alvaro Videla | 2012-12-06 | 2 | -21/+13 | |
| | | | * | | | | | | | | | | | moves sed invocation to bash script | Alvaro Videla | 2012-11-28 | 2 | -17/+21 | |
| | | | * | | | | | | | | | | | renames package to include "mac" in it | Alvaro Videla | 2012-11-28 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | cosmetics | Alvaro Videla | 2012-11-28 | 1 | -3/+3 | |
| | | | * | | | | | | | | | | | removes empty folder from the release | Alvaro Videla | 2012-11-28 | 1 | -0/+3 | |
| | | | * | | | | | | | | | | | refactors code to extract/load plugin code | Alvaro Videla | 2012-11-28 | 1 | -14/+8 | |
| | | | * | | | | | | | | | | | removes unnecessary comment | Alvaro Videla | 2012-11-28 | 1 | -1/+0 | |
| | | | * | | | | | | | | | | | removes unreachable expression | Alvaro Videla | 2012-11-28 | 1 | -2/+1 | |
| | | | * | | | | | | | | | | | cleans up unused/duplicated functions | Alvaro Videla | 2012-11-16 | 1 | -15/+3 | |
| | | | * | | | | | | | | | | | cosmetics + comments | Alvaro Videla | 2012-11-16 | 1 | -5/+29 | |
| | | | * | | | | | | | | | | | removes todo comment | Alvaro Videla | 2012-11-16 | 1 | -1/+0 | |
| | | | * | | | | | | | | | | | moves the sed invocation to its own target | Alvaro Videla | 2012-11-16 | 1 | -10/+17 | |
| | | | * | | | | | | | | | | | fixes erlc invocation for rabbit_release.erl | Alvaro Videla | 2012-11-16 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | moves rabbit_release to the standalone packaging folder | Alvaro Videla | 2012-11-16 | 1 | -0/+0 | |
| | | | * | | | | | | | | | | | renames generated tarball | Alvaro Videla | 2012-11-16 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | renames release folder to standalone | Alvaro Videla | 2012-11-16 | 1 | -0/+2 | |
| | | | * | | | | | | | | | | | moves files from mac folder to release folder | Alvaro Videla | 2012-11-16 | 1 | -0/+0 | |
| | | | * | | | | | | | | | | | replaces boot files accordingly in rabbitmq-defaults | Alvaro Videla | 2012-11-09 | 1 | -4/+11 | |
| | | | * | | | | | | | | | | | specifies boot file for erl calls | Alvaro Videla | 2012-11-09 | 4 | -5/+5 | |
| | | | * | | | | | | | | | | | adds file to generate the erlang release | Alvaro Videla | 2012-11-07 | 1 | -0/+148 | |
| | | | * | | | | | | | | | | | adds Makefile for standalone mac release | Alvaro Videla | 2012-11-07 | 1 | -0/+61 | |
| | | | * | | | | | | | | | | | adds the erlang base dir before calling erl | Alvaro Videla | 2012-11-07 | 4 | -4/+12 | |
| | | * | | | | | | | | | | | | Oops | Simon MacMullen | 2013-03-07 | 1 | -2/+3 | |
| | | * | | | | | | | | | | | | Merged bug25358 into default | Emile Joubert | 2013-03-07 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Register the process name to make sure we only have one running at a time. | Simon MacMullen | 2013-03-06 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | Unused variable | Simon MacMullen | 2013-03-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | We don't need this - net_adm:ping/1 will not return pong for nodes that have ... | Simon MacMullen | 2013-03-05 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | Merge in default (umm, again) | Simon MacMullen | 2013-03-05 | 1 | -5/+17 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | Merge default | Simon MacMullen | 2013-03-05 | 3 | -1/+43 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | Rename this thing, to make space for bug 25471 | Simon MacMullen | 2013-03-01 | 2 | -7/+13 | |
| | | | * | | | | | | | | | | | | | We no longer need two different death detectors since we no longer look at Mn... | Simon MacMullen | 2013-02-27 | 1 | -10/+1 | |
