summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add another format: minimal. Just the name of the plugin, one per line. rabbi...Simon 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
* merge default into bug21319Alexandru Scvortov2011-10-104-23/+390
|\
| * 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-272-3/+11
| * copy instead of symlinkAlexandru Scvortov2011-09-261-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
| * merge default into bug21319Alexandru Scvortov2011-09-224-23/+349
| |\
| | * the plugins distributions may be either ezs or directoriesAlexandru Scvortov2011-09-223-24/+38
| | * don't use the plugins directoryAlexandru Scvortov2011-09-222-123/+68
| | * rename rabbitmq-plugin to rabbitmq-pluginsAlexandru Scvortov2011-09-221-5/+5
| | * hide the prune command from usersAlexandru Scvortov2011-09-221-19/+19
| | * merge default into bug21319Alexandru Scvortov2011-09-2245-619/+980
| | |\
| | * | slightly more informative errorsAlexandru Scvortov2011-09-201-1/+2
| | * | refactorAlexandru Scvortov2011-09-201-4/+4
| | * | ensure the plugins dir exists before trying to copy files to itAlexandru Scvortov2011-09-201-1/+3
| | * | running "rabbitmq-plugin enable" will fix missing dependencies as well as rem...Alexandru Scvortov2011-09-191-10/+14
| | * | implicitly disable enabled pluginsAlexandru Scvortov2011-09-141-1/+1
| | * | add rabbitmq-plugin manpageAlexandru Scvortov2011-09-141-1/+1
| | * | implement "rabbitmq-plugin disable ..."Alexandru Scvortov2011-09-141-3/+36
| | * | handle multiple versions of the same pluginAlexandru Scvortov2011-09-141-9/+12
| | * | prune after enablingAlexandru Scvortov2011-09-141-1/+2
| | * | refactorAlexandru Scvortov2011-09-141-12/+20
| | * | "rabbitmq-plugin prune" removes unnecessary plugins from plugins/Alexandru Scvortov2011-09-141-11/+40
| | * | support regexp filtering when listing pluginsAlexandru Scvortov2011-09-141-4/+9
| | * | add a compact plugin listing optionAlexandru Scvortov2011-09-141-15/+23
| | * | more verbose listingAlexandru Scvortov2011-09-141-5/+13
| | * | enabled plugins are recorded in plugins/enabled_pluginsAlexandru Scvortov2011-09-141-21/+38
| | * | refactorAlexandru Scvortov2011-09-141-14/+17
| | * | don't look for plugins in the plugins/ directoryAlexandru Scvortov2011-09-141-4/+24
| | * | favour plugins in the distribution dir, not in the plugin dirAlexandru Scvortov2011-09-091-2/+2
| | * | actually enable pluginsAlexandru Scvortov2011-09-091-3/+11
| | * | stubs for plugin enablingAlexandru Scvortov2011-09-091-5/+14
| | * | find plugin dependenciesAlexandru Scvortov2011-09-091-3/+10