| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stable to default | Simon MacMullen | 2014-02-26 | 60 | -1845/+2774 |
| |\ | |||||
| | * | Merge bug26039 | Simon MacMullen | 2014-02-26 | 1 | -8/+2 |
| | |\ | |||||
| | | * | Don't quote node atoms, it makes the resulting string harder to use in shell ↵ | Simon MacMullen | 2014-02-26 | 1 | -8/+2 |
| | |/ | | | | | | | scripts. | ||||
| | * | Refactor: distinction between handle_dead_rabbit and ↵ | Simon MacMullen | 2014-02-26 | 1 | -13/+9 |
| | | | | | | | | | handle_dead_rabbit_state is not very useful. | ||||
| | * | Merge bug 26004 | Simon MacMullen | 2014-02-24 | 1 | -20/+26 |
| | |\ | |||||
| | | * | trigger rate calculation in all the right places | Matthias Radestock | 2014-02-07 | 1 | -20/+26 |
| | | | | |||||
| | * | | Merge bug25994 | Simon MacMullen | 2014-02-24 | 1 | -2/+11 |
| | |\ \ | |||||
| | | * | | Sort by descending priority order, and add a comment. | Simon MacMullen | 2014-02-24 | 1 | -2/+11 |
| | | | | | |||||
| | | * | | always prioritise acks (and resume) | Matthias Radestock | 2014-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former, so that we preserve ack ordering which, while of no semantic relevance, is good for performance since it allows us to optimise for the common acks-in-order case. The latter since it unblocks a queue from delivering messages and thus is conducive to keeping queue lengths short. We prioritise acks higher than most other messages since they are the only high-frequency message which is guaranteed to free up resources. Prioritising ack and resume all the time is safe since flow control places an upper bound on how many of these we can get, thus preventing starvation of senders of lower-priority messages. | ||||
| | * | | | merge stable into default | Matthias Radestock | 2014-02-24 | 1 | -32/+44 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | * | | | Bug 25939 broke AMQP 1.0; fix it. | Simon MacMullen | 2014-02-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | stable to default | Simon MacMullen | 2014-02-19 | 60 | -1809/+2733 |
| | |\ \ \ | |||||
| | | * \ \ | Merge bug26022 | Simon MacMullen | 2014-02-19 | 0 | -0/+0 |
| | | |\ \ \ | |||||
| | | * | | | | Add LDAP timeout to example config | Simon MacMullen | 2014-02-19 | 1 | -0/+4 |
| | | |/ / / | |||||
| | | * | | | cosmetic | Matthias Radestock | 2014-02-18 | 1 | -3/+3 |
| | | | | | | |||||
| | | * | | | merge bug25868 into default | Matthias Radestock | 2014-02-18 | 0 | -0/+0 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge bug25868 (again) | Simon MacMullen | 2014-02-18 | 1 | -5/+4 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge bug25868 | Simon MacMullen | 2014-02-18 | 0 | -0/+0 |
| | | | |\ \ \ \ | |||||
| | | * | | | | | | clearer | Matthias Radestock | 2014-02-18 | 1 | -5/+7 |
| | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | I think | ||||
| | | * | | | | | Only ever return 'flow' if there are no alarms. I think in theory it's not ↵ | Simon MacMullen | 2014-02-18 | 1 | -5/+4 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | possible for there to be an alarm when in flow control, but this is more correct and no less clear. | ||||
| | | * | | | | Oops | Simon MacMullen | 2014-02-17 | 1 | -1/+0 |
| | | | | | | | |||||
| | | * | | | | ...but only do that if we are not also alarmed. | Simon MacMullen | 2014-02-17 | 1 | -2/+4 |
| | | | | | | | |||||
| | | * | | | | Show state as 'flow' if we are currently flow blocked and have been so for ↵ | Simon MacMullen | 2014-02-17 | 2 | -6/+8 |
| | | |/ / / | | | | | | | | | | | | | | | | more than 5s. | ||||
| | | * | | | Merge bug25627 (again) | Simon MacMullen | 2014-02-17 | 48 | -1097/+1628 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge bug25627 | Simon MacMullen | 2014-02-17 | 1 | -1/+7 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | stable to default | Simon MacMullen | 2014-02-17 | 2 | -8/+10 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | merge bug25853 into default | Matthias Radestock | 2014-02-13 | 3 | -49/+66 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | merge default into bug25853 | Matthias Radestock | 2014-02-10 | 1 | -6/+13 |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the previous merge pulled in a breakage | ||||
| | | | | * | | | | | | rabbit_file:wildcard/2 should return [] if the dir is non-existing | Tim Watson | 2014-02-10 | 1 | -3/+6 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | oops | Matthias Radestock | 2014-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | merge default into bug25853 | Matthias Radestock | 2014-02-10 | 32 | -566/+931 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | | cosmetic | Matthias Radestock | 2014-02-10 | 1 | -6/+4 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | rename misleading variables | Matthias Radestock | 2014-02-06 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and fix a counting error | ||||
| | | | | * | | | | | | | simplifying refactor | Matthias Radestock | 2014-02-06 | 1 | -17/+14 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Use dirty opts to find durable queues during startup (and optimise) | Tim Watson | 2014-02-05 | 1 | -4/+3 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Simplify durable queue recovery and avoid a dict lookup on the results | Tim Watson | 2014-02-05 | 1 | -12/+6 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Perform (and wait for) queue recovery in parallel | Tim Watson | 2014-01-30 | 1 | -4/+15 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | merge default into bug25853 | Matthias Radestock | 2014-01-24 | 1 | -19/+34 |
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | containing the recently merged bug25827 | ||||
| | | | | | * \ \ \ \ \ \ | merge default into bug25853 | Tim Watson | 2014-01-24 | 1 | -19/+34 |
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ | merge default into bug25853 | Tim Watson | 2014-01-22 | 7 | -161/+71 |
| | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | | | Optimise queue index initialisation | Tim Watson | 2014-01-20 | 1 | -19/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid loading the journal when the file doesn’t exist. Also try to avoid flushing the journal unless necessary. | ||||
| | | | * | | | | | | | | | | | stable to default | Simon MacMullen | 2014-02-13 | 59 | -1763/+2654 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ \ | Merge bug25985 (again) | Simon MacMullen | 2014-02-11 | 1 | -5/+9 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | | Allow username without password after all. | Simon MacMullen | 2014-02-11 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | stable to default | Simon MacMullen | 2014-02-11 | 59 | -1762/+2649 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | merge bug26000 into default | Matthias Radestock | 2014-02-10 | 1 | -6/+13 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | again | ||||
| | | | | | * | | | | | | | | | | | stable to default (noop) | Simon MacMullen | 2014-02-10 | 59 | -1762/+2649 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ | Merge bug26000 | Simon MacMullen | 2014-02-10 | 59 | -1764/+2666 |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Merge bug24738 | Simon MacMullen | 2014-02-10 | 0 | -0/+0 |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | | | | | | And after running dialyzer... | Simon MacMullen | 2014-02-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | |||||
