| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Merge bug25922 | Simon MacMullen | 2013-12-10 | 0 | -0/+0 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Log nodedown_reason. | Simon MacMullen | 2013-12-10 | 1 | -2/+4 | |
| | |/ / / / | ||||||
| | * | | | | Merge bug24829 | Simon MacMullen | 2013-12-10 | 1 | -12/+1 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | stable to default | Simon MacMullen | 2013-12-06 | 0 | -0/+0 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | stable to default | Simon MacMullen | 2013-12-06 | 1 | -12/+1 | |
| | | |\ \ \ \ \ | ||||||
| | * | \ \ \ \ \ | Merge in default (noop) | Simon MacMullen | 2013-12-06 | 5 | -35/+45 | |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | | * | | | | | | Merge in bug25912 | Simon MacMullen | 2013-12-05 | 13 | -120/+270 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | merge in default | Simon MacMullen | 2013-12-05 | 5 | -67/+108 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Announce credit flow state for channels and queues. | Simon MacMullen | 2013-12-02 | 3 | -7/+31 | |
| | | | * | | | | | | | Move determination of flow-ness into the server. | Simon MacMullen | 2013-12-02 | 2 | -24/+12 | |
| | * | | | | | | | | | stable to default | Simon MacMullen | 2013-12-06 | 1 | -2/+12 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge bug22525 | Simon MacMullen | 2013-12-05 | 4 | -16/+32 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | stable to default | Simon MacMullen | 2013-12-03 | 9 | -22/+125 | |
| | | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | | stable to default | Simon MacMullen | 2013-11-28 | 2 | -14/+24 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Clarify | Simon MacMullen | 2013-12-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | refactor for clarity | Matthias Radestock | 2013-12-05 | 1 | -8/+8 | |
| | * | | | | | | | | | | cosmetic | Matthias Radestock | 2013-12-05 | 1 | -17/+16 | |
| | * | | | | | | | | | | cosmetic | Matthias Radestock | 2013-12-05 | 1 | -3/+3 | |
| | * | | | | | | | | | | better | Matthias Radestock | 2013-12-05 | 1 | -11/+10 | |
| | * | | | | | | | | | | Add channel_max to rabbitmqctl(1) | Michael Klishin | 2013-12-05 | 1 | -0/+4 | |
| | * | | | | | | | | | | Disambiguate return values | Michael Klishin | 2013-12-05 | 1 | -6/+6 | |
| | * | | | | | | | | | | Cosmetic | Simon MacMullen | 2013-12-04 | 1 | -15/+11 | |
| | * | | | | | | | | | | Indicate channel creation errors via returned value | Michael Klishin | 2013-12-02 | 1 | -24/+26 | |
| | * | | | | | | | | | | Make this message fit in 80 chars | Michael Klishin | 2013-12-02 | 1 | -1/+3 | |
| | * | | | | | | | | | | Formatting | Michael Klishin | 2013-11-29 | 1 | -1/+3 | |
| | * | | | | | | | | | | Cosmetics | Michael Klishin | 2013-11-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | Missing fn head for channel_max | Michael Klishin | 2013-11-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | Add channel_max to info keys | Michael Klishin | 2013-11-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | Narrow down try .. catch here | Michael Klishin | 2013-11-29 | 1 | -22/+22 | |
| | * | | | | | | | | | | Use rabbit_misc:protocol_error and catch exits | Michael Klishin | 2013-11-29 | 1 | -7/+4 | |
| | * | | | | | | | | | | We don't know what method caused the problem, so specify it as 'none' | Michael Klishin | 2013-11-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | 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 | |
