| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | warn when a RabbitMQ restart is necessary | Alexandru Scvortov | 2011-09-22 | 1 | -4/+17 |
| * | -e and -E filter by enabled status | Alexandru Scvortov | 2011-09-22 | 1 | -4/+19 |
| * | compact -> verbose | Alexandru Scvortov | 2011-09-22 | 1 | -10/+10 |
| * | Simon's readability patch | Alexandru Scvortov | 2011-09-22 | 1 | -6/+11 |
| * | merge default into bug21319 | Alexandru Scvortov | 2011-09-22 | 4 | -23/+349 |
| |\ | |||||
| | * | the plugins distributions may be either ezs or directories | Alexandru Scvortov | 2011-09-22 | 3 | -24/+38 |
| | * | don't use the plugins directory | Alexandru Scvortov | 2011-09-22 | 2 | -123/+68 |
| | * | rename rabbitmq-plugin to rabbitmq-plugins | Alexandru Scvortov | 2011-09-22 | 1 | -5/+5 |
| | * | hide the prune command from users | Alexandru Scvortov | 2011-09-22 | 1 | -19/+19 |
| | * | merge default into bug21319 | Alexandru Scvortov | 2011-09-22 | 45 | -619/+980 |
| | |\ | |||||
| | * | | slightly more informative errors | Alexandru Scvortov | 2011-09-20 | 1 | -1/+2 |
| | * | | refactor | Alexandru Scvortov | 2011-09-20 | 1 | -4/+4 |
| | * | | ensure the plugins dir exists before trying to copy files to it | Alexandru Scvortov | 2011-09-20 | 1 | -1/+3 |
| | * | | running "rabbitmq-plugin enable" will fix missing dependencies as well as rem... | Alexandru Scvortov | 2011-09-19 | 1 | -10/+14 |
| | * | | implicitly disable enabled plugins | Alexandru Scvortov | 2011-09-14 | 1 | -1/+1 |
| | * | | add rabbitmq-plugin manpage | Alexandru Scvortov | 2011-09-14 | 1 | -1/+1 |
| | * | | implement "rabbitmq-plugin disable ..." | Alexandru Scvortov | 2011-09-14 | 1 | -3/+36 |
| | * | | handle multiple versions of the same plugin | Alexandru Scvortov | 2011-09-14 | 1 | -9/+12 |
| | * | | prune after enabling | Alexandru Scvortov | 2011-09-14 | 1 | -1/+2 |
| | * | | refactor | Alexandru Scvortov | 2011-09-14 | 1 | -12/+20 |
| | * | | "rabbitmq-plugin prune" removes unnecessary plugins from plugins/ | Alexandru Scvortov | 2011-09-14 | 1 | -11/+40 |
| | * | | support regexp filtering when listing plugins | Alexandru Scvortov | 2011-09-14 | 1 | -4/+9 |
| | * | | add a compact plugin listing option | Alexandru Scvortov | 2011-09-14 | 1 | -15/+23 |
| | * | | more verbose listing | Alexandru Scvortov | 2011-09-14 | 1 | -5/+13 |
| | * | | enabled plugins are recorded in plugins/enabled_plugins | Alexandru Scvortov | 2011-09-14 | 1 | -21/+38 |
| | * | | refactor | Alexandru Scvortov | 2011-09-14 | 1 | -14/+17 |
| | * | | don't look for plugins in the plugins/ directory | Alexandru Scvortov | 2011-09-14 | 1 | -4/+24 |
| | * | | favour plugins in the distribution dir, not in the plugin dir | Alexandru Scvortov | 2011-09-09 | 1 | -2/+2 |
| | * | | actually enable plugins | Alexandru Scvortov | 2011-09-09 | 1 | -3/+11 |
| | * | | stubs for plugin enabling | Alexandru Scvortov | 2011-09-09 | 1 | -5/+14 |
| | * | | find plugin dependencies | Alexandru Scvortov | 2011-09-09 | 1 | -3/+10 |
| | * | | filter available applications from the dependency list | Alexandru Scvortov | 2011-09-09 | 1 | -1/+12 |
| | * | | partial plugin enabling | Alexandru Scvortov | 2011-09-09 | 1 | -4/+24 |
| | * | | list packages showing which are enabled and which are available | Alexandru Scvortov | 2011-09-09 | 1 | -3/+24 |
| | * | | handle invalid plugins | Alexandru Scvortov | 2011-09-09 | 1 | -3/+15 |
| | * | | read and parse app files from ezs | Alexandru Scvortov | 2011-09-09 | 1 | -1/+52 |
| | * | | pass PLUGINS_DIR and PLUGINS_DIST_DIR to rabbitmq-plugin | Alexandru Scvortov | 2011-09-09 | 1 | -3/+10 |
| | * | | comand line parsting for rabbitmq-plugin | Alexandru Scvortov | 2011-09-09 | 1 | -2/+33 |
| | * | | refactor | Alexandru Scvortov | 2011-09-09 | 3 | -21/+16 |
| | * | | add rabbitmq-plugin stub | Alexandru Scvortov | 2011-09-08 | 1 | -0/+48 |
| * | | | merge heads | Alexandru Scvortov | 2011-09-22 | 1 | -119/+105 |
| |\ \ \ | |||||
| | * \ \ | Merging bug24433 to default | Matthew Sackman | 2011-09-22 | 1 | -119/+105 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | Avoid construction of intermediate queue | Matthew Sackman | 2011-09-22 | 1 | -6/+7 |
| | | * | | merge default into bug24433 | Matthias Radestock | 2011-09-19 | 1 | -116/+101 |
| | | |\ \ | |||||
| | | | * | | count queue consumers as required by the spec | Matthias Radestock | 2011-09-19 | 1 | -10/+9 |
| | | | * | | merge default into bug24433 | Matthias Radestock | 2011-09-18 | 1 | -19/+13 |
| | | | |\ \ | |||||
| | | | * | | | improved compiling- and working-ness | Matthias Radestock | 2011-09-18 | 1 | -34/+33 |
| | | | * | | | merge from default | Matthias Radestock | 2011-09-18 | 1 | -48/+47 |
| | | | |\ \ \ | |||||
| | | | * | | | | work in progress | Matthias Radestock | 2011-09-17 | 1 | -140/+117 |
| * | | | | | | | fix rabbit_file:group_tokens/1 | Alexandru Scvortov | 2011-09-22 | 1 | -10/+5 |
| |/ / / / / / | |||||
