summaryrefslogtreecommitdiff
path: root/src/rabbit_control.erl
Commit message (Collapse)AuthorAgeFilesLines
* Merging default into bug23554Matthew Sackman2011-06-211-0/+12
|\
| * Merge default into bug23554Matthew Sackman2011-05-241-18/+11
| |\
| * | Permit dropping nodes of mirrored queues. This turns out to be much much ↵Matthew Sackman2011-05-241-0/+6
| | | | | | | | | | | | messier than I'd hoped as the principle problem becomes ensuring an add after a drop works. Normally, an add would only occur on a node that has not seen said queue before: if it had, in a previous lifetime, then the booting of rabbit would have ripped out any locally stored files regarding that queue. But now this step may be missed. Having tried many different approaches, the simplest became expanding bq so that the shutdown reason is exposed to the BQ. Thus both slave and master can then detect that they're being dropped, and, in the case of master, it can convert a bq:terminate to a bq:delete_and_terminate. Every other approach I could think of turned out worse.
| * | Merge with defaultRob Harrop2011-05-161-0/+18
| |\ \
| * \ \ Merging default to bug23554 (minor debitrot)Matthew Sackman2011-04-071-0/+12
| |\ \ \
| | * | | Add ability to dynamically add slavesMatthew Sackman2011-03-111-0/+6
| | | | |
| | * | | Merging default into bug23554Matthew Sackman2011-03-081-0/+6
| | |\ \ \
| | | * \ \ Merging bug23727 to bug23554Matthew Sackman2011-02-231-16/+36
| | | |\ \ \
| | | * \ \ \ Merging default into bug23554Matthew Sackman2011-02-121-0/+6
| | | |\ \ \ \
| | | | * \ \ \ Merging bug23727 into bug23554Matthew Sackman2011-01-211-4/+7
| | | | |\ \ \ \
| | | | * \ \ \ \ Merging default into bug23554 (epic debitrot)Matthew Sackman2011-01-201-0/+6
| | | | |\ \ \ \ \
| | | | | * | | | | Permit dynamic inspection of the current mirror queues. This isn't ↵Matthew Sackman2010-12-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | particularly lovely because the master queue itself does not know, and thus has to do an mnesia read. However, for the time being it should do
* | | | | | | | | | First pass at user tags.Simon MacMullen2011-06-091-19/+8
| | | | | | | | | |
* | | | | | | | | | Ahembug24156Simon MacMullen2011-06-061-2/+3
| | | | | | | | | |
* | | | | | | | | | Merge bug24128Simon MacMullen2011-06-061-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Reduce diff from bug23554: Allow formatting of nested info itemsMatthew Sackman2011-06-021-0/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | More consitent exception handlingbug24128Emile Joubert2011-06-031-3/+9
| | | | | | | | | |
* | | | | | | | | | Report cosmeticsSimon MacMullen2011-06-031-14/+19
| | | | | | | | | |
* | | | | | | | | | Split rabbitmqctl status queryEmile Joubert2011-06-021-7/+19
| | | | | | | | | |
* | | | | | | | | | CosmeticSimon MacMullen2011-06-021-12/+15
| | | | | | | | | |
* | | | | | | | | | Move status info (again)Emile Joubert2011-05-311-13/+2
| | | | | | | | | |
* | | | | | | | | | Report node-specific details separatelyEmile Joubert2011-05-311-3/+14
| | | | | | | | | |
* | | | | | | | | | List permissions differentlyEmile Joubert2011-05-311-25/+25
| | | | | | | | | |
* | | | | | | | | | rabbitmqctl report layout tidyEmile Joubert2011-05-311-9/+10
| | | | | | | | | |
* | | | | | | | | | Add headersEmile Joubert2011-05-271-2/+2
| | | | | | | | | |
* | | | | | | | | | rabbitmqctl report listing consumers more consistentlyEmile Joubert2011-05-271-21/+28
| | | | | | | | | |
* | | | | | | | | | Rollback info_all renamingEmile Joubert2011-05-271-6/+10
| | | | | | | | | |
* | | | | | | | | | rabbitmqctl reportEmile Joubert2011-05-261-9/+24
|/ / / / / / / / /
* | | | | | | | | Add a "tracing" column to the list_vhosts command. A bigger change than ↵bug24129Simon MacMullen2011-05-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected, as vhosts didn't have the standard info item infrastructure.
* | | | | | | | | Don't display it as binary.Simon MacMullen2011-05-231-4/+4
| | | | | | | | |
* | | | | | | | | Switch to hard coding the exchange name.Simon MacMullen2011-05-201-5/+5
| | | | | | | | |
* | | | | | | | | Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.Simon MacMullen2011-05-201-16/+8
| | | | | | | | |
* | | | | | | | | Fold refresh_config in with (un)set_env, abstract into rabbit.Simon MacMullen2011-05-191-7/+3
| | | | | | | | |
* | | | | | | | | RenameSimon MacMullen2011-05-191-2/+2
| | | | | | | | |
* | | | | | | | | rabbitmqctl refresh_channel_configSimon MacMullen2011-05-191-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cosmetic.Simon MacMullen2011-04-071-10/+11
| | | | | | | |
* | | | | | | | Merge in default and untested debitrot.Simon MacMullen2011-04-051-0/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | merge default into bug20589Tony Garnock-Jones2009-05-091-0/+13
| |\ \ \ \ \ \ \
| * | | | | | | | Trace activity on a per-vhost basisTony Garnock-Jones2009-04-111-14/+17
| | | | | | | | |
| * | | | | | | | Generalize rabbitmqctl to set_env/get_env/unset_envTony Garnock-Jones2009-04-101-12/+14
| | | | | | | | |
| * | | | | | | | rabbitmqctl tap controlTony Garnock-Jones2009-04-091-0/+16
| | | | | | | | |
* | | | | | | | | Make sure Attempts does not go negative.bug24007Simon MacMullen2011-03-301-3/+2
| | | | | | | | |
* | | | | | | | | Make rabbitmq-server compilable.Simon MacMullen2011-03-301-2/+2
| | | | | | | | |
* | | | | | | | | cosmetic: put 'rabbitmqctl wait' code in the right placeMatthias Radestock2011-03-301-3/+7
| | | | | | | | |
* | | | | | | | | cosmeticMatthias Radestock2011-03-291-17/+10
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | cosmeticMatthias Radestock2011-03-041-25/+21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merging default into bug23657bug23657Matthew Sackman2011-02-171-15/+11
|\ \ \ \ \ \ \
| * | | | | | | print usage message for all command line parsing errorsbug23842Matthias Radestock2011-02-141-15/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Make the timeout code a bit clearer.Simon MacMullen2011-02-151-9/+9
| | | | | | |
* | | | | | | Undo 3b4956543c30Simon MacMullen2011-02-091-13/+1
| | | | | | |