| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge in default | Simon MacMullen | 2014-08-07 | 7 | -124/+265 |
| |\ |
|
| | * | Upgrades to the queue index and recovery terms format. | Simon MacMullen | 2014-08-05 | 2 | -5/+60 |
| | * | Fix tests, cosmetic. | Simon MacMullen | 2014-08-05 | 2 | -3/+4 |
| | * | Rethink how we do this. Previously we tried to manage bytes exactly the same ... | Simon MacMullen | 2014-07-29 | 1 | -122/+128 |
| | * | Merge in bug26307 | Simon MacMullen | 2014-07-29 | 2 | -11/+21 |
| | |\ |
|
| | * | | Also... | Simon MacMullen | 2014-07-29 | 1 | -1/+1 |
| | * | | Merge in bug26307 and update. | Simon MacMullen | 2014-07-29 | 10 | -47/+164 |
| | |\ \ |
|
| | * | | | Oops! | Simon MacMullen | 2014-07-28 | 1 | -1/+1 |
| | * | | | The expectation is we will only return details for persistent messages here. | Simon MacMullen | 2014-07-28 | 1 | -2/+5 |
| | * | | | Update VQ unit tests. | Simon MacMullen | 2014-07-28 | 1 | -10/+13 |
| | * | | | First pass at queue-size-in-bytes. Only lightly tested, and with no upgrade s... | Simon MacMullen | 2014-07-23 | 3 | -115/+187 |
| * | | | | stable to default | Simon MacMullen | 2014-08-07 | 1 | -10/+21 |
| |\ \ \ \ |
|
| | * | | | | Tweak timings, shorten name, explain heuristics, specify which process info i... | Simon MacMullen | 2014-08-07 | 1 | -10/+21 |
| * | | | | | merge stable into default | Michael Klishin | 2014-08-01 | 1 | -4/+1 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | merge bug26313 into stable (again) | Michael Klishin | 2014-08-01 | 1 | -4/+1 |
| | |\ \ \ \ |
|
| | | * | | | | Let exception handler do all the handshake failure logging | Michael Klishin | 2014-08-01 | 1 | -4/+1 |
| * | | | | | | merge stable into default | Michael Klishin | 2014-08-01 | 1 | -2/+6 |
| |\ \ \ \ \ \
| |/ / / / / |
|
| | * | | | | | merge heads | Michael Klishin | 2014-08-01 | 1 | -2/+6 |
| | |\ \ \ \ \
| | |/ / / / |
|
| | | * | | | | Explicitly log handshake errors | Michael Klishin | 2014-08-01 | 1 | -1/+4 |
| | | * | | | | Enforce server-side value when client provided one is 0 | Michael Klishin | 2014-08-01 | 1 | -1/+2 |
| * | | | | | | Merge bug26307 | Simon MacMullen | 2014-07-30 | 1 | -0/+68 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | stable to default | Simon MacMullen | 2014-07-30 | 30 | -392/+1335 |
| | |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | * | | | | stable to default | Simon MacMullen | 2014-07-30 | 1 | -0/+68 |
| | | |\ \ \ \ |
|
| | * | | | | | | Actually, let's rename that. Yes, a plural, but one that makes more sense. | Simon MacMullen | 2014-07-30 | 1 | -1/+1 |
| | | |/ / / /
| |/| | | | |
|
| | * | | | | | Try again, adding a module this time. Find stuck processes with heuristics. | Simon MacMullen | 2014-07-30 | 1 | -0/+68 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Make sure the tests pass again! | Simon MacMullen | 2014-07-29 | 2 | -11/+21 |
| | |_|_|/
|/| | | |
|
| * | | | | Make some of the more interesting bits of the VQ backing_queue_status an offi... | Simon MacMullen | 2014-07-29 | 4 | -29/+39 |
| | |/ /
|/| | |
|
| * | | | stable to default | Simon MacMullen | 2014-07-29 | 30 | -392/+1335 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | force_boot requires no app. | Simon MacMullen | 2014-07-28 | 1 | -1/+2 |
| | * | | stable to default | Simon MacMullen | 2014-07-28 | 2 | -3/+26 |
| | |\ \ |
|
| | * \ \ | Merge bug26242 | Simon MacMullen | 2014-07-28 | 1 | -1/+26 |
| | |\ \ \ |
|
| | | * | | | Nicer formatting of error message. | Simon MacMullen | 2014-07-28 | 1 | -5/+5 |
| | | * | | | Refactor: move ensure_app_running inside the big catch block, then we don't n... | Simon MacMullen | 2014-07-28 | 1 | -14/+10 |
| | | * | | | Don't report nodedown issues as rabbit app not running | Michael Klishin | 2014-07-28 | 1 | -4/+14 |
| | | * | | | Cosmetic. | Simon MacMullen | 2014-07-01 | 1 | -8/+6 |
| | | * | | | Reduce distance to default. | Simon MacMullen | 2014-07-01 | 1 | -14/+7 |
| | | * | | | Use rabbit:is_running/1 | Michael Klishin | 2014-07-01 | 1 | -14/+9 |
| | | * | | | It's easier to specify the commands that do not require the app than those th... | Simon MacMullen | 2014-06-26 | 1 | -18/+8 |
| | | * | | | Refactor | Michael Klishin | 2014-06-25 | 1 | -35/+18 |
| | | * | | | Exit early if rabbit app is not running on target node (but not for all comma... | Michael Klishin | 2014-06-25 | 1 | -34/+65 |
| | | * | | | Improve error messages from rabbitmqctl when the rabbit app is stopped | Michael Klishin | 2014-06-23 | 1 | -2/+31 |
| | * | | | | stable to default | Simon MacMullen | 2014-07-25 | 30 | -391/+1308 |
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | * | | | stable to default | Simon MacMullen | 2014-07-22 | 30 | -391/+1308 |
| | | |\ \ \ |
|
| | | | * | | | Fix await_startup/1. Change its design from "figure out what apps we should b... | Simon MacMullen | 2014-07-21 | 2 | -27/+21 |
| | | | * | | | stable to default | Simon MacMullen | 2014-07-16 | 30 | -368/+1291 |
| | | | |\ \ \ |
|
| | | | | * \ \ | Merge bug26286 | Simon MacMullen | 2014-07-15 | 1 | -5/+3 |
| | | | | |\ \ \ |
|
| | | | | | * | | | Don't expect GMs which have not yet joined to take part in messaging. | Simon MacMullen | 2014-07-15 | 1 | -2/+2 |
| | | | | | * | | | Unused. | Simon MacMullen | 2014-07-15 | 1 | -3/+1 |
| | | | | * | | | | Improve self-documentingness. | Simon MacMullen | 2014-07-15 | 1 | -2/+11 |
| | | | | * | | | | Revert bug26171, and ignore messages before the initial catchup. | Simon MacMullen | 2014-07-14 | 1 | -31/+46 |
| | | | | |/ / / |
|