| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework/Refactor to handle recovery terms up-front | Tim Watson | 2013-12-19 | 10 | -71/+105 |
| * | Rename the module too | Tim Watson | 2013-12-18 | 1 | -1/+1 |
| * | Refactor: rabbit_recovery_indexes => rabbit_recovery_terms | Tim Watson | 2013-12-18 | 1 | -0/+0 |
| * | Ensure old clean.dot files are removed during recovery | Tim Watson | 2013-12-17 | 1 | -2/+9 |
| * | Rename the recovery index file | Tim Watson | 2013-12-17 | 1 | -3/+2 |
| * | merge default into bug25827 | Tim Watson | 2013-12-16 | 10 | -124/+151 |
| |\ | |||||
| | * | Merged stable into default | Emile Joubert | 2013-12-16 | 1 | -2/+10 |
| | |\ | |||||
| | | * | Merged bug25925 into stable | Emile Joubert | 2013-12-16 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | Strip extra parameter when installing service | Emile Joubert | 2013-12-13 | 1 | -2/+10 |
| | | |/ | |||||
| | * | | Merge bug22525 | Simon MacMullen | 2013-12-12 | 4 | -6/+14 |
| | |\ \ | |||||
| | | * | | Fix type | Simon MacMullen | 2013-12-12 | 1 | -1/+2 |
| | | * | | Simplify | Simon MacMullen | 2013-12-12 | 1 | -5/+3 |
| | | * | | Merged stable into default | Emile Joubert | 2013-12-11 | 2 | -0/+9 |
| | | |\ \ | | | |/ | |||||
| | | | * | Added tag rabbitmq_v3_2_2 for changeset d3f84b20c376 | Emile Joubert | 2013-12-11 | 0 | -0/+0 |
| | | | * | Add changelog entries for 3.2.2rabbitmq_v3_2_2 | Emile Joubert | 2013-12-11 | 2 | -0/+9 |
| | * | | | maintain consistency of process dict channel entries | Matthias Radestock | 2013-12-12 | 1 | -0/+1 |
| | * | | | correct another return | Matthias Radestock | 2013-12-12 | 1 | -4/+3 |
| | * | | | cosmetic | Matthias Radestock | 2013-12-12 | 1 | -1/+1 |
| | * | | | refactor: take advantage of channel_count to simplify maybe_close | Matthias Radestock | 2013-12-12 | 1 | -9/+6 |
| | * | | | merge heads | Matthias Radestock | 2013-12-12 | 0 | -0/+0 |
| | |\ \ \ | |||||
| | | * | | | channel_count is initialized in start_connection | Michael Klishin | 2013-12-12 | 1 | -1/+0 |
| | * | | | | refactor: take advantage of channel_count to simplify terminate_channels | Matthias Radestock | 2013-12-12 | 1 | -9/+7 |
| | * | | | | refactor: remove superfluous code | Matthias Radestock | 2013-12-12 | 1 | -1/+0 |
| | * | | | | refactor: two heads are better than one | Matthias Radestock | 2013-12-12 | 1 | -29/+28 |
| | * | | | | correct return value | Matthias Radestock | 2013-12-12 | 1 | -1/+1 |
| | * | | | | refactor: simplify and reduce distance to 'default' | Matthias Radestock | 2013-12-12 | 1 | -11/+4 |
| | * | | | | refactor: simplify & consistency | Matthias Radestock | 2013-12-12 | 1 | -3/+4 |
| | * | | | | cosmetic: correct spacing, eliminate spurious diff to default | Matthias Radestock | 2013-12-12 | 1 | -3/+3 |
| | * | | | | simplify (and stay below column limit) | Matthias Radestock | 2013-12-12 | 1 | -3/+2 |
| | * | | | | correctly thread through the state | Matthias Radestock | 2013-12-12 | 1 | -2/+1 |
| | * | | | | correct handling of channel_cleanup return value | Matthias Radestock | 2013-12-12 | 1 | -11/+12 |
| | * | | | | refactor: simplify and reduce distance to 'default' | Matthias Radestock | 2013-12-12 | 1 | -10/+9 |
| | * | | | | cosmetic: consistent field ordering (with start_connection code) | Matthias Radestock | 2013-12-12 | 1 | -2/+2 |
| | |/ / / | |||||
| | * | | | If channel pid is not in the process dict, don't decrement channel_count | Michael Klishin | 2013-12-12 | 1 | -3/+3 |
| | * | | | Decrement channel_count in channel_cleanup | Michael Klishin | 2013-12-12 | 1 | -26/+28 |
| | * | | | 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 |
| | |\ \ \ | |||||
| | * \ \ \ | 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 |
| | | | |\ \ \ \ | |||||
