| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix off-by-1 issue | Michael Klishin | 2013-11-29 | 1 | -2/+2 |
| * | Automated merge with ssh://rabbit-hg.eng.vmware.com/rabbitmq-server | Michael Klishin | 2013-11-28 | 1 | -0/+5 |
| |\ | |||||
| | * | Update config example | Michael Klishin | 2013-11-28 | 1 | -0/+5 |
| * | | Reject channel.open when the total number of open channel goes above channel_max | Michael Klishin | 2013-11-28 | 1 | -3/+4 |
| |/ | |||||
| * | Reject channel.open method with channel number > negotiated channel_max | Michael Klishin | 2013-11-27 | 1 | -28/+44 |
| * | Set CHANNEL_MIN to 1 | Michael Klishin | 2013-11-27 | 1 | -1/+1 |
| * | cosmetic: reduce vertical space and distance to default | Matthias Radestock | 2013-11-26 | 1 | -2/+1 |
| * | refactor: consistent order of handling configurable params | Matthias Radestock | 2013-11-26 | 1 | -4/+4 |
| * | refactor: make handling of server config values more generic | Matthias Radestock | 2013-11-26 | 1 | -17/+10 |
| * | (really) don't use ~p unnecessarily | Matthias Radestock | 2013-11-26 | 1 | -1/+1 |
| * | refactor | Matthias Radestock | 2013-11-26 | 1 | -12/+8 |
| * | various fixes and refactors | Matthias Radestock | 2013-11-26 | 1 | -15/+8 |
| * | Eliminate warnings | Michael Klishin | 2013-11-26 | 1 | -11/+6 |
| * | Don't send connection.close when connection.tune negotiation fails | Michael Klishin | 2013-11-26 | 1 | -4/+0 |
| * | Extract function | Michael Klishin | 2013-11-26 | 1 | -14/+23 |
| * | Refactor | Michael Klishin | 2013-11-26 | 1 | -10/+9 |
| * | Pass socket around instead of the entire state | Michael Klishin | 2013-11-26 | 1 | -5/+5 |
| * | Extract function, improve error messages | Michael Klishin | 2013-11-26 | 1 | -45/+50 |
| * | No need to handle undefined case here | Michael Klishin | 2013-11-26 | 1 | -4/+2 |
| * | Add channel_max default | Michael Klishin | 2013-11-25 | 1 | -0/+1 |
| * | Make connection.tune.channel_max configurable | Michael Klishin | 2013-11-25 | 1 | -17/+44 |
| * | stable to default | Simon MacMullen | 2013-11-22 | 3 | -43/+75 |
| |\ | |||||
| | * | Merge bug25873 | Simon MacMullen | 2013-11-22 | 0 | -0/+0 |
| | |\ | |||||
| | * \ | Merge in stable | Simon MacMullen | 2013-11-22 | 3 | -40/+65 |
| | |\ \ | | |/ | |/| | |||||
| | | * | *cough* | Simon MacMullen | 2013-11-12 | 1 | -1/+1 |
| | | * | Restore synchronous addition of slaves in the queue.declare case. | Simon MacMullen | 2013-11-12 | 4 | -26/+40 |
| | | * | Forgot to add a spec | Simon MacMullen | 2013-11-11 | 1 | -0/+1 |
| | | * | Re-add the log invocations we lost. This does lead to the stale master pid wa... | Simon MacMullen | 2013-11-11 | 2 | -3/+7 |
| | | * | Port the deadlock-breaking code from bug 25852. | Simon MacMullen | 2013-11-11 | 2 | -30/+40 |
| | * | | Merge bug25867 | Simon MacMullen | 2013-11-22 | 3 | -37/+51 |
| | |\ \ | |||||
| | * | | | More explanation | Simon MacMullen | 2013-11-22 | 1 | -0/+2 |
| | * | | | Improve comment. | Simon MacMullen | 2013-11-18 | 1 | -3/+4 |
| | * | | | Explain | Simon MacMullen | 2013-11-06 | 1 | -0/+3 |
| | * | | | Maybe sync on slave promotion. | Simon MacMullen | 2013-11-06 | 1 | -3/+4 |
| * | | | | MErge bug25882 | Simon MacMullen | 2013-11-22 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| * | | | | | Don't return consumer utilisation when idle or there are no consumers; no num... | Simon MacMullen | 2013-11-20 | 1 | -6/+16 |
| * | | | | | Update doc | Simon MacMullen | 2013-11-19 | 1 | -2/+5 |
| * | | | | | Simplify and remove magic numbers from the i/2 bit by treating time since las... | Simon MacMullen | 2013-11-19 | 1 | -35/+23 |
| * | | | | | Cosmetic / unused variables. | Simon MacMullen | 2013-11-15 | 1 | -4/+4 |
| * | | | | | Simplify: less state, less records, more pattern matching. | Simon MacMullen | 2013-11-15 | 1 | -47/+33 |
| * | | | | | Store timestamps as integers. | Simon MacMullen | 2013-11-15 | 1 | -11/+11 |
| * | | | | | Missed one + cosmetic. | Simon MacMullen | 2013-11-15 | 1 | -10/+10 |
| * | | | | | CU for "Consumer Utilisation" not CB for "Consumer Bound". | Simon MacMullen | 2013-11-15 | 1 | -15/+15 |
| * | | | | | Maintain an exponential moving average of the utilisation. | Simon MacMullen | 2013-11-15 | 1 | -30/+43 |
| * | | | | | Experiment with the idea of "consumer utilisation". Still far too lumpy. | Simon MacMullen | 2013-11-14 | 1 | -18/+57 |
| * | | | | | consumer_bound info item. | Simon MacMullen | 2013-11-14 | 2 | -9/+18 |
| |/ / / / | |||||
| * | | | | stable to default | Simon MacMullen | 2013-11-14 | 1 | -21/+0 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Oops, that should have gone in bug 25415 | Simon MacMullen | 2013-11-14 | 1 | -21/+0 |
| * | | | | stable to default | Simon MacMullen | 2013-11-12 | 7 | -13/+68 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Merged bug25860 into default | Emile Joubert | 2013-11-12 | 3 | -3/+32 |
| | |\ \ \ | |||||
