summaryrefslogtreecommitdiff
path: root/src/rabbit_control.erl
Commit message (Expand)AuthorAgeFilesLines
* moved option parser to rabbit_miscAlexandru Scvortov2010-08-031-43/+5
* added option parser testsAlexandru Scvortov2010-08-031-1/+5
* treat no-arguments-given as a special case; refactored opt parserAlexandru Scvortov2010-08-031-12/+14
* homemade opt parserAlexandru Scvortov2010-08-021-76/+100
* scope is not set via the -s flagAlexandru Scvortov2010-07-141-5/+5
* added a flag to set_permissions to control their scopeAlexandru Scvortov2010-07-141-8/+9
* permission tags are now displayedAlexandru Scvortov2010-07-131-0/+2
* added necessary fields to recordsAlexandru Scvortov2010-07-131-0/+6
* merged default into bug22877bug22877Alexandru Scvortov2010-07-091-1/+1
|\
| * better typesAlexandru Scvortov2010-07-021-1/+1
| * partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-1/+1
* | changed cluster -f to force_clusterAlexandru Scvortov2010-07-061-7/+8
* | added -f switch to rabbitmqctl clusterAlexandru Scvortov2010-07-051-2/+7
|/
* s/fun(/fun (/gSimon MacMullen2010-05-281-2/+2
* Merging bug 22559 onto defaultMatthew Sackman2010-03-291-1/+1
|\
| * Merging default into bug 22550Matthew Sackman2010-03-241-1/+2
| |\
| * | All module names must start 'rabbit_'.Matthew Sackman2010-03-211-1/+1
* | | Don't reinterpret the usage message.bug22559Simon MacMullen2010-03-291-1/+1
* | | Make the generated usage functions just return a string, not print and halt.Simon MacMullen2010-03-241-1/+2
| |/ |/|
* | Additions to specs to prevent dialyzer errorsMatthew Sackman2010-03-231-1/+2
|/
* Rewrite rabbitmqctl man page as DocBook XML taken from the website admin guid...Simon MacMullen2010-02-241-82/+2
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | Merging bug 22309 onto defaultMatthew Sackman2010-02-051-1/+1
|\ \
| * | handle attempt to close connection with a non-connection pidbug22309Matthias Radestock2010-02-051-1/+1
* | | Merging bug22300 into defaultMatthew Sackman2010-02-051-2/+16
|\ \ \
| * | | move consumer listing from channel to queueMatthias Radestock2010-02-041-10/+11
| * | | merge bug21966 into bug22300Matthias Radestock2010-02-041-0/+13
| |\ \ \
| | * | | add 'rabbitmqctl list_consumers' commandMatthias Radestock2010-02-021-0/+13
* | | | | Merging bug 22309 onto defaultMatthew Sackman2010-02-051-8/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | docsMatthias Radestock2010-02-041-7/+6
| * | | | refactor: move pid<->string conversion funs into miscMatthias Radestock2010-02-041-56/+2
| * | | | better error reportingMatthias Radestock2010-02-031-0/+3
| * | | | add 'rabbitmqctl close_connection'Matthias Radestock2010-02-031-0/+54
| | |_|/ | |/| |
* | | | merging bug 22301 into defaultMatthew Sackman2010-02-051-1/+2
|\ \ \ \
| * | | | extend 'rabbitmqctl list_queues' command with info on exclusivitybug22301Matthias Radestock2010-02-021-1/+2
| |/ / /
* | | | make channel 'messages_unacknowledged' item semantics match that of queuesbug21966Matthias Radestock2010-02-041-2/+3
| |/ / |/| |
* | | add info item for channel numberMatthias Radestock2010-02-031-4/+4
| |/ |/|
* | add 'rabbitmqctl list_channels' commandMatthias Radestock2010-02-011-0/+13
|/
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-9/+9
* cosmetic: re-indent rabbitmqctl help messageMatthias Radestock2010-01-271-14/+17
* merging bug 21963 into defaultMatthew Sackman2009-12-111-5/+20
|\
| * merging bug 21948 into defaultMatthew Sackman2009-12-111-4/+17
| |\
| | * add client_properties info item to 'rabbitmqctl list_connections'bug21948Matthias Radestock2009-12-101-4/+17
| * | don't escape space (ascii 32) in rabbitmqctl outputbug22125Matthias Radestock2009-12-101-1/+1
| |/
* | display pids instead of nodesbug21963Matthias Radestock2009-12-101-11/+10
|/
* replace deprecated guardMatthias Radestock2009-12-101-1/+1
* correct list_bindings result field orderbug21807Matthias Radestock2009-10-221-2/+2
* cope with suffixed node names in scriptsMatthias Radestock2009-10-081-10/+5
* merging from bug 21449Matthew Sackman2009-09-301-18/+50
|\