summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If channel pid is not in the process dict, don't decrement channel_countMichael Klishin2013-12-121-3/+3
* Decrement channel_count in channel_cleanupMichael Klishin2013-12-121-26/+28
* Nuke some unnecessary codeMichael Klishin2013-12-121-1/+0
* Init channel_count correctlyMichael Klishin2013-12-121-0/+1
* CompileMichael Klishin2013-12-121-2/+3
* Decrement channel counter here, tooMichael Klishin2013-12-121-1/+1
* Rename ChState back to AStateMichael Klishin2013-12-121-10/+10
* Decrement channel counter when handling channel.closeMichael Klishin2013-12-121-1/+1
* Move channel_count to top-level reader state recordMichael Klishin2013-12-121-9/+7
* Merge in defaultSimon MacMullen2013-12-111-34/+47
|\
| * Track # of open channels with a counter in connection stateMichael Klishin2013-12-111-34/+47
* | Log nodedown_reason.Simon MacMullen2013-12-101-2/+4
* | Merge bug24829Simon MacMullen2013-12-101-12/+1
|\ \
| * \ stable to defaultSimon MacMullen2013-12-061-12/+1
| |\ \
| | * | Remove unnecessary test.Matthew Sackman2013-12-061-12/+1
| | * | Undo some changes.Matthew Sackman2013-12-062-42/+11
| | * | Rather than just querying a single remote node, query them all, and accomodat...Matthew Sackman2013-12-042-11/+42
| * | | stable to defaultSimon MacMullen2013-12-061-2/+12
| |\ \ \
| | * | | ExplainSimon MacMullen2013-12-061-0/+2
* | | | | Merge in bug25912Simon MacMullen2013-12-059-102/+246
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | merge in defaultSimon MacMullen2013-12-052-67/+97
| |\ \ \ \ | | |/ / /
| | * | | Merge bug22525Simon MacMullen2013-12-053-16/+31
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | stable to defaultSimon MacMullen2013-12-037-20/+112
| | | |\ \ | | | | |/ | | | |/|
| | * | | 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
| | * | | 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
| | * | | 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
| | * | | (really) don't use ~p unnecessarilyMatthias Radestock2013-11-261-1/+1
| | * | | refactorMatthias Radestock2013-11-261-12/+8
| | * | | various fixes and refactorsMatthias Radestock2013-11-261-15/+8
| | * | | Eliminate warningsMichael Klishin2013-11-261-11/+6
| | * | | Don't send connection.close when connection.tune negotiation failsMichael Klishin2013-11-261-4/+0