summaryrefslogtreecommitdiff
path: root/src/rabbit_plugins.erl
Commit message (Expand)AuthorAgeFilesLines
...
* | cosmeticMatthias Radestock2012-08-081-13/+11
|/
* remove more cruftMatthias Radestock2012-08-071-14/+2
* remove cruftMatthias Radestock2012-08-071-4/+0
* rename rabbit_plugins API calls to be less verboseTim Watson2012-05-281-17/+17
* Merge in defaultSimon MacMullen2012-05-231-268/+113
|\
| * rebase with masterTim Watson2012-05-211-270/+113
| |\
| | * rationalise rabbit_misc:terminate/1/2 with rabbit_misc:quit/1Tim Watson2012-05-161-2/+2
| | * split rabbit_plugins into client and server side modulesTim Watson2012-05-161-283/+61
| | * rename bootstrap_environment to prepare_plugins; fix while_process_is_alive a...Tim Watson2012-05-161-4/+4
| | * plugin environment bootstrap and introspection code moved to rabbit_pluginsTim Watson2012-05-041-6/+30
| | * start and start_cold both defer to rabbit_misc to calculate application load ...Tim Watson2012-05-041-4/+4
| | * add rabbit:start_cold/0 without relying on release/boot-scriptTim Watson2012-05-031-7/+47
* | | incorporate most of Simon's patch changesFrancesco Mazzoli2012-05-221-8/+8
* | | get_options => parse_argumentsFrancesco Mazzoli2012-05-211-7/+7
* | | simplify `rabbit_misc:get_options/4'Francesco Mazzoli2012-05-211-5/+4
* | | change to how `get_options/4' handles flagsFrancesco Mazzoli2012-05-171-0/+12
* | | added checks to `rabbit_misc:get_options/3'.Francesco Mazzoli2012-05-161-20/+19
|/ /
* | cosmeticMatthias Radestock2012-05-041-9/+5
* | cosmeticMatthias Radestock2012-05-041-2/+2
|/
* Copy the error_string concept from ctl, in order to never format a string wit...Simon MacMullen2012-02-291-6/+11
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* handle the remaining enabled_plugins_file error case more gracefullybug24653Matthias Radestock2012-01-221-0/+2
* don't complain about empty enabled_plugins fileMatthias Radestock2012-01-221-0/+1
* Same fix as c412171663cc for rabbitmq-pluginsSimon MacMullen2012-01-171-2/+9
* Advice for windows service users when changing pluginsbug24595Emile Joubert2011-11-301-4/+16
* Big ugly warning.bug24534Simon MacMullen2011-11-071-3/+22
* fix error reportingMatthias Radestock2011-10-141-1/+1
* Add another format: minimal. Just the name of the plugin, one per line. rabbi...bug21319Simon MacMullen2011-10-111-16/+24
* Trivial cosmeticism.Simon MacMullen2011-10-111-2/+2
* If the user specifies the name of a non-existent plugin to disable, then we s...Simon MacMullen2011-10-111-3/+2
* If the user tries to enable a non-existent plugin, actually blow up and do no...Simon MacMullen2011-10-111-6/+8
* Slightly better messageSimon MacMullen2011-10-051-2/+2
* bin_to_list -> binary_to_listAlexandru Scvortov2011-10-031-1/+1
* Don't print the list of enabled / disabled / missing plugins with ~p, it's no...Simon MacMullen2011-10-031-8/+13
* thread static configuration through functionsAlexandru Scvortov2011-09-291-36/+28
* don't bother with versions and sort plugins before listingAlexandru Scvortov2011-09-291-22/+5
* refactorAlexandru Scvortov2011-09-291-7/+12
* warn when enabled plugins can't be activated because they're missingAlexandru Scvortov2011-09-271-1/+2
* update -> write and cosmeticAlexandru Scvortov2011-09-261-20/+27
* remove redundant operationsAlexandru Scvortov2011-09-261-4/+2
* refactorAlexandru Scvortov2011-09-261-16/+12
* add specsAlexandru Scvortov2011-09-261-0/+4
* make enable/disable with no arguments an errorAlexandru Scvortov2011-09-261-0/+8
* make rabbitmq-plugins more socialAlexandru Scvortov2011-09-261-13/+14
* warn when a RabbitMQ restart is necessaryAlexandru Scvortov2011-09-221-4/+17
* -e and -E filter by enabled statusAlexandru Scvortov2011-09-221-4/+19
* compact -> verboseAlexandru Scvortov2011-09-221-10/+10
* Simon's readability patchAlexandru Scvortov2011-09-221-6/+11
* the plugins distributions may be either ezs or directoriesAlexandru Scvortov2011-09-221-5/+23
* don't use the plugins directoryAlexandru Scvortov2011-09-221-117/+54