summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Explain this formula.Simon MacMullen2014-03-311-0/+13
|
* Merge bug26082Simon MacMullen2014-03-316-16/+13
|\
| * merge bug26087 into defaultMatthias Radestock2014-03-276-16/+13
| |\
| | * give in to dialyzerMatthias Radestock2014-03-271-3/+2
| | |
| | * suppress no_return warningsMatthias Radestock2014-03-272-0/+7
| | |
| | * appease dialyzerMatthias Radestock2014-03-271-8/+3
| | |
| | * more precise specMatthias Radestock2014-03-271-3/+2
| | |
| | * Remove pointless branches found by dialyzer.Simon MacMullen2014-03-272-5/+2
| |/
* | Allow specification of the node to use for the queue, all else being equal.Simon MacMullen2014-03-272-10/+30
|/
* Merge bug25989Simon MacMullen2014-03-261-1/+1
|\
| * Very important fix.Simon MacMullen2014-03-261-1/+1
| |
* | Put the example config file in an appropriate location in the users's data ↵Simon MacMullen2014-03-261-0/+6
| | | | | | | | directory.
* | Put the example in the correct place.Simon MacMullen2014-03-262-2/+2
|/
* Remove dubious commentSimon MacMullen2014-03-261-1/+0
|
* Merge bug26069Simon MacMullen2014-03-264-81/+114
|\
| * Merge bug26070Simon MacMullen2014-03-252-74/+108
| |\
| | * Monitor consuming queue regardless of whether the consumer is CCN capable, ↵Simon MacMullen2014-03-251-21/+17
| | | | | | | | | | | | only decide whether to send the CCN on that basis.
| | * OopsSimon MacMullen2014-03-251-1/+1
| | |
| | * Our other consumer arg has an x- on it. Also, let's validate.Simon MacMullen2014-03-252-2/+6
| | |
| | * Swap the default value for cancel-on-ha-failover.Simon MacMullen2014-03-251-2/+2
| | |
| | * Add a comment, and rename the thing to correspond more with words we use ↵Simon MacMullen2014-03-211-4/+9
| | | | | | | | | | | | already.
| | * rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ↵Simon MacMullen2014-03-212-22/+8
| | | | | | | | | | | | a special function for that.
| | * Attempt at error checking the basic.consume.Simon MacMullen2014-03-201-22/+31
| | |
| | * Abstract the waiting into rabbit_amqqueue.Simon MacMullen2014-03-202-11/+17
| | |
| | * Rename variable (and catch a case I missed before).Simon MacMullen2014-03-201-8/+8
| | |
| | * OopsSimon MacMullen2014-03-191-1/+1
| | |
| | * First hack at recovering consumers.Simon MacMullen2014-03-191-60/+88
| | |
| * | cosmetic: easier to read and keeps emacs happyMatthias Radestock2014-03-231-1/+1
| | |
| * | Don't show diagnostics after "node already running" since diagnostics are ↵Simon MacMullen2014-03-201-6/+5
| | | | | | | | | | | | meant to be about *not* being able to connect to a node.
* | | Tweak values based on some testing.Simon MacMullen2014-03-251-1/+1
| | |
* | | Have a completely separate counter for content size vs structural size.Simon MacMullen2014-03-245-32/+47
| | |
* | | Fix bitstrings, export term/3.Simon MacMullen2014-03-241-3/+7
| | |
* | | tiny tidyingSimon MacMullen2014-03-241-4/+4
| | |
* | | More robustness in the shape of unusual events.Simon MacMullen2014-03-241-6/+7
| | |
* | | Those aren't log eventsSimon MacMullen2014-03-241-2/+1
| | |
* | | cosmeticSimon MacMullen2014-03-241-1/+1
| | |
* | | Several more changes:Simon MacMullen2014-03-241-20/+19
| | | | | | | | | | | | | | | | | | * Remove the special tuple handling, it was trying to not reduce depth as we went "along" a tuple, but that goes badly in real world tests with gb_trees and gb_sets. In fact we just want to treat a tuple exactly like a list. * Simplify and correctify a bit by only having one termination condition for depth. * Add some more tests, and correct some existing ones.
* | | Something of a rewrite:Simon MacMullen2014-03-246-50/+79
| | | | | | | | | | | | | | | | | | | | | * Allow choice of how much size to "eat" each time we descend * Fix at least one more recurse-indefinitely bug * Try to reduce the amount of copying we do, and use more efficient techniques * Add some tests
* | | Remove obsolete TODOs, fix a rather substantial bug.Simon MacMullen2014-03-241-3/+1
| | |
* | | Don't let the truncate module have any opinion on how much to truncate.Simon MacMullen2014-03-245-16/+24
| | |
* | | Rename module and functions to be shorter and more generic. Remove ↵Simon MacMullen2014-03-245-183/+35
| | | | | | | | | | | | quickcheck tests. Wire into the non-sasl error_handler, but don't wire into handle_info and handle_call functions since those should not be logs.
* | | Tweak a bit more - attempt to handle bitstrings properlyTim Watson2014-03-212-8/+11
| | |
* | | Tweak list handlingTim Watson2014-03-212-21/+23
| | |
* | | Avoid crashing as we approach Len == 0, improve test outputTim Watson2014-03-212-5/+10
| | |
* | | Reduce the size of the test inputsTim Watson2014-03-211-1/+1
| | | | | | | | | | | | Don't hit 110% CPU (thanks for that PropEr) and get usable failures sooner.
* | | Skip tests in a more operator friendly wayTim Watson2014-03-211-24/+23
| | |
* | | Start testing this properlyTim Watson2014-03-212-1/+147
| | |
* | | Avoid binary:part/3, since it isn't available in R13Tim Watson2014-03-211-2/+3
| | |
* | | Initial stab at limiting term size during loggingTim Watson2014-03-203-4/+86
|/ /
* | Merge bug25374Simon MacMullen2014-03-19151-247/+391
|\ \ | |/