summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove redundant usortAlexandru Scvortov2011-10-171-2/+1
* properly sort the queue of acksAlexandru Scvortov2011-10-171-3/+3
* minor optimisation in qi: keep unsynced_msg_ids in a gb_setMatthias Radestock2011-10-151-8/+9
* a spot of inliningMatthias Radestock2011-10-151-14/+7
* fix error reportingMatthias Radestock2011-10-141-1/+1
* double timeout to reduce ci test failure frequencyMatthias Radestock2011-10-131-1/+1
* Explain a bitSimon MacMullen2011-10-121-0/+2
* only confirm messages on 'remove' that are pending confirmationMatthias Radestock2011-10-111-2/+3
* add tests for msg_store confirm logicMatthias Radestock2011-10-111-0/+29
* make tests wait for *exactly* the right confirms, no more, no fewerMatthias Radestock2011-10-111-15/+22
* abide by the msg_store API constraints in the testsMatthias Radestock2011-10-111-8/+17
* 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