summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor for clarityMatthias Radestock2013-12-051-8/+8
|
* cosmeticMatthias Radestock2013-12-051-17/+16
|
* cosmeticMatthias Radestock2013-12-051-3/+3
|
* betterMatthias Radestock2013-12-051-11/+10
|
* Add channel_max to rabbitmqctl(1)Michael Klishin2013-12-051-0/+4
|
* Disambiguate return valuesMichael Klishin2013-12-051-6/+6
|
* CosmeticSimon MacMullen2013-12-041-15/+11
|
* Indicate channel creation errors via returned valueMichael Klishin2013-12-021-24/+26
|
* Make this message fit in 80 charsMichael Klishin2013-12-021-1/+3
|
* FormattingMichael Klishin2013-11-291-1/+3
|
* CosmeticsMichael Klishin2013-11-291-2/+2
|
* Missing fn head for channel_maxMichael Klishin2013-11-291-0/+1
|
* Add channel_max to info keysMichael Klishin2013-11-291-1/+1
|
* Narrow down try .. catch hereMichael Klishin2013-11-291-22/+22
|
* Use rabbit_misc:protocol_error and catch exitsMichael Klishin2013-11-291-7/+4
|
* We don't know what method caused the problem, so specify it as 'none'Michael Klishin2013-11-291-1/+1
|
* Fix off-by-1 issueMichael Klishin2013-11-291-2/+2
|
* Automated merge with ssh://rabbit-hg.eng.vmware.com/rabbitmq-serverMichael Klishin2013-11-281-0/+5
|\
| * Update config exampleMichael Klishin2013-11-281-0/+5
| |
* | Reject channel.open when the total number of open channel goes above channel_maxMichael Klishin2013-11-281-3/+4
|/
* Reject channel.open method with channel number > negotiated channel_maxMichael Klishin2013-11-271-28/+44
|
* Set CHANNEL_MIN to 1Michael Klishin2013-11-271-1/+1
|
* cosmetic: reduce vertical space and distance to defaultMatthias Radestock2013-11-261-2/+1
|
* refactor: consistent order of handling configurable paramsMatthias Radestock2013-11-261-4/+4
|
* refactor: make handling of server config values more genericMatthias Radestock2013-11-261-17/+10
| | | | and shrink the code as a result
* (really) don't use ~p unnecessarilyMatthias Radestock2013-11-261-1/+1
|
* refactorMatthias Radestock2013-11-261-12/+8
| | | | | - more sensible order of arguments - less vertical space
* various fixes and refactorsMatthias Radestock2013-11-261-15/+8
| | | | | | | | | - replace two 'case's with one - the opposite of 'lower' is not 'greater' but 'higher' - eliminate unnecessary intermediate var - use rabbit_misc:protocol_error/4 instead of rabbit_misc:protocol_error/1 + rabbit_misc:amqp_error/4 - don't use ~p unnecessarily
* Eliminate warningsMichael Klishin2013-11-261-11/+6
|
* Don't send connection.close when connection.tune negotiation failsMichael Klishin2013-11-261-4/+0
| | | | | | | This keeps us spec-compliant. It only happens with bogus clients and there will be a sensible error message in the log. Per discussion with Simon.
* Extract functionMichael Klishin2013-11-261-14/+23
|
* RefactorMichael Klishin2013-11-261-10/+9
| | | | * Passing State allows the function take one less argument
* Pass socket around instead of the entire stateMichael Klishin2013-11-261-5/+5
|
* Extract function, improve error messagesMichael Klishin2013-11-261-45/+50
|
* No need to handle undefined case hereMichael Klishin2013-11-261-4/+2
|
* Add channel_max defaultMichael Klishin2013-11-251-0/+1
|
* Make connection.tune.channel_max configurableMichael Klishin2013-11-251-17/+44
|
* stable to defaultSimon MacMullen2013-11-223-43/+75
|\
| * Merge bug25873Simon MacMullen2013-11-220-0/+0
| |\
| * \ Merge in stableSimon MacMullen2013-11-223-40/+65
| |\ \ | | |/ | |/|
| | * *cough*Simon MacMullen2013-11-121-1/+1
| | |
| | * Restore synchronous addition of slaves in the queue.declare case.Simon MacMullen2013-11-124-26/+40
| | |
| | * Forgot to add a specSimon MacMullen2013-11-111-0/+1
| | |
| | * Re-add the log invocations we lost. This does lead to the stale master pid ↵Simon MacMullen2013-11-112-3/+7
| | | | | | | | | | | | warning getting logged on a different node (the slave node rather than the node that attempted to start the slave) but I doubt we care about that.
| | * Port the deadlock-breaking code from bug 25852.Simon MacMullen2013-11-112-30/+40
| | |
| * | Merge bug25867Simon MacMullen2013-11-223-37/+51
| |\ \
| * | | More explanationSimon MacMullen2013-11-221-0/+2
| | | |
| * | | Improve comment.Simon MacMullen2013-11-181-3/+4
| | | |
| * | | ExplainSimon MacMullen2013-11-061-0/+3
| | | |
| * | | Maybe sync on slave promotion.Simon MacMullen2013-11-061-3/+4
| | | |