summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Generate fine stats on redeliver.Simon MacMullen2011-06-201-6/+11
|
* Merge bug24162 into defaultRob Harrop2011-06-131-5/+7
|\
| * Make the stats interval configurable.bug24162Simon MacMullen2011-06-091-5/+7
| |
* | Elimination of trivial and pointless abstractionMatthew Sackman2011-06-091-3/+1
|/
* Merge bug24151 into defaultRob Harrop2011-06-071-8/+27
|\
| * optimise routing by bypassing mnesia:dirty_selectbug24151Matthias Radestock2011-06-031-8/+27
| | | | | | | | ...and going straight to an ets:select instead
* | Ahembug24156Simon MacMullen2011-06-061-2/+3
| |
* | Be more consistent about returning infos from ↵Simon MacMullen2011-06-062-35/+38
| | | | | | | | rabbit_auth_backend_internal:list_*_permissions, fix rabbit_vhost:delete. Note that some of the info keys have changed to match those in mgmt, so we avoid a translation layer.
* | Merge bug24128Simon MacMullen2011-06-0612-57/+110
|\ \
| * \ merge bug22953 into defaultMatthias Radestock2011-06-036-21/+30
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | some minor tweaks and bug fixes to the broker needed by rabbitmq-federation: - make rabbit_binding:list_for_* usable in a transaction context - add rabbit_binding:peek_serial/1 to retrieve the exchange event serial w/o incrementing it - correct exchange type 'create' callback invocation in recover
| | * Reduce diff from bug23554: Extend backing queue api to present reason for ↵Matthew Sackman2011-06-024-15/+15
| | | | | | | | | | | | termination
| | * Reduce diff from bug23554: Scaffolding for programmatically deciding backing ↵Matthew Sackman2011-06-021-2/+5
| | | | | | | | | | | | queue
| | * Reduce diff from bug23554: Allow formatting of nested info itemsMatthew Sackman2011-06-021-0/+6
| | |
| | * Merging heads of defaultMatthew Sackman2011-06-021-1/+23
| | |\
| | * | Reduce diff from bug23554: minor tweaks to gm_soak_test (correction of error ↵Matthew Sackman2011-06-021-4/+4
| | | | | | | | | | | | | | | | messages)
| * | | Oops, we don't map true/false to transaction/none on recover. Let's fix that ↵bug22953Simon MacMullen2011-06-021-5/+5
| | | | | | | | | | | | | | | | here...
| * | | Merge in defaultSimon MacMullen2011-06-024-17/+43
| |\ \ \ | | | |/ | | |/|
| | * | Move pget from federation / mgmt to misc.Simon MacMullen2011-06-021-0/+13
| | | |
| | * | Move set_table_value from federation to miscSimon MacMullen2011-06-021-1/+10
| | |/
| | * cosmeticMatthias Radestock2011-06-021-9/+9
| | |
| | * cosmeticMatthias Radestock2011-06-021-7/+7
| | |
| | * Tweak commentbug23857Simon MacMullen2011-06-011-2/+3
| | |
| | * Make sure the global name server is definitely up and synced by the time we ↵Simon MacMullen2011-06-011-0/+3
| | | | | | | | | | | | treat the cluster as "up".
| * | And change the nameSimon MacMullen2011-06-011-2/+2
| | |
| * | OopsSimon MacMullen2011-06-011-1/+1
| | |
| * | rabbit_exchange:peek_serial/1.Simon MacMullen2011-06-011-2/+9
| | |
| * | Allow binding:list_* to be invoked inside a tx meaningfully.Simon MacMullen2011-05-311-12/+23
| |/
* | More consitent exception handlingbug24128Emile Joubert2011-06-031-3/+9
| |
* | Report cosmeticsSimon MacMullen2011-06-031-14/+19
| |
* | Use a list comp to filter, sort the list.Simon MacMullen2011-06-031-3/+3
| |
* | Split rabbitmqctl status queryEmile Joubert2011-06-022-19/+30
| |
* | CosmeticSimon MacMullen2011-06-021-12/+15
| |
* | Move status info (again)Emile Joubert2011-05-312-14/+13
| |
* | Report node-specific details separatelyEmile Joubert2011-05-312-6/+16
| |
* | List permissions differentlyEmile Joubert2011-05-312-27/+33
| |
* | rabbitmqctl report layout tidyEmile Joubert2011-05-311-9/+10
| |
* | Optimisation while listing consumersEmile Joubert2011-05-311-1/+2
| |
* | Add headersEmile Joubert2011-05-271-2/+2
| |
* | rabbitmqctl report listing consumers more consistentlyEmile Joubert2011-05-272-23/+38
| |
* | Remove rabbit_consumer.erlEmile Joubert2011-05-271-42/+0
| |
* | Rollback info_all renamingEmile Joubert2011-05-273-19/+25
| |
* | rabbitmqctl reportEmile Joubert2011-05-265-24/+81
|/
* Merge bug 24136.Simon MacMullen2011-05-251-1/+1
|\
| * Assert equivalence of x-message-ttlbug24133Matthew Sackman2011-05-251-1/+1
| |
* | R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where ↵bug24136Matthew Sackman2011-05-251-0/+3
|/ | | | they export_type'd them. This is a backwards incompatible change. Thus there's little alternative to bumping the erts requirement for using specs
* Merged bug24107 into defaultEmile Joubert2011-05-246-88/+144
|\
| * Add a "tracing" column to the list_vhosts command. A bigger change than ↵bug24129Simon MacMullen2011-05-233-5/+33
| | | | | | | | expected, as vhosts didn't have the standard info item infrastructure.
| * Inline exchange/1, multihead publish/7Simon MacMullen2011-05-231-17/+9
| |
| * Rename and move things a bitSimon MacMullen2011-05-231-15/+14
| |
| * Abstract the typesSimon MacMullen2011-05-231-6/+7
| |