summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove rabbit_misc:interval_operation/3, it doesn't really work.bug25110Simon MacMullen2012-10-091-13/+0
* cosmetic: trains stationMatthias Radestock2012-10-081-2/+2
* correct type signatureMatthias Radestock2012-10-041-2/+1
* cosmeticMatthias Radestock2012-10-041-11/+15
* Various tweaks.Simon MacMullen2012-10-022-35/+36
* Merge defaultSimon MacMullen2012-10-022-1/+136
|\
| * interval_operation/3Simon MacMullen2012-09-271-2/+15
| * Work on older Erlangs.Simon MacMullen2012-09-271-1/+1
| * You would think I would at least compile it.Simon MacMullen2012-09-241-1/+1
| * Never display negative memory.Simon MacMullen2012-09-241-2/+7
| * PluginsSimon MacMullen2012-09-241-1/+21
| * Add in memory used by SSL and outgoing connections to the connection / channe...Simon MacMullen2012-09-241-1/+2
| * Ignore dead processes.Simon MacMullen2012-09-241-1/+4
| * Move this stuff to its own moduleSimon MacMullen2012-09-242-65/+95
| * Go to an entirely supervisor-based way of counting process memory. This has t...Simon MacMullen2012-09-221-29/+39
| * Rename this, since it can include memory which does not still belong to a pro...Simon MacMullen2012-09-211-1/+1
| * Account for the mgmt DB as another category, since it can get quite big.Simon MacMullen2012-09-211-1/+3
| * Reinstate atomsSimon MacMullen2012-09-191-1/+2
| * SimplifySimon MacMullen2012-09-191-3/+1
| * As far as the user is concerned, atoms and code are really the same thing for...Simon MacMullen2012-09-181-2/+1
| * Move to rabbit.erl, and only invoke erlang:memory/1 once so we do a better jo...Simon MacMullen2012-09-182-51/+55
| * ConsistencySimon MacMullen2012-09-181-2/+2
| * Try to keep our categories disjoint.Simon MacMullen2012-09-182-8/+12
| * rabbit_misc:memory/0.Simon MacMullen2012-09-182-1/+46
* | Merge bug25198Simon MacMullen2012-10-020-0/+0
|\ \
* \ \ Merge in defaultbug25198Simon MacMullen2012-10-023-29/+25
|\ \ \ | |/ / |/| |
| * | remove gratuitous ack numberingMatthias Radestock2012-10-021-10/+5
| * | requeue unacked messages earlier during promotionMatthias Radestock2012-10-013-19/+20
* | | merge bug25184 into defaultMatthias Radestock2012-10-021-9/+15
|\ \ \
| * | | comments, also wait for tables right after you load thembug25184Francesco Mazzoli2012-10-021-2/+9
| * | | cosmeticsFrancesco Mazzoli2012-10-021-7/+6
| * | | wait for tables, not for mnesiaFrancesco Mazzoli2012-10-021-1/+1
| * | | simplify `leave_cluster/0'Francesco Mazzoli2012-10-021-4/+4
|/ / /
* | | merge bug24908 into defaultTim Watson2012-10-0210-157/+326
|\ \ \
| * \ \ Merge defaultbug24908Simon MacMullen2012-10-0210-157/+326
| |\ \ \ |/ / / /
| * | | Don't throw, rabbit_amqqueue:with/2 will eat it.Simon MacMullen2012-09-281-1/+1
| * | | Ignore if the node is down.Simon MacMullen2012-09-281-1/+9
| * | | Assert a bit here too.Simon MacMullen2012-09-281-1/+1
| * | | We want to catch here, if sup:start_child exits the rabbit_amqqueue:with we a...Simon MacMullen2012-09-281-1/+1
| * | | Merge in defaultSimon MacMullen2012-09-2810-155/+316
| |\ \ \
| | * \ \ Merge in defaultSimon MacMullen2012-09-2510-156/+316
| | |\ \ \
| | | * | | Handle the case where we go from unmirrored(A) to nodes(B, C).Simon MacMullen2012-09-201-1/+8
| | | * | | "nodes" policy should not suggest nodes which are not running. Also if nodes ...Simon MacMullen2012-09-202-5/+19
| | | * | | That case was originally written to cover the unmirrored case - but actually ...Simon MacMullen2012-09-201-2/+0
| | | * | | Start new slaves in response to gm deaths a bit later, to prevent deadlock. A...Simon MacMullen2012-09-204-32/+27
| | | * | | That hack should not be needed any more.Simon MacMullen2012-09-191-13/+7
| | | * | | Merge in defaultSimon MacMullen2012-09-1915-355/+364
| | | |\ \ \
| | | * | | | Pull our attempts to list all nodes out of transactions and loops.Simon MacMullen2012-09-181-5/+15
| | | * | | | SimplifySimon MacMullen2012-09-171-5/+1
| | | * | | | Cope with the fact that rabbit_mnesia:running_clustered_nodes/0 now does not ...Simon MacMullen2012-09-171-2/+11