summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge defaultSimon MacMullen2012-10-021-1/+1
|\
| * Move this stuff to its own moduleSimon MacMullen2012-09-241-65/+2
| * 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-181-3/+55
| * Try to keep our categories disjoint.Simon MacMullen2012-09-181-1/+2
| * rabbit_misc:memory/0.Simon MacMullen2012-09-181-1/+1
* | merge default into bug25179Matthias Radestock2012-09-261-15/+27
|\ \
| * \ merge default into bug25160Matthias Radestock2012-09-251-15/+27
| |\ \
| | * \ merge default into bug25148Tim Watson2012-09-241-5/+11
| | |\ \ | | | |/
| | * | Try to handle startup errors in apps that aren't rabbit at least vaguely inte...Simon MacMullen2012-09-141-15/+27
* | | | move table handling code from rabbit_mnesia to rabbit_tableMatthias Radestock2012-09-241-2/+2
|/ / /
* | | unify the various functions to get the cluster nodes into oneFrancesco Mazzoli2012-09-211-1/+1
| |/ |/|
* | check the cluster consistency after the upgradeFrancesco Mazzoli2012-09-131-2/+7
* | merge defaultFrancesco Mazzoli2012-08-011-3/+10
|\ \ | |/
| * `rabbit_alarm' on its own again, added callbacks to fhc and `vm_memory_monitor'Francesco Mazzoli2012-07-131-3/+10
| * we don't need a dedicated handler, rabbit_alarm will doFrancesco Mazzoli2012-07-111-7/+1
| * add replacement for the stock alarm_handler - not doing anything yetFrancesco Mazzoli2012-07-101-1/+7
* | While this didn't actually crash the VM for me, we generally want to HiPE as ...Simon MacMullen2012-07-061-1/+1
* | instead of manually removing the current node, filter it in `cluster_status'Francesco Mazzoli2012-06-281-2/+1
* | moved the status file handling to `rabbit_node_monitor', status from mnesia w...Francesco Mazzoli2012-06-271-2/+3
* | merge defaultFrancesco Mazzoli2012-06-121-2/+3
|\ \ | |/
| * Revert d86c121dfb0d, since, of course, it breaks the test suite.Simon MacMullen2012-06-111-2/+0
| * Probably should have been part of bug 24792 but: now that we start applicatio...Simon MacMullen2012-06-061-0/+2
| * Merge headsSimon MacMullen2012-06-011-1/+1
| |\
| | * Look better when running with input enabled.Simon MacMullen2012-06-011-1/+1
| * | Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ssl]...Simon MacMullen2012-05-311-1/+2
| |/
* | revert last commitFrancesco Mazzoli2012-06-121-4/+2
* | add node to existing cluster status instead of creating a new one on on_node_...Francesco Mazzoli2012-06-061-2/+4
* | tidy exports and specsFrancesco Mazzoli2012-05-311-1/+0
* | merge defaultFrancesco Mazzoli2012-05-301-4/+6
|\ \ | |/ |/|
| * merge defaultFrancesco Mazzoli2012-05-301-4/+6
| |\
| | * handle legacy `cluster_nodes.config' and `running_nodes_at_shutdown'Francesco Mazzoli2012-05-241-3/+2
| | * merge defaultFrancesco Mazzoli2012-05-181-3/+5
| | |\
| | * | store more info about the cluster on disc, check other nodes before clusteringFrancesco Mazzoli2012-05-151-3/+7
| | * | change function to find out about cluster nodesFrancesco Mazzoli2012-05-141-2/+1
* | | | Oops, bug 24792 failed to take into account that HiPE compilation was inserte...Simon MacMullen2012-05-301-12/+14
|/ / /
* | | Don't print the plugin list as output from "rabbitmqctl start_app".Simon MacMullen2012-05-291-4/+10
* | | Cosmetic.Simon MacMullen2012-05-291-11/+11
* | | cosmeticTim Watson2012-05-281-3/+6
* | | rename rabbit_plugins API calls to be less verboseTim Watson2012-05-281-3/+3
* | | It's really misleading to print "-- plugins running" when there are no plugin...Simon MacMullen2012-05-181-0/+2
* | | rebase with masterTim Watson2012-05-211-53/+52
|\ \ \ | |_|/ |/| |
| * | rename bootstrap_environment to prepare_plugins; fix while_process_is_alive a...Tim Watson2012-05-161-1/+1
| * | Make the list of plugins look a bit more like the boot steps.Simon MacMullen2012-05-141-5/+8
| * | "Activating RabbitMQ plugins ..." is no longer particularly true or useful to...Simon MacMullen2012-05-141-6/+1