summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add (deliberately) undocumented feature to just trigger the sync without upda...Simon MacMullen2014-06-091-2/+9
* Tweak text a bit more.Simon MacMullen2014-06-091-4/+11
* Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-094-11/+80
* Merge in defaultSimon MacMullen2014-06-094-66/+66
|\
| * stable to defaultSimon MacMullen2014-06-098-48/+93
| |\
| | * stable to defaultSimon MacMullen2014-06-091-2/+8
| | |\
| * | | Ensure rabbit_exchange funnels all updates through a single function, like ra...Simon 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-093-25/+28
| | |/ | |/|
| * | Fix tests for 32 bit machines.Simon MacMullen2014-06-091-2/+8
* | | Move the code-unloading thing to rabbit_plugins, and remove the unpacked plug...Simon MacMullen2014-06-062-12/+15
* | | 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-057-117/+303
|\ \ \ | |_|/ |/| |
| * | Merge default into bug24926Tim Watson2014-04-167-117/+303
| |\ \
| | * | Better RPC diagnostics when the node is downTim Watson2014-04-161-3/+5
| | * | Merge default into bug24926Tim Watson2014-04-1133-273/+580
| | |\ \
| | * | | 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-191-22/+30
| | * | | Remove -A and -I options, they are a bit too minority-interest.Simon MacMullen2014-03-191-23/+4
| | * | | 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-186-89/+297
| | |\ \ \
| | | * | | 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-143-8/+32
| | | |\ \ \
| | | * | | | Improve synchronisation between plugins file and running brokerTim Watson2014-03-141-22/+64
| | | * | | | Merge default into bug24926Tim Watson2014-03-135-63/+244
| | | |\ \ \ \
| | | | * | | | 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-218-106/+349
| | | | |\ \ \ \