summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changelogs for 2.5.1 release.v2_5Simon MacMullen2011-06-272-0/+9
|
* Added tag rabbitmq_v2_5_1 for changeset 5b687b250804Simon MacMullen2011-06-270-0/+0
|
* Backport 1df8606372dd (add dependency from internal exchanges to trace ↵rabbitmq_v2_5_1Simon MacMullen2011-06-271-1/+1
| | | | exchange - bug 24208).
* Create 2.5 branchSimon MacMullen2011-06-270-0/+0
|
* Package changelog mods for 2.5.0rabbitmq_v2_5_0Jerry Kuch2011-06-142-0/+9
|
* Merge bug24157 into defaultRob Harrop2011-06-071-1/+2
|\
| * Merge with defaultbug24157Rob Harrop2011-06-074-45/+68
| |\ | |/ |/|
* | 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
* | | Merged bug24156 into defaultEmile Joubert2011-06-061-0/+4
|\ \ \
* | | | 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.
| | | * Another version, avoiding a temp varSimon MacMullen2011-06-071-5/+2
| | | |
| | | * OK, so that approach does not work, due to the node started by erl somehow ↵Simon MacMullen2011-06-071-4/+5
| | | | | | | | | | | | | | | | imposing some of its configuration (in particular SASL) on the tests call, and making the log tests fail. Let's just parse the output...
| | | * erl_call treats all communication with the node as success, so try to ↵Simon MacMullen2011-06-071-1/+4
| | |/ | |/| | | | | | | emulate it.
| * | Explain what we list by default.Simon MacMullen2011-06-061-0/+4
|/ /
* | Merge bug24128Simon MacMullen2011-06-0617-79/+128
|\ \
| * \ merge bug22953 into defaultMatthias Radestock2011-06-037-23/+32
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | 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-025-17/+17
| | | | | | | | | | | | 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
| | |
| | * merge bug23857 into defaultMatthias Radestock2011-06-010-0/+0
| | |\
| | * | 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
| |/
| * Merging bug24137 to defaultMatthew Sackman2011-05-313-11/+3
| |\
| | * These "--novalid"s are less meaningful in the context of bug 24137 since you ↵bug24137Simon MacMullen2011-05-311-2/+2
| | | | | | | | | | | | need to have docbook installed to get this far and so can't trigger the bug. But it can't harm to put them in, and it's possible that there's some other bug I haven't thought of that this fixes.
| | * Remove more pointless namespaces.Simon MacMullen2011-05-311-4/+0
| | |
| | * Don't validate against the docbook DTD when building the usage erl - we ↵Simon MacMullen2011-05-261-1/+1
| | | | | | | | | | | | don't need docbook installed to build the server, but without this --novalid we instead go to the internet if docbook is not installed, which can make building flaky.
| | * What on earth were those namespaces imported for? They're not used for ↵Simon MacMullen2011-05-261-4/+0
| | | | | | | | | | | | anything, and they help the build to fail if we can't contact docbook.org.
| * | Merging bug24079 to defaultMatthew Sackman2011-05-272-9/+13
| |\ \ | | |/ | |/|
| | * In light of bug21782, solve the asymmetry problem the other way.bug24079Matthew Sackman2011-05-272-4/+4
| | |
| | * Support multiple source dirsSimon MacMullen2011-05-122-2/+3
| | |
| | * If we see a list of modules there already, trust it.Simon MacMullen2011-05-111-2/+5
| | |
| | * Use erl files rather than beam files to generate the app module list.Simon MacMullen2011-05-112-5/+5
| | |
* | | More consitent exception handlingbug24128Emile Joubert2011-06-031-3/+9
| | |
* | | Report cosmeticsSimon MacMullen2011-06-031-14/+19
| | |
* | | Reformat and move environment / report back (and take status with them).Simon MacMullen2011-06-031-47/+49
| | |
* | | Reformat, rephrase the "diagnostic information" para and move it to the top ↵Simon MacMullen2011-06-031-9/+10
| | | | | | | | | | | | since it always applies.