summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | Ensure rabbit_exchange funnels all updates through a single function, like ra...bug26230Simon MacMullen2014-06-092-34/+23
| | | | * | | | | | | | | Inline those since they're special purpose, and add a missed call to queue_de...Simon MacMullen2014-06-091-8/+10
| | | | * | | | | | | | | Make decorators field in exchange and queue transient, i.e. we recalcualte it...Simon MacMullen2014-06-094-31/+45
| | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | | | | | | | * | | Move the code-unloading thing to rabbit_plugins, and remove the unpacked plug...Simon MacMullen2014-06-062-12/+15
| | | | | | | | | * | | Documentation.Simon MacMullen2014-06-061-5/+18
| | | | | | | | | * | | Remove a couple of buggy changes from default, make start_apps/1 and stop_app...Simon MacMullen2014-06-061-34/+37
| | | | | | | | | * | | Rewrite the changes to rabbit_plugins_main/enable,disable. Now we just change...Simon MacMullen2014-06-052-105/+69
| | | | | | | | | * | | Oops, we do need sync_notify - reinstate it.Simon MacMullen2014-06-052-5/+21
| | | | | | | | | * | | Remove sync_notify, it doesn't seem to be needed.Simon MacMullen2014-06-052-21/+5
| | | | | | | | | * | | Merge in defaultSimon MacMullen2014-06-0510-124/+318
| | | | | | | | | |\ \ \ | | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | | | | * | | Merge default into bug24926Tim Watson2014-04-1610-124/+318
| | | | | | | | | |\ \ \
| | | | | | | | | | * | | Better RPC diagnostics when the node is downTim Watson2014-04-161-3/+5
| | | | | | | | | | * | | Merge default into bug24926Tim Watson2014-04-1141-278/+610
| | | | | | | | | | |\ \ \
| | | | | | | | | | * | | | Cosmetic (consistency)Tim Watson2014-04-101-4/+4
| | | | | | | | | | * | | | Fix management extension enable/disable handlingTim Watson2014-04-083-10/+28
| | | | | | | | | | * | | | Calculate the enabled set properly and tweak the UITim Watson2014-03-281-5/+3
| | | | | | | | | | * | | | Keep online and offline plugin changes separate in plugins_mainTim Watson2014-03-281-34/+40
| | | | | | | | | | * | | | Ensure start_app considers plugins when using RABBITMQ_NODE_ONLYTim Watson2014-03-282-8/+13
| | | | | | | | | | * | | | Oops - set up options/commands properlyTim Watson2014-03-261-4/+3
| | | | | | | | | | * | | | Crash when node is down and --offline is not givenTim Watson2014-03-261-5/+18
| | | | | | | | | | * | | | Tidy up the progress output slightly.Simon MacMullen2014-03-191-4/+4
| | | | | | | | | | * | | | UI tweak: look more like the output of dpkg, with two separate characters to ...Simon MacMullen2014-03-192-32/+38
| | | | | | | | | | * | | | Remove -A and -I options, they are a bit too minority-interest.Simon MacMullen2014-03-192-34/+5
| | | | | | | | | | * | | | Oops, complete renaming that function. Also remove some exports that seem no ...Simon MacMullen2014-03-191-2/+1
| | | | | | | | | | * | | | If we refactor rabbit_misc:build_acyclic_graph so that we don't assume the ar...Simon MacMullen2014-03-195-66/+20
| | | | | | | | | | * | | | Get rid of app_utils:app_modules/1Tim Watson2014-03-181-6/+1
| | | | | | | | | | * | | | Merge default into bug24926Tim Watson2014-03-189-92/+320
| | | | | | | | | | |\ \ \ \
| | | | | | | | | | | * | | | EnglishTim Watson2014-03-171-1/+1
| | | | | | | | | | | * | | | A slightly nicer (more explanatory) UI for rabbitmq-pluginsTim Watson2014-03-171-7/+30
| | | | | | | | | | | * | | | Refactor (inline a little bit more)Tim Watson2014-03-174-39/+16
| | | | | | | | | | | * | | | Calculate enabled vs. active correctly for 'list' operationsTim Watson2014-03-171-6/+6
| | | | | | | | | | | * | | | Inline app_utils:update_running_apps/2Tim Watson2014-03-173-24/+9
| | | | | | | | | | | * | | | Merge default into bug24926Tim Watson2014-03-144-8/+34
| | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | * | | | | Update rabbitmq-plugins usageTim Watson2014-03-141-2/+16
| | | | | | | | | | | * | | | | Improve synchronisation between plugins file and running brokerTim Watson2014-03-141-22/+64
| | | | | | | | | | | * | | | | Merge default into bug24926Tim Watson2014-03-137-64/+251
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | * | | | | Refactor: Simplify boot/cleanup step handling and unify modulesTim Watson2014-03-133-175/+91
| | | | | | | | | | | | * | | | | We missed another change when moving code back into rabbit.erlTim Watson2014-03-051-1/+1
| | | | | | | | | | | | * | | | | Fix an oops in rabbit:stop/0 and apply consistent parameter names in r_pluginsTim Watson2014-03-042-4/+4
| | | | | | | | | | | | * | | | | Inline some more and get closer still to defaultTim Watson2014-03-043-24/+26
| | | | | | | | | | | | * | | | | Reduce the distance to default a bit moreTim Watson2014-03-043-47/+38
| | | | | | | | | | | | * | | | | Publish plugin changes via rabbit_eventTim Watson2014-03-032-3/+31
| | | | | | | | | | | | * | | | | Fix plugin expansion during runtime configuration changesTim Watson2014-02-281-14/+17
| | | | | | | | | | | | * | | | | Simply application:get_env calls and reduce distance to default againTim Watson2014-02-213-11/+9
| | | | | | | | | | | | * | | | | Merge default into bug24926Tim Watson2014-02-2110-107/+356
| | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | * | | | | Cosmetic - reduce the distance to default a bit moreTim Watson2014-02-212-33/+30
| | | | | | | | | | | | | * | | | | Fix various oopses and reduce the distance to default some moreTim Watson2014-02-182-24/+3
| | | | | | | | | | | | | * | | | | Try and reduce the distance to defaultTim Watson2014-02-182-193/+207
| | | | | | | | | | | | | * | | | | Add a type spec for prepare_boot_tableTim Watson2014-02-181-8/+9
| | | | | | | | | | | | | * | | | | Simplifying refactorTim Watson2014-02-182-76/+11