summaryrefslogtreecommitdiff
path: root/src/rabbit_plugins.erl
Commit message (Expand)AuthorAgeFilesLines
* Throw an error if at least one plugin's module can't be loadedbug26446Jean-Sebastien Pedron2014-12-031-1/+21
* No need to load/unload the plugin around the plugin_provided_by_otp/1 checkbug26265Jean-Sebastien Pedron2014-11-281-14/+3
* Remove "Plugins: adding to code path" log messageJean-Sebastien Pedron2014-11-281-2/+0
* Only check ERTS version to determine if we accept an external eldapJean-Sebastien Pedron2014-11-261-31/+3
* Add plugin paths to the beginning of the code pathJean-Sebastien Pedron2014-11-241-4/+55
* Log when plugins started / stoppedbug26429Simon MacMullen2014-10-231-0/+2
* Fix plugin activation on Windows.Simon MacMullen2014-10-171-2/+4
* Make sure we only return the plugins we want here even if others are unpacked.bug26375Simon MacMullen2014-09-181-4/+5
* If there are enabled-but-missing plugins, don't fail activation; we don't fai...Simon MacMullen2014-09-171-3/+1
* Remove a ton of special-case error_logger invocationsSimon MacMullen2014-08-111-1/+1
* Give sensible error messages when plugins are missing.bug26251Simon MacMullen2014-06-181-15/+14
* Oops.Simon MacMullen2014-06-101-2/+2
* Add online flag. Get the running broker to read its own plugins file rather t...Simon MacMullen2014-06-101-38/+51
* Make sure all code for both added and removed plugins is loaded when we send ...Simon MacMullen2014-06-101-1/+1
* Move the code-unloading thing to rabbit_plugins, and remove the unpacked plug...Simon MacMullen2014-06-061-0/+15
* Rewrite the changes to rabbit_plugins_main/enable,disable. Now we just change...Simon MacMullen2014-06-051-14/+12
* Oops, we do need sync_notify - reinstate it.Simon MacMullen2014-06-051-1/+4
* Remove sync_notify, it doesn't seem to be needed.Simon MacMullen2014-06-051-1/+1
* Merge default into bug24926Tim Watson2014-04-111-2/+1
|\
| * Remove pointless branches found by dialyzer.Simon MacMullen2014-03-271-2/+1
* | Fix management extension enable/disable handlingTim Watson2014-04-081-4/+4
* | Ensure start_app considers plugins when using RABBITMQ_NODE_ONLYTim Watson2014-03-281-2/+5
* | If we refactor rabbit_misc:build_acyclic_graph so that we don't assume the ar...Simon MacMullen2014-03-191-2/+2
* | Merge default into bug24926Tim Watson2014-03-181-11/+26
|\ \ | |/ |/|
| * Inline app_utils:update_running_apps/2Tim Watson2014-03-171-10/+4
| * Refactor: Simplify boot/cleanup step handling and unify modulesTim Watson2014-03-131-1/+1
| * Fix an oops in rabbit:stop/0 and apply consistent parameter names in r_pluginsTim Watson2014-03-041-3/+3
| * Inline some more and get closer still to defaultTim Watson2014-03-041-1/+1
| * Publish plugin changes via rabbit_eventTim Watson2014-03-031-2/+10
| * Fix plugin expansion during runtime configuration changesTim Watson2014-02-281-14/+17
| * Refactor - remove unused functions/comments/todosTim Watson2014-01-121-2/+0
| * Allow for runtime disabling of pluginsTim Watson2013-11-051-1/+13
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* 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