| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge default | Simon MacMullen | 2012-10-02 | 2 | -1/+136 |
| |\ |
|
| | * | interval_operation/3 | Simon MacMullen | 2012-09-27 | 1 | -2/+15 |
| | * | Work on older Erlangs. | Simon MacMullen | 2012-09-27 | 1 | -1/+1 |
| | * | You would think I would at least compile it. | Simon MacMullen | 2012-09-24 | 1 | -1/+1 |
| | * | Never display negative memory. | Simon MacMullen | 2012-09-24 | 1 | -2/+7 |
| | * | Plugins | Simon MacMullen | 2012-09-24 | 1 | -1/+21 |
| | * | Add in memory used by SSL and outgoing connections to the connection / channe... | Simon MacMullen | 2012-09-24 | 1 | -1/+2 |
| | * | Ignore dead processes. | Simon MacMullen | 2012-09-24 | 1 | -1/+4 |
| | * | Move this stuff to its own module | Simon MacMullen | 2012-09-24 | 2 | -65/+95 |
| | * | Go to an entirely supervisor-based way of counting process memory. This has t... | Simon MacMullen | 2012-09-22 | 1 | -29/+39 |
| | * | Rename this, since it can include memory which does not still belong to a pro... | Simon MacMullen | 2012-09-21 | 1 | -1/+1 |
| | * | Account for the mgmt DB as another category, since it can get quite big. | Simon MacMullen | 2012-09-21 | 1 | -1/+3 |
| | * | Reinstate atoms | Simon MacMullen | 2012-09-19 | 1 | -1/+2 |
| | * | Simplify | Simon MacMullen | 2012-09-19 | 1 | -3/+1 |
| | * | As far as the user is concerned, atoms and code are really the same thing for... | Simon MacMullen | 2012-09-18 | 1 | -2/+1 |
| | * | Move to rabbit.erl, and only invoke erlang:memory/1 once so we do a better jo... | Simon MacMullen | 2012-09-18 | 2 | -51/+55 |
| | * | Consistency | Simon MacMullen | 2012-09-18 | 1 | -2/+2 |
| | * | Try to keep our categories disjoint. | Simon MacMullen | 2012-09-18 | 2 | -8/+12 |
| | * | rabbit_misc:memory/0. | Simon MacMullen | 2012-09-18 | 2 | -1/+46 |
| * | | Merge in default | Simon MacMullen | 2012-10-02 | 3 | -29/+25 |
| |\ \ |
|
| | * | | remove gratuitous ack numbering | Matthias Radestock | 2012-10-02 | 1 | -10/+5 |
| | * | | requeue unacked messages earlier during promotion | Matthias Radestock | 2012-10-01 | 3 | -19/+20 |
| * | | | comments, also wait for tables right after you load them | Francesco Mazzoli | 2012-10-02 | 1 | -2/+9 |
| * | | | cosmetics | Francesco Mazzoli | 2012-10-02 | 1 | -7/+6 |
| * | | | wait for tables, not for mnesia | Francesco Mazzoli | 2012-10-02 | 1 | -1/+1 |
| * | | | simplify `leave_cluster/0' | Francesco Mazzoli | 2012-10-02 | 1 | -4/+4 |
| * | | | Merge default | Simon MacMullen | 2012-10-02 | 9 | -155/+325 |
| |\ \ \ |
|
| | * | | | Don't throw, rabbit_amqqueue:with/2 will eat it. | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | * | | | Ignore if the node is down. | Simon MacMullen | 2012-09-28 | 1 | -1/+9 |
| | * | | | Assert a bit here too. | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | * | | | We want to catch here, if sup:start_child exits the rabbit_amqqueue:with we a... | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | * | | | Merge in default | Simon MacMullen | 2012-09-28 | 9 | -153/+315 |
| | |\ \ \ |
|
| | | * \ \ | Merge in default | Simon MacMullen | 2012-09-25 | 9 | -154/+315 |
| | | |\ \ \ |
|
| | | | * | | | Handle the case where we go from unmirrored(A) to nodes(B, C). | Simon MacMullen | 2012-09-20 | 1 | -1/+8 |
| | | | * | | | "nodes" policy should not suggest nodes which are not running. Also if nodes ... | Simon MacMullen | 2012-09-20 | 2 | -5/+19 |
| | | | * | | | That case was originally written to cover the unmirrored case - but actually ... | Simon MacMullen | 2012-09-20 | 1 | -2/+0 |
| | | | * | | | Start new slaves in response to gm deaths a bit later, to prevent deadlock. A... | Simon MacMullen | 2012-09-20 | 4 | -32/+27 |
| | | | * | | | That hack should not be needed any more. | Simon MacMullen | 2012-09-19 | 1 | -13/+7 |
| | | | * | | | Merge in default | Simon MacMullen | 2012-09-19 | 13 | -330/+360 |
| | | | |\ \ \ |
|
| | | | * | | | | Pull our attempts to list all nodes out of transactions and loops. | Simon MacMullen | 2012-09-18 | 1 | -5/+15 |
| | | | * | | | | Simplify | Simon MacMullen | 2012-09-17 | 1 | -5/+1 |
| | | | * | | | | Cope with the fact that rabbit_mnesia:running_clustered_nodes/0 now does not ... | Simon MacMullen | 2012-09-17 | 1 | -2/+11 |
| | | | * | | | | Merge default | Simon MacMullen | 2012-09-17 | 8 | -132/+270 |
| | | | |\ \ \ \ |
|
| | | | | * \ \ \ | Merge default | Simon MacMullen | 2012-09-14 | 8 | -132/+270 |
| | | | | |\ \ \ \ |
|
| | | | | | * | | | | cosmetic | Matthias Radestock | 2012-09-05 | 1 | -4/+2 |
| | | | | | * | | | | Also exclude DeadNodes from the list of new nodes to start mirrors on; we hav... | Simon MacMullen | 2012-09-05 | 1 | -1/+1 |
| | | | | | * | | | | Cosmetic: give that comment room to breath. | Simon MacMullen | 2012-09-05 | 1 | -20/+21 |
| | | | | | * | | | | Call add_mirror/2 before drop_mirror/2, and explain why. | Simon MacMullen | 2012-09-05 | 1 | -1/+11 |
| | | | | | * | | | | Gah | Simon MacMullen | 2012-09-05 | 2 | -4/+2 |
| | | | | | * | | | | No we don't. The point is that if a mirror is dropping out of the queue, does... | Simon MacMullen | 2012-09-05 | 2 | -2/+0 |