| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Have a completely separate counter for content size vs structural size. | Simon MacMullen | 2014-03-24 | 5 | -32/+47 |
| | | |||||
| * | Fix bitstrings, export term/3. | Simon MacMullen | 2014-03-24 | 1 | -3/+7 |
| | | |||||
| * | tiny tidying | Simon MacMullen | 2014-03-24 | 1 | -4/+4 |
| | | |||||
| * | More robustness in the shape of unusual events. | Simon MacMullen | 2014-03-24 | 1 | -6/+7 |
| | | |||||
| * | Those aren't log events | Simon MacMullen | 2014-03-24 | 1 | -2/+1 |
| | | |||||
| * | cosmetic | Simon MacMullen | 2014-03-24 | 1 | -1/+1 |
| | | |||||
| * | Several more changes: | Simon MacMullen | 2014-03-24 | 1 | -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 MacMullen | 2014-03-24 | 6 | -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 MacMullen | 2014-03-24 | 1 | -3/+1 |
| | | |||||
| * | Don't let the truncate module have any opinion on how much to truncate. | Simon MacMullen | 2014-03-24 | 5 | -16/+24 |
| | | |||||
| * | Rename module and functions to be shorter and more generic. Remove ↵ | Simon MacMullen | 2014-03-24 | 5 | -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 properly | Tim Watson | 2014-03-21 | 2 | -8/+11 |
| | | |||||
| * | Tweak list handling | Tim Watson | 2014-03-21 | 2 | -21/+23 |
| | | |||||
| * | Avoid crashing as we approach Len == 0, improve test output | Tim Watson | 2014-03-21 | 2 | -5/+10 |
| | | |||||
| * | Reduce the size of the test inputs | Tim Watson | 2014-03-21 | 1 | -1/+1 |
| | | | | | Don't hit 110% CPU (thanks for that PropEr) and get usable failures sooner. | ||||
| * | Skip tests in a more operator friendly way | Tim Watson | 2014-03-21 | 1 | -24/+23 |
| | | |||||
| * | Start testing this properly | Tim Watson | 2014-03-21 | 2 | -1/+147 |
| | | |||||
| * | Avoid binary:part/3, since it isn't available in R13 | Tim Watson | 2014-03-21 | 1 | -2/+3 |
| | | |||||
| * | Initial stab at limiting term size during logging | Tim Watson | 2014-03-20 | 3 | -4/+86 |
| | | |||||
| * | Merge bug25374 | Simon MacMullen | 2014-03-19 | 151 | -247/+391 |
| |\ | |||||
| | * | Merge bug25722 (again) | Simon MacMullen | 2014-03-19 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Better error catching. | Simon MacMullen | 2014-03-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge bug25722 (again again). | Simon MacMullen | 2014-03-18 | 150 | -288/+312 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Merge bug25722 (again) | Simon MacMullen | 2014-03-18 | 2 | -4/+5 |
| | | |\ | |||||
| | | * \ | Merge bug25722 | Simon MacMullen | 2014-03-18 | 13 | -93/+231 |
| | | |\ \ | |||||
| | | * \ \ | Merge bug 25940 | Simon MacMullen | 2014-03-17 | 150 | -152/+152 |
| | | |\ \ \ | |||||
| | | | * | | | Update copyright for 2014 | Simon MacMullen | 2014-03-17 | 150 | -152/+152 |
| | | |/ / / | |||||
| | * | | | | Don't explode on "rabbitmqctl stop_app ; rabbitmqctl status", and fix tests. | Simon MacMullen | 2014-03-18 | 2 | -3/+8 |
| | | |_|/ | |/| | | |||||
| | * | | | We want reuseaddr otherwise starting the same broker twice in quick ↵ | Simon MacMullen | 2014-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | succession can fail for no good reason here - the real distribution mechanism obviously uses something similar. | ||||
| | * | | | Don't export anything ever from this script, it gets inherited by any ↵ | Simon MacMullen | 2014-03-18 | 1 | -3/+4 |
| | | |/ | |/| | | | | | | | processes started by the broker - which breaks a bunch of our tests. | ||||
| | * | | Oops, we need RABBITMQ_CONFIG_FILE to be set for prelaunch to do its job ↵ | Simon MacMullen | 2014-03-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | properly. | ||||
| | * | | Merge in default | Simon MacMullen | 2014-03-14 | 1 | -4/+8 |
| | |\ \ | |||||
| | * | | | Check the config situation when installing the Windows service. | Simon MacMullen | 2014-03-13 | 2 | -11/+41 |
| | | | | | |||||
| | * | | | Update the batch file. | Simon MacMullen | 2014-03-13 | 1 | -1/+14 |
| | | | | | |||||
| | * | | | More robustness | Simon MacMullen | 2014-03-13 | 1 | -16/+26 |
| | | | | | |||||
| | * | | | Move dist arg to the end so that if the user has set it in ↵ | Simon MacMullen | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | RABBITMQ_SERVER_START_ARGS then we take their version not ours. | ||||
| | * | | | Check if dist port is available since otherwise we will create a horrific ↵ | Simon MacMullen | 2014-03-13 | 2 | -20/+38 |
| | | | | | | | | | | | | | | | | | error message. Also refactor a touch. | ||||
| | * | | | Cosmetic | Simon MacMullen | 2014-03-13 | 1 | -7/+7 |
| | | | | | |||||
| | * | | | Somehow that actually worked on OS X. Oops. | Simon MacMullen | 2014-03-13 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Try to be marginally smarter about getting the epmd port, it is set as an ↵ | Simon MacMullen | 2014-03-13 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | init argument from the environment variable. | ||||
| | * | | | Present epmd errors a bit better. | Simon MacMullen | 2014-03-12 | 1 | -7/+12 |
| | | | | | |||||
| | * | | | Display diagnostics when rabbitmqctl clustering options fail due to nodedown. | Simon MacMullen | 2014-03-12 | 2 | -37/+23 |
| | | | | | |||||
| | * | | | That should probably be a define, right? | Simon MacMullen | 2014-03-12 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Irritatingly I can't find a way to figure out the difference between these ↵ | Simon MacMullen | 2014-03-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | programmatically. | ||||
| | * | | | Slightly cleaner than iterating through families. | Simon MacMullen | 2014-03-12 | 1 | -8/+10 |
| | | | | | |||||
| | * | | | Don't suggest using the kernel params here. | Simon MacMullen | 2014-03-12 | 1 | -9/+1 |
| | | | | | |||||
| | * | | | Set the distribution port range to the first of these that matches: | Simon MacMullen | 2014-03-12 | 2 | -10/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Not at all if it's mentioned in the config file * $DIST_PORT if that's mentioned in the env file * $RABBITMQ_DIST_PORT if that is set * $RABBITMQ_NODE_PORT + 20000 if that is set * 25672 in all other cases | ||||
| | * | | | Just in case the error is not an atom. | Simon MacMullen | 2014-03-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Various formatting tweaks. | Simon MacMullen | 2014-03-12 | 1 | -5/+4 |
| | | | | | |||||
| | * | | | Since we always show the raw error and the expanded error let's get ↵ | Simon MacMullen | 2014-03-12 | 5 | -13/+14 |
| | | | | | | | | | | | | | | | | | format_inet_error to do that. | ||||
