summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Better comments regarding gen/0, explicit range for phash/2.Francesco Mazzoli2012-01-311-4/+12
|
* Better comment for gen/0.Francesco Mazzoli2012-01-312-4/+5
|
* Update comment for gen/0.Francesco Mazzoli2012-01-312-3/+4
|
* Merge master in.Francesco Mazzoli2012-01-3133-450/+663
|\
| * Merge bug24718Simon MacMullen2012-01-310-0/+0
| |\
| * | it helps to not throw away the stateMatthias Radestock2012-01-301-3/+3
| |/ | | | | | | it really does
| * It's a resource, it'll print 'queue' anyway.Simon MacMullen2012-01-301-1/+1
| |
| * Merged bug24664 into defaultEmile Joubert2012-01-2731-296/+347
| |\
| | * Merge bug24601 into defaultJim Apperly2012-01-2720-180/+210
| | |\
| | | * merge bug23706 into defaultMatthias Radestock2012-01-273-6/+17
| | | |\
| | | | * cosmeticMatthias Radestock2012-01-271-5/+4
| | | | |
| | | | * Merge in default (and make error more readable)Simon MacMullen2012-01-2615-125/+191
| | | | |\
| | | | * | Show both log files.Simon MacMullen2012-01-231-2/+2
| | | | | |
| | | | * | Further clarity.Simon MacMullen2012-01-231-1/+2
| | | | | |
| | | | * | Improve display of boot errors.Simon MacMullen2012-01-231-3/+8
| | | | | |
| | | | * | display posix error descriptionMatthias Radestock2012-01-201-2/+3
| | | | | |
| | | | * | Improvement?Simon MacMullen2012-01-201-9/+14
| | | | | |
| | | * | | get rid of debug and message loggingMatthias Radestock2012-01-265-50/+2
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | since they have limited use This does make the rabbit_log server somewhat superfluous, but it does get a new lease of life in bug 22470
| | | * | Merge bug24435Simon MacMullen2012-01-2519-195/+219
| | | |\ \
| | | | * \ Merge bug24653Simon MacMullen2012-01-2311-118/+124
| | | | |\ \
| | | | | * | refactor: use types exported by 'supervisor'Matthias Radestock2012-01-231-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of defining our own
| | | | | * | helper function for constructing tcp listener sup child specsMatthias Radestock2012-01-231-13/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | useful in e.g. stomp
| | | | | * | use the correct inet typesMatthias Radestock2012-01-233-4/+4
| | | | | | |
| | | | | * | use correct type for {M,F,A}Matthias Radestock2012-01-239-26/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the built-in mfa() type stands for module-function-*arity*
| | | | | * | refactor: check_tcp_listener_address/2 -> tcp_listener_addresses/1Matthias Radestock2012-01-231-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...which is a more sensible name and signature
| | | | | * | refactor: turn a condition into a guardMatthias Radestock2012-01-231-10/+6
| | | | | | |
| | | | | * | cosmetic: move helper functions where they belongMatthias Radestock2012-01-231-33/+32
| | | | | | |
| | | | * | | handle the remaining enabled_plugins_file error case more gracefullyMatthias Radestock2012-01-221-0/+2
| | | | | | |
| | | | * | | don't complain about empty enabled_plugins fileMatthias Radestock2012-01-221-0/+1
| | | | |/ /
| | | | * | Merged bug23432 into defaultEmile Joubert2012-01-201-1/+1
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Avoid a circular dependency. The new load_definitions depends on recovery ↵Simon MacMullen2012-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (since it may create a queue and recovery starts the sup). But recovery depends on empty_db_check. But load_definitions *enables* empty_db_check (since we want to avoid creating default_foo if we just loaded a bunch of definitions). But there's a simple fix: recovery doesn't actually need to depend on empty_db_check.
| | | | * | Resurrect defaultSimon MacMullen2012-01-201-2/+3
| | | | | |
| | | * | | AlignmentSimon MacMullen2012-01-251-1/+1
| | | | | |
| | | * | | I think this should be a soft error. Although the spec does say to use ↵Simon MacMullen2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | command-invalid when the client attempts to declare an exchange of an unknown type, that's much more obviously the client's fault. So let's go with an old favourite.
| | | * | | Tweak languageSimon MacMullen2012-01-252-3/+3
| | | | | |
| | | * | | Better error messages and style fixes.Francesco Mazzoli2012-01-252-7/+11
| | | | | |
| | | * | | Forgot to add/remove files.Francesco Mazzoli2012-01-241-3/+3
| | | | | |
| | | * | | Change dummy exchange name from "inert" to "invalid"Francesco Mazzoli2012-01-241-5/+5
| | | | | |
| | | * | | Duplicate "exchange" in error messageFrancesco Mazzoli2012-01-241-2/+1
| | | | | |
| | | * | | Using rabbit_misc:rs/1 to format the exchange name.Francesco Mazzoli2012-01-241-1/+2
| | | | | |
| | | * | | Protocol error instead of warning when routing through inert exchange.Francesco Mazzoli2012-01-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I originally raised protocol errors in bind/unbind as well but that defies the purpose of this fixes since if a queue is bound to an exchange with invalid type the boot sequence fails since it tries to re-bind the queue.
| | | * | | Dropping messages silently instead of emitting warnings.Francesco Mazzoli2012-01-241-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matthias noted that emitting a warning for every message that can easily clog the logger.
| | | * | | Add stub for "inert" exchange to be used when exchange types are missing.Francesco Mazzoli2012-01-242-3/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now it just emits warnings on startup and when a message is routed through the exchange. I need to handle the "add_binding" and "remove_bindings" better, probably emitting a protocol error. Also, I'm not sure the log warning are visible enough.
| | * | | | Remove redundant template from html-to-website-xml.xslJim Apperly2012-01-271-2/+0
| | | | | |
| | * | | | Remove doc:div and doc:toc, add show-in-this-page and reindent. Really this ↵Simon MacMullen2012-01-191-24/+18
| | | |/ / | | |/| | | | | | | | | | | | should have been in bug 23052. Ah well.
| | * | | Merge bug23938Simon MacMullen2012-01-194-70/+73
| | |\ \ \
| | | * | | refer to rationale from bug 24607Matthias Radestock2011-12-011-15/+2
| | | | | |
| | | * | | add upgrade stepMatthias Radestock2011-12-011-0/+8
| | | | | |
| | | * | | tie up some loose ends for the new tableMatthias Radestock2011-11-301-5/+5
| | | | | |
| | | * | | now that we have table locks there is no need for phase separationMatthias Radestock2011-11-301-66/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is essentially reverting to the code as it was before bug 23885, except using the new rabbit_topic_trie_node table for counts.