| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | |||||
| | * | Make sure the tests pass again! | 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 |
| |\ \ | |/ | |||||
| | * | 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 |
| | | |\ \ \ | |||||
| | * | \ \ \ | Merge bug26159 | Simon MacMullen | 2014-07-29 | 2 | -3/+26 |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | | Explain | Simon MacMullen | 2014-07-25 | 1 | -0/+3 |
| | | * | | | | Don't allow rabbit_misc:is_process_alive/1 to hang indefinitely if a node is ... | Simon MacMullen | 2014-07-25 | 1 | -1/+3 |
| | | * | | | | Merge in stable | Simon MacMullen | 2014-07-25 | 1 | -2/+20 |
| | | |\ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | | * | | | Avoid connecting to nodes that are down. | Simon MacMullen | 2014-03-11 | 1 | -2/+20 |
| | * | | | | | Cosmetics | Michael Klishin | 2014-07-29 | 1 | -2/+3 |
| | * | | | | | This code will naturally be called just once, eliminate the guard | Michael Klishin | 2014-07-29 | 1 | -7/+2 |
| | * | | | | | Catch errors in vm_memory_monitor:get_total_memory/0 and return 'unknown' | Michael Klishin | 2014-07-25 | 1 | -1/+13 |
| | |/ / / / | |||||
| | * | | | | Merge bug26290 | Simon MacMullen | 2014-07-25 | 3 | -7/+56 |
| | |\ \ \ \ | |||||
| | | * | | | | Inline | Simon MacMullen | 2014-07-25 | 1 | -8/+4 |
| | | * | | | | Make vm_memory_monitor:parse_line_linux/1 parse lines w/o colons | Michael Klishin | 2014-07-25 | 1 | -8/+25 |
| | | * | | | | Tests for vm_memory_monitor:parse_line_linux/1 | Michael Klishin | 2014-07-25 | 2 | -0/+36 |
| * | | | | | | 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-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 |
| | | |/ / / | |||||
| | | * | | | Merge in default | Simon MacMullen | 2014-07-04 | 2 | -3/+29 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge in bug 26256 | Simon MacMullen | 2014-07-03 | 11 | -67/+504 |
| | | | |\ \ \ | |||||
| | | | * | | | | Small tidy-ups | Simon MacMullen | 2014-06-25 | 1 | -6/+5 |
| | | | * | | | | Make "rabbitmqctl forget_cluster_node --offline" impersonate the node rather ... | Simon MacMullen | 2014-06-25 | 2 | -3/+30 |
| | | * | | | | | Oops | Simon MacMullen | 2014-07-03 | 1 | -1/+1 |
| | | | |/ / / | | |/| | | | |||||
