| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Nuke some unnecessary code | Michael Klishin | 2013-12-12 | 1 | -1/+0 |
| * | Init channel_count correctly | Michael Klishin | 2013-12-12 | 1 | -0/+1 |
| * | Compile | Michael Klishin | 2013-12-12 | 1 | -2/+3 |
| * | Decrement channel counter here, too | Michael Klishin | 2013-12-12 | 1 | -1/+1 |
| * | Rename ChState back to AState | Michael Klishin | 2013-12-12 | 1 | -10/+10 |
| * | Decrement channel counter when handling channel.close | Michael Klishin | 2013-12-12 | 1 | -1/+1 |
| * | Move channel_count to top-level reader state record | Michael Klishin | 2013-12-12 | 1 | -9/+7 |
| * | Merge in default | Simon MacMullen | 2013-12-11 | 1 | -34/+47 |
| |\ | |||||
| | * | Track # of open channels with a counter in connection state | Michael Klishin | 2013-12-11 | 1 | -34/+47 |
| * | | 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 |
| | |\ \ | |||||
| | | * \ | Merge bug25899 | Simon MacMullen | 2013-12-06 | 1 | -2/+12 |
| | | |\ \ | |||||
| | * | \ \ | stable to default | Simon MacMullen | 2013-12-06 | 1 | -12/+1 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | Remove unnecessary test. | Matthew Sackman | 2013-12-06 | 1 | -12/+1 |
| | | * | | | Undo some changes. | Matthew Sackman | 2013-12-06 | 2 | -42/+11 |
| | | * | | | Rather than just querying a single remote node, query them all, and accomodat... | Matthew Sackman | 2013-12-04 | 2 | -11/+42 |
| * | | | | | 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 bug25912 | Simon MacMullen | 2013-12-06 | 0 | -0/+0 |
| | |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | | Explain | Simon MacMullen | 2013-12-06 | 1 | -0/+2 |
| | | |/ / / | |/| | | | |||||
| | * | | | | Make sure that our last event before going sorta-idle is not one in which we ... | Simon MacMullen | 2013-12-05 | 1 | -2/+10 |
| | |/ / / | |||||
| * | | | | 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 |
| | | |\ | |||||
| | * | \ | Merge bug25901 | Simon MacMullen | 2013-12-03 | 0 | -0/+0 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Ooops. | Matthew Sackman | 2013-11-28 | 1 | -2/+2 |
| | * | | | Introduce halt_on_upgrade_failure app env param and set it to true. Only thro... | Matthew Sackman | 2013-11-28 | 2 | -2/+8 |
| | |/ / | |||||
| | * | | Merge bug25897 | Simon MacMullen | 2013-11-28 | 0 | -0/+0 |
| | |\ \ | |||||
| | * | | | Ensure that we always interleave start / stop / start / stop. | Simon MacMullen | 2013-11-28 | 1 | -1/+5 |
| | * | | | Do nothing if the rabbit application is already running. Similarly, don't exp... | Simon MacMullen | 2013-11-28 | 1 | -13/+19 |
| | |/ / | |||||
| * | | | 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 |
