summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 commentSimon 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".
* Merging bug24137 to defaultMatthew Sackman2011-05-313-11/+3
|\
| * These "--novalid"s are less meaningful in the context of bug 24137 since you ↵Simon 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.Matthew 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
| |
* | Merge bug 24136.Simon MacMullen2011-05-251-1/+1
|\ \
| * \ Merge bug 24133Simon MacMullen2011-05-250-0/+0
| |\ \
| * | | Assert equivalence of x-message-ttlMatthew Sackman2011-05-251-1/+1
| |/ /
* | | R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where ↵Matthew Sackman2011-05-252-2/+5
|/ / | | | | | | 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-248-125/+174
|\ \
| * \ Merged bug24129 into defaultEmile Joubert2011-05-240-0/+0
| |\ \
| * | | Add a "tracing" column to the list_vhosts command. A bigger change than ↵Simon MacMullen2011-05-234-8/+53
| | | | | | | | | | | | | | | | 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
| | | |
| * | | Don't display it as binary.Simon MacMullen2011-05-231-4/+4
| | | |
| * | | Update docs.Simon MacMullen2011-05-231-6/+2
| | | |
| * | | Actually use the exchange we have. Not very scientifically measured, but ↵Simon MacMullen2011-05-231-4/+4
| | | | | | | | | | | | | | | | this seems to knock about 1s off the time to to "time MulticastMain -x 2 -y 0 -z 30" with tracing on (from ~82s to ~81s for me).
| * | | Fix dumb mistake.Simon MacMullen2011-05-231-1/+1
| | | |
| * | | --Simon MacMullen2011-05-201-2/+2
| | | |
| * | | Switch to hard coding the exchange name.Simon MacMullen2011-05-205-29/+50
| | | |
| * | | Fold publish and republish together.Simon MacMullen2011-05-202-45/+40
| | | |
| * | | Optimise looking up trace exchange and message construction.Simon MacMullen2011-05-202-19/+43
| | | |
| * | | Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.Simon MacMullen2011-05-205-70/+46
| |/ /
* | | Since we should not normally see warnings now, let's zhuzh them up.Simon MacMullen2011-05-231-1/+2
| | |
* | | Rename variableSimon MacMullen2011-05-231-2/+2
| | |
* | | Introduce variableSimon MacMullen2011-05-231-2/+4
| | |
* | | Exclude mochiweb from the xref check.Simon MacMullen2011-05-231-1/+3
|/ /
* | merge bug24118 into defaultMatthias Radestock2011-05-205-43/+47
|\ \
| * \ merge bug24117 into defaultMatthias Radestock2011-05-195-32/+34
| |\ \
| | * | BQ:idle_timeout => BQ:timeoutMatthew Sackman2011-05-195-12/+12
| | | |
| | * | whitespaceMatthew Sackman2011-05-181-1/+0
| | | |
| | * | Well it's no shorter, but it closer matches the originalMatthew Sackman2011-05-181-14/+14
| | | |
| | * | BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> ↵Matthew Sackman2011-05-185-26/+29
| | | | | | | | | | | | | | | | (false | idle | timed); which better reflects the different needs
| * | | simplifyMatthias Radestock2011-05-191-21/+14
| | | |
| * | | Merge bug24116 into defaultRob Harrop2011-05-191-8/+17
| |\ \ \ | | |/ / | |/| |
| | * | And now, after testing it, actually make it work by correcting one of the ↵Matthew Sackman2011-05-181-10/+15
| | | | | | | | | | | | | | | | counters...
| | * | Do not read the msg surviving dropwhile1Matthew Sackman2011-05-181-8/+12
| |/ /
* | | some more inliningMatthias Radestock2011-05-191-21/+18
| | |