summaryrefslogtreecommitdiff
path: root/src/rabbit_plugins.erl
Commit message (Expand)AuthorAgeFilesLines
* graceful handling of application:which_applications() timeoutbug25571Matthias Radestock2013-05-311-1/+1
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | These should go to the log, they have no excuse.Simon MacMullen2013-01-181-4/+5
|/
* remove cruftMatthias Radestock2012-11-061-12/+0
* simplifyMatthias Radestock2012-10-261-13/+7
* merge default into bug24719Matthias Radestock2012-10-261-2/+13
|\
| * merge default into bug24719Matthias Radestock2012-08-081-26/+23
| |\
| * | Eric's patchesMatthias Radestock2012-08-071-2/+13
* | | refactor: make better use of filename moduleMatthias Radestock2012-08-081-2/+1
* | | cosmetic refactorMatthias Radestock2012-08-081-17/+19
* | | refactor: less confusing variable namesMatthias Radestock2012-08-081-11/+7
* | | Revert the part of 942d5ea3c608 which broke all pluginsSimon MacMullen2012-08-081-1/+1
* | | Stop the clocks! Five and a half years into the RabbitMQ project, and Matthia...Simon MacMullen2012-08-081-3/+3
| |/ |/|
* | exiting the VM from deep inside a function is uncoolMatthias Radestock2012-08-081-5/+5
* | cosmeticMatthias Radestock2012-08-081-11/+10
* | 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