| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Merged bug24385 into default | Emile Joubert | 2011-09-06 | 1 | -38/+36 |
| |\ | |||||
| | * | tweak 'publish' funs to make their relationship more obvious | Matthias Radestock | 2011-09-06 | 1 | -38/+36 |
| * | | update comment | Alexandru Scvortov | 2011-09-06 | 1 | -2/+4 |
| * | | improve coverage of rabbit_control | Alexandru Scvortov | 2011-09-05 | 1 | -0/+9 |
| |/ | |||||
| * | Merge bug24377 | Simon MacMullen | 2011-08-26 | 4 | -17/+16 |
| |\ | |||||
| | * | one way to check whether rabbit is running | Matthias Radestock | 2011-08-25 | 4 | -17/+16 |
| * | | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 s... | Simon MacMullen | 2011-08-26 | 1 | -22/+1 |
| * | | move misplaced comment | Matthias Radestock | 2011-08-26 | 1 | -2/+2 |
| |/ | |||||
| * | Merge bug24095 into default | Rob Harrop | 2011-08-24 | 2 | -4/+8 |
| |\ | |||||
| | * | Merged bug23979 into default | Emile Joubert | 2011-08-23 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Shortstrs are actually up to 255. Derp. | Matthew Sackman | 2011-08-22 | 1 | -1/+1 |
| | | * | AMQP error reasons are shortstrs. Take advantage of ~p and limit to the short... | Matthew Sackman | 2011-08-22 | 1 | -1/+1 |
| | * | | only output warning if clustered | Alexandru Scvortov | 2011-08-19 | 1 | -3/+7 |
| | |/ | |||||
| * | | Merge with default | Rob Harrop | 2011-08-22 | 1 | -17/+62 |
| |\ \ | |/ |/| | |||||
| | * | It *is* a process. It *has* a pid. | Simon MacMullen | 2011-07-20 | 1 | -3/+3 |
| | * | The problem with kill -0 is that its semantics are "could I send a signal to ... | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| | * | Do these checks the other way round - if the pid is not running we should fai... | Simon MacMullen | 2011-07-15 | 1 | -7/+7 |
| | * | Be more clear when pidfile read fails. | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| | * | Show when we've acquired the pid. This would be useful for diagnostics. | Simon MacMullen | 2011-07-15 | 1 | -5/+7 |
| | * | rabbitmqctl wait $PID_FILE. | Simon MacMullen | 2011-07-13 | 1 | -17/+60 |
