| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' into rabbitmq-management-236 | Jean-Sébastien Pédron | 2016-09-27 | 86 | -7613/+1280 |
| |\ | |||||
| | * | Merge branch 'rabbitmq-server-975' into stable | Michael Klishin | 2016-09-26 | 1 | -3/+9 |
| | |\ | |||||
| | | * | Stop syncer if there is no slaves to sync to | Daniil Fedotov | 2016-09-26 | 1 | -3/+9 |
| | |/ | |||||
| | * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-23 | 1 | -0/+2 |
| | * | Update erlang.mk | Jean-Sébastien Pédron | 2016-09-22 | 1 | -316/+352 |
| | * | Makefile: Move install recipes to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-22 | 1 | -117/+0 |
| | * | Move all release handling bits to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-21 | 51 | -6274/+6 |
| | * | Merge branch 'rabbitmq-server-944' into stable | Michael Klishin | 2016-09-21 | 2 | -5/+24 |
| | |\ | |||||
| | | * | Merge branch 'stable' into rabbitmq-server-944 | Michael Klishin | 2016-09-21 | 5 | -48/+80 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge branch 'rabbitmq-server-953' into stable | Michael Klishin | 2016-09-20 | 4 | -47/+79 |
| | |\ \ | |||||
| | | * \ | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-20 | 6 | -498/+10 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Makefile: Remove the `$(PLUGINS)` variable | Jean-Sébastien Pédron | 2016-09-19 | 1 | -1/+1 |
| | | * | | Match shutdown as expected return value | Diana Corbacho | 2016-09-17 | 1 | -1/+1 |
| | | * | | Stop queue gracefully on coordinator/GM initialisation shutdown | Diana Corbacho | 2016-09-16 | 2 | -31/+59 |
| | | * | | Stop GM with reason shutdown whenever an error is detected | Diana Corbacho | 2016-09-16 | 1 | -15/+19 |
| | | | * | Stop in request_depth if master is not a member any longer | Diana Corbacho | 2016-09-20 | 1 | -3/+9 |
| | | | * | Stop slaves once removed from the amqqueue record by other nodes | Diana Corbacho | 2016-09-19 | 1 | -2/+15 |
| | | |/ | |/| | |||||
| | * | | Remove `inet_proxy` Erlang distribution | Jean-Sébastien Pédron | 2016-09-19 | 3 | -442/+0 |
| | * | | Makefile: Explicitely list all DEPS | Jean-Sébastien Pédron | 2016-09-19 | 2 | -48/+2 |
| | * | | Merge pull request #966 from bogdando/stable | Michael Klishin | 2016-09-16 | 1 | -8/+8 |
| | |\ \ | |||||
| | | * | | Fix stdout/stderr redirects | Bogdan Dobrelya | 2016-09-16 | 1 | -8/+8 |
| | |/ / | |||||
| | * | | Merge pull request #961 from rabbitmq/rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 0 | -0/+0 |
| | | |\ | | |/ | |/| | |||||
| | * | | Update expectations for new credit flow values | Michael Klishin | 2016-09-15 | 1 | -4/+4 |
| | | * | Update expectations for new credit flow values | Michael Klishin | 2016-09-15 | 1 | -4/+4 |
| | | * | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 2 | -16/+3 |
| | | |\ | | |/ | |/| | |||||
| | * | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-15 | 1 | -15/+2 |
| | * | | Merge pull request #963 from rabbitmq/rabbitmq-server-962 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix log message | Diana Corbacho | 2016-09-15 | 1 | -1/+1 |
| | |/ / | |||||
| | | * | Stop master with reason shutdown on duplicated masters | Diana Corbacho | 2016-09-14 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge pull request #957 from rabbitmq/rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+3 |
| | |\ | |||||
| | | * | Ignore current value of RABBITMQ_IGNORE_SIGINT_FLAG | Michael Klishin | 2016-09-12 | 1 | -1/+1 |
| | | * | Merge branch 'stable' into rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+19 |
| | | |\ | |||||
| | | * | | Boolean flag to enable/disable +B VM option | Daniil Fedotov | 2016-09-12 | 1 | -1/+2 |
| | | * | | ENV variable to override +B VM option | Daniil Fedotov | 2016-09-12 | 2 | -2/+2 |
| | * | | | Merge pull request #954 from rabbitmq/rabbitmq-server-908 | Karl Nilsson | 2016-09-12 | 2 | -2/+13 |
| | |\ \ \ | |||||
| | | * | | | Make VM distribution buffer size easier to configure, bump default to 32MB | Michael Klishin | 2016-09-12 | 2 | -2/+13 |
| | | |/ / | |||||
| | * | | | Merge pull request #955 from rabbitmq/rabbitmq-server-949 | D Corbacho | 2016-09-12 | 1 | -1/+2 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | Bump default MoreCreditAfter to 100 | Michael Klishin | 2016-09-12 | 1 | -1/+2 |
| | | |/ | |||||
| | * | | Merge pull request #946 from dmitrymex/reset-mnesia-schema | Michael Klishin | 2016-09-12 | 1 | -1/+13 |
| | |\ \ | |||||
| | | * | | [OCF HA] Delete Mnesia schema on mnesia reset | Dmitry Mescheryakov | 2016-09-07 | 1 | -1/+13 |
| | | |/ | |||||
| | * | | Merge pull request #951 from rabbitmq/rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 1 | -1/+6 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Merge branch 'stable' into rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 14 | -410/+359 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #942 from dmitrymex/remove-second-monitor | Michael Klishin | 2016-09-07 | 1 | -1/+0 |
| | |\ \ | |||||
| | | * | | [OCF HA] Do not suggest to run the second monitor action | Dmitry Mescheryakov | 2016-09-06 | 1 | -1/+0 |
| | |/ / | |||||
| | * | | Merge branch 'rabbitmq-server-803-stable' into stablerabbitmq_v3_6_6_milestone4 | Michael Klishin | 2016-09-03 | 6 | -29/+242 |
| | |\ \ | |||||
| | | * | | Proper is a test dependency now | Michael Klishin | 2016-09-02 | 1 | -1/+1 |
| | | * | | Merge branch 'stable' into rabbitmq-server-803-stable | Michael Klishin | 2016-09-02 | 8 | -381/+118 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Makefile: Re-add amqp_client and meck as TEST_DEPS | Jean-Sébastien Pédron | 2016-09-02 | 1 | -0/+1 |
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-02 | 1 | -3/+5 |
