summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* filter available applications from the dependency listAlexandru Scvortov2011-09-091-1/+12
* partial plugin enablingAlexandru Scvortov2011-09-091-4/+24
* list packages showing which are enabled and which are availableAlexandru Scvortov2011-09-091-3/+24
* handle invalid pluginsAlexandru Scvortov2011-09-091-3/+15
* read and parse app files from ezsAlexandru Scvortov2011-09-091-1/+52
* pass PLUGINS_DIR and PLUGINS_DIST_DIR to rabbitmq-pluginAlexandru Scvortov2011-09-091-3/+10
* comand line parsting for rabbitmq-pluginAlexandru Scvortov2011-09-091-2/+33
* refactorAlexandru Scvortov2011-09-093-21/+16
* add rabbitmq-plugin stubAlexandru Scvortov2011-09-081-0/+48
* Merged bug24385 into defaultEmile Joubert2011-09-061-38/+36
|\
| * tweak 'publish' funs to make their relationship more obviousMatthias Radestock2011-09-061-38/+36
* | update commentAlexandru Scvortov2011-09-061-2/+4
* | improve coverage of rabbit_controlAlexandru Scvortov2011-09-051-0/+9
|/
* Merge bug24377Simon MacMullen2011-08-264-17/+16
|\
| * one way to check whether rabbit is runningMatthias Radestock2011-08-254-17/+16
* | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 s...Simon MacMullen2011-08-261-22/+1
* | move misplaced commentMatthias Radestock2011-08-261-2/+2
|/
* Merge bug24095 into defaultRob Harrop2011-08-242-4/+8
|\
| * Merged bug23979 into defaultEmile Joubert2011-08-231-1/+1
| |\
| | * Shortstrs are actually up to 255. Derp.Matthew Sackman2011-08-221-1/+1
| | * AMQP error reasons are shortstrs. Take advantage of ~p and limit to the short...Matthew Sackman2011-08-221-1/+1
| * | only output warning if clusteredAlexandru Scvortov2011-08-191-3/+7
| |/
* | Merge with defaultRob Harrop2011-08-221-17/+62
|\ \ | |/ |/|
| * It *is* a process. It *has* a pid.Simon MacMullen2011-07-201-3/+3
| * The problem with kill -0 is that its semantics are "could I send a signal to ...Simon MacMullen2011-07-151-1/+1
| * Do these checks the other way round - if the pid is not running we should fai...Simon MacMullen2011-07-151-7/+7
| * Be more clear when pidfile read fails.Simon MacMullen2011-07-151-1/+1
| * Show when we've acquired the pid. This would be useful for diagnostics.Simon MacMullen2011-07-151-5/+7
| * rabbitmqctl wait $PID_FILE.Simon MacMullen2011-07-131-17/+60