| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Track queue index recovery data using dets | Tim Watson | 2013-12-09 | 4 | -28/+127 |
| | | | | | | | | We now hold a single dets table with all the queue recovery data. This is synchronised after we've started up (at which point all recovery data should be deleted) and just before shutting down, after the queue indexes have writen their recovery data to it. | ||||
| * | 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 ↵ | Matthew Sackman | 2013-12-04 | 2 | -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. | ||||
| * | | | 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 |
| | |/ | | | | | | | claim to be in flow control. | ||||
| * | | 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 ↵ | Matthew Sackman | 2013-11-28 | 2 | -2/+8 |
| | |/ / | | | | | | | | | | throw an error instead of halting if it has been set to false. | ||||
| | * | | 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 ↵ | Simon MacMullen | 2013-11-28 | 1 | -13/+19 |
| | |/ / | | | | | | | | | | explode if the boot marker is there, just do nothing. | ||||
| * | | | 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 |
| | | | | |||||
| * | | | Narrow down try .. catch here | Michael Klishin | 2013-11-29 | 1 | -22/+22 |
| | | | | |||||
| * | | | Use rabbit_misc:protocol_error and catch exits | Michael Klishin | 2013-11-29 | 1 | -7/+4 |
| | | | | |||||
| * | | | We don't know what method caused the problem, so specify it as 'none' | Michael Klishin | 2013-11-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix off-by-1 issue | Michael Klishin | 2013-11-29 | 1 | -2/+2 |
| | | | | |||||
| * | | | Automated merge with ssh://rabbit-hg.eng.vmware.com/rabbitmq-server | Michael Klishin | 2013-11-28 | 1 | -0/+5 |
| |\ \ \ | |||||
| | * | | | Update config example | Michael Klishin | 2013-11-28 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Reject channel.open when the total number of open channel goes above channel_max | Michael Klishin | 2013-11-28 | 1 | -3/+4 |
| |/ / / | |||||
| * | | | Reject channel.open method with channel number > negotiated channel_max | Michael Klishin | 2013-11-27 | 1 | -28/+44 |
| | | | | |||||
| * | | | Set CHANNEL_MIN to 1 | Michael Klishin | 2013-11-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | cosmetic: reduce vertical space and distance to default | Matthias Radestock | 2013-11-26 | 1 | -2/+1 |
| | | | | |||||
| * | | | refactor: consistent order of handling configurable params | Matthias Radestock | 2013-11-26 | 1 | -4/+4 |
| | | | | |||||
| * | | | refactor: make handling of server config values more generic | Matthias Radestock | 2013-11-26 | 1 | -17/+10 |
| | | | | | | | | | | | | | and shrink the code as a result | ||||
| * | | | (really) don't use ~p unnecessarily | Matthias Radestock | 2013-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | refactor | Matthias Radestock | 2013-11-26 | 1 | -12/+8 |
| | | | | | | | | | | | | | | | | - more sensible order of arguments - less vertical space | ||||
| * | | | various fixes and refactors | Matthias Radestock | 2013-11-26 | 1 | -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 warnings | Michael Klishin | 2013-11-26 | 1 | -11/+6 |
| | | | | |||||
