| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge bug26169 | Simon MacMullen | 2014-06-24 | 14 | -114/+250 |
| |\ | |||||
| | * | Merge bug26148 | Simon MacMullen | 2014-06-24 | 10 | -42/+140 |
| | |\ | |||||
| | | * | Merge bug25848 again. | Simon MacMullen | 2014-06-23 | 9 | -42/+113 |
| | | |\ | |||||
| | | | * | Merge bug25848. | Simon MacMullen | 2014-06-23 | 9 | -42/+113 |
| | | | |\ | |||||
| | | | | * | Merge bug25279 | Simon MacMullen | 2014-06-23 | 2 | -7/+10 |
| | | | | |\ | |||||
| | | | | | * | Make [AMQP] connection timeout configurable | Michael Klishin | 2014-06-18 | 1 | -3/+3 |
| | | | | | * | Fetch SSL handshake timeout from app environment | Michael Klishin | 2014-06-17 | 1 | -4/+7 |
| | | | | * | | Promote down slave to master if the master gets forgotten. | Simon MacMullen | 2014-06-19 | 2 | -15/+29 |
| | | | | * | | Maintain down_slave_nodes so we might have a clue where to look to recover from. | Simon MacMullen | 2014-06-19 | 5 | -18/+72 |
| | | | | * | | stable to default | Simon MacMullen | 2014-06-19 | 1 | -1/+1 |
| | | | | |\ \ | |||||
| | | | | | * | | Oops | Simon MacMullen | 2014-06-19 | 1 | -1/+1 |
| | | | | * | | | stable to default | Simon MacMullen | 2014-06-19 | 1 | -3/+3 |
| | | | | |\ \ \ | | | | | |/ / | |||||
| | | | | | * | | Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ... | Simon MacMullen | 2014-06-19 | 1 | -3/+3 |
| | | * | | | | | application:get_env/3 is not available in R13B03. | Simon MacMullen | 2014-06-23 | 1 | -1/+4 |
| | | |/ / / / | |||||
| | | * | | | | Format as number, don't explicitly convert to string then format as string. | Simon MacMullen | 2014-06-23 | 1 | -3/+2 |
| | | * | | | | Cosmetic: these can all be rolled together, and be a bit terser. | Simon MacMullen | 2014-06-23 | 1 | -29/+18 |
| | | * | | | | Use proplists:get_value/3 here | Michael Klishin | 2014-06-22 | 1 | -5/+3 |
| | | * | | | | error_logger:warning_msg itself returns ok | Michael Klishin | 2014-06-22 | 1 | -8/+4 |
| | | * | | | | Warn if Nagle's algorithm is enabled by default | Michael Klishin | 2014-06-20 | 1 | -1/+17 |
| | | * | | | | Cosmetics | Michael Klishin | 2014-06-20 | 1 | -1/+1 |
| | | * | | | | Formatting | Michael Klishin | 2014-06-20 | 1 | -2/+7 |
| | | * | | | | Don't log SMP support, async threads, etc | Michael Klishin | 2014-06-20 | 1 | -5/+1 |
| | | * | | | | Remove single scheduler warning | Michael Klishin | 2014-06-20 | 1 | -11/+2 |
| | | * | | | | Log a warning if running with < 8 async threads | Michael Klishin | 2014-06-19 | 1 | -2/+12 |
| | | * | | | | Add SMP support to the info banner | Michael Klishin | 2014-06-19 | 1 | -0/+1 |
| | | * | | | | Add async-threads to the info banner | Michael Klishin | 2014-06-19 | 1 | -1/+2 |
| | | * | | | | Log warnings if kernel poll is disabled or VM is running with just 1 scheduler | Michael Klishin | 2014-06-19 | 1 | -0/+20 |
| | | * | | | | Log # of schedulers and if kernel poll is enabled on start | Michael Klishin | 2014-06-19 | 1 | -1/+3 |
| | | |/ / / | |||||
| | * | | | | Cosmetic: unwrap several lines. Remove some more binary_to_list/1. | Simon MacMullen | 2014-06-24 | 2 | -21/+13 |
| | * | | | | Eliminate a compiler warning | Michael Klishin | 2014-06-22 | 1 | -5/+5 |
| | * | | | | Formatting | Michael Klishin | 2014-06-22 | 1 | -13/+14 |
| | * | | | | No need to convert to lists here | Michael Klishin | 2014-06-22 | 1 | -3/+2 |
| | * | | | | More consistent connection formatting per suggestion from Matthias | Michael Klishin | 2014-06-20 | 2 | -16/+26 |
| | * | | | | Re-format to 80 characters wide | Michael Klishin | 2014-06-19 | 2 | -12/+12 |
| | * | | | | Move user and vhost closer to connection info | Michael Klishin | 2014-06-19 | 2 | -8/+6 |
| | * | | | | Mention connection name, user, and vhost in connection error log messages | Michael Klishin | 2014-06-18 | 1 | -4/+14 |
| | * | | | | Mention connection pid in channel error messages | Michael Klishin | 2014-06-18 | 1 | -2/+3 |
| | * | | | | merge default into bug26148 | Michael Klishin | 2014-06-18 | 1 | -3/+11 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Re-format based on feedback from Matthias | Michael Klishin | 2014-06-17 | 1 | -3/+4 |
| | | * | | | backout d57075513277 (wrong branch) | Michael Klishin | 2014-06-17 | 2 | -9/+7 |
| | | * | | | backout bd87cb0026c5 (wrong branch) | Michael Klishin | 2014-06-17 | 1 | -14/+7 |
| | | * | | | Include username into trace message headers | Michael Klishin | 2014-06-17 | 2 | -13/+19 |
| | | * | | | Include vhost into trace message headers | Michael Klishin | 2014-06-17 | 1 | -4/+7 |
| | | * | | | Include vhost and username into channel error log messages | Michael Klishin | 2014-06-17 | 1 | -3/+9 |
| | | * | | | Log connection name instead of pid for channel errors | Michael Klishin | 2014-06-17 | 1 | -3/+4 |
| | * | | | | Hopefully clearer. | Simon MacMullen | 2014-06-18 | 1 | -5/+5 |
| | * | | | | rabbitmq-plugins set. | Simon MacMullen | 2014-06-18 | 1 | -0/+22 |
| | * | | | | Give sensible error messages when plugins are missing. | Simon MacMullen | 2014-06-18 | 2 | -40/+33 |
| | * | | | | Merge bug26221 | Simon MacMullen | 2014-06-17 | 1 | -2/+5 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | | * | | | Simplify. | Simon MacMullen | 2014-06-17 | 1 | -13/+6 |
