summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correctly thread through the stateMatthias Radestock2013-12-121-2/+1
|
* correct handling of channel_cleanup return valueMatthias Radestock2013-12-121-11/+12
| | | | plus some cosmetics in the area
* refactor: simplify and reduce distance to 'default'Matthias Radestock2013-12-121-10/+9
|
* cosmetic: consistent field ordering (with start_connection code)Matthias Radestock2013-12-121-2/+2
|
* 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
| | | | for assembler state.
* 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
| |
* | Merge bug25922Simon MacMullen2013-12-100-0/+0
|\ \
* | | Log nodedown_reason.Simon MacMullen2013-12-101-2/+4
|/ /
* | Merge bug24829Simon MacMullen2013-12-101-12/+1
|\ \
| * \ stable to defaultSimon MacMullen2013-12-060-0/+0
| |\ \
| | * \ Merge bug25899Simon MacMullen2013-12-061-2/+12
| | |\ \
| * | \ \ 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 ↵Matthew Sackman2013-12-042-11/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accomodate remote nodes that might be running older versions than ourselves, provided we can find someone who is running the same as us. I did try just limiting Nodes to Nodes with the rabbit process running on them. That seemed to break the tests, and trying to figure out why by looking at rabbit_mnesia made me want to slit my wrists and other body parts. Thus I wrote more code instead.
* | | | | Merge in default (noop)Simon MacMullen2013-12-065-35/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge in bug25912Simon MacMullen2013-12-0513-120/+270
| |\ \ \ \
| | * \ \ \ merge in defaultSimon MacMullen2013-12-055-67/+108
| | |\ \ \ \
| | * | | | | Announce credit flow state for channels and queues.Simon MacMullen2013-12-023-7/+31
| | | | | | |
| | * | | | | Move determination of flow-ness into the server.Simon MacMullen2013-12-022-24/+12
| | | | | | |
* | | | | | | stable to defaultSimon MacMullen2013-12-061-2/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge bug25912Simon MacMullen2013-12-060-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ExplainSimon MacMullen2013-12-061-0/+2
| | |/ / / | |/| | |
| * | | | Make sure that our last event before going sorta-idle is not one in which we ↵Simon MacMullen2013-12-051-2/+10
| |/ / / | | | | | | | | | | | | claim to be in flow control.
* | | | Merge bug22525Simon MacMullen2013-12-054-16/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | stable to defaultSimon MacMullen2013-12-039-22/+125
| |\ \ \ | | |/ / | |/| / | | |/
| | * stable to defaultSimon MacMullen2013-11-282-14/+24
| | |\
| * | \ Merge bug25901Simon MacMullen2013-12-030-0/+0
| |\ \ \ | | | |/ | | |/|
| * | | Ooops.Matthew Sackman2013-11-281-2/+2
| | | |
| * | | Introduce halt_on_upgrade_failure app env param and set it to true. Only ↵Matthew Sackman2013-11-282-2/+8
| |/ / | | | | | | | | | throw an error instead of halting if it has been set to false.
| * | Merge bug25897Simon MacMullen2013-11-280-0/+0
| |\ \
| * | | Ensure that we always interleave start / stop / start / stop.Simon MacMullen2013-11-281-1/+5
| | | |
| * | | Do nothing if the rabbit application is already running. Similarly, don't ↵Simon MacMullen2013-11-281-13/+19
| |/ / | | | | | | | | | explode if the boot marker is there, just do nothing.
* | | ClarifySimon MacMullen2013-12-051-1/+1
| | |
* | | 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
| | |