| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2017-09-04 | 2 | -13/+35 |
| |\ | |||||
| | * | Trap exits on spawned process so it's not killed on monitor restart | Diana Corbacho | 2017-09-04 | 1 | -0/+6 |
| | * | Effectively link the spawned process | Diana Corbacho | 2017-09-01 | 1 | -6/+6 |
| | * | Link process responsible of restart during autoheal, and abort if needed | Diana Corbacho | 2017-08-31 | 2 | -7/+23 |
| * | | Update default category loglevel to `inherit` | Daniil Fedotov | 2017-08-30 | 1 | -3/+7 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-08-24 | 1 | -1/+8 |
| |\ \ | |/ | |||||
| | * | Do not GC channel-queue metrics on mirror migration | Diana Corbacho | 2017-08-23 | 1 | -1/+8 |
| * | | Wording | Michael Klishin | 2017-08-21 | 1 | -4/+4 |
| * | | Log configuration tests | Daniil Fedotov | 2017-08-21 | 1 | -4/+12 |
| * | | Refactor log configuration to be consistent with log doc guide | Daniil Fedotov | 2017-08-18 | 1 | -65/+272 |
| * | | Remove timeout swithch from the node_health_check command. | Daniil Fedotov | 2017-08-14 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-08-10 | 1 | -6/+13 |
| |\ \ | |/ | |||||
| | * | Add test for cleaning up dead exclusive queues | Luke Bakken | 2017-08-09 | 1 | -5/+5 |
| | * | Correctly check for exclusive queue | Luke Bakken | 2017-08-08 | 1 | -2/+2 |
| | * | Add is_exclusive to queue deletion clause | Luke Bakken | 2017-08-08 | 1 | -6/+13 |
| * | | Merge branch 'master' into rabbitmq-cli-207 | Daniil Fedotov | 2017-08-09 | 16 | -126/+258 |
| |\ \ | |||||
| | * | | Use lager sink API for logs. | Daniil Fedotov | 2017-08-07 | 2 | -30/+41 |
| | * | | Do not run a message store migration if there are no durable queues. | Daniil Fedotov | 2017-08-04 | 1 | -7/+12 |
| | * | | Merge branch 'master' into rabbitmq-management-460 | Michael Klishin | 2017-08-03 | 5 | -38/+70 |
| | |\ \ | |||||
| | | * \ | Merge pull request #1316 from rabbitmq/rabbitmq-server-1314 | Michael Klishin | 2017-08-03 | 3 | -10/+9 |
| | | |\ \ | |||||
| | | | * \ | Merge branch 'master' into rabbitmq-server-1314 | Michael Klishin | 2017-08-03 | 1 | -11/+39 |
| | | | |\ \ | |||||
| | | | * | | | Wording | Michael Klishin | 2017-08-01 | 1 | -1/+1 |
| | | | * | | | Merge branch 'master' into rabbitmq-server-1314 | Michael Klishin | 2017-08-01 | 12 | -48/+113 |
| | | | |\ \ \ | |||||
| | | | * | | | | Start slave queues after vhost recover, instead of node start. | Daniil Fedotov | 2017-07-31 | 3 | -10/+9 |
| | | * | | | | | Make already_started error explicit in start_vhost. Export start_vhost/2 | Daniil Fedotov | 2017-08-03 | 1 | -17/+22 |
| | | | |_|/ / | | |/| | | | |||||
| | | * | | | | Raise a protocol error when declaring a queue on a stopped vhostv3.7.0-beta.19 | Daniil Fedotov | 2017-08-02 | 1 | -4/+10 |
| | | * | | | | Repeat `rabbit_amqqueue:with` operation for a stopped queue. | Daniil Fedotov | 2017-08-02 | 1 | -7/+29 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Change vhost status from down to stopped | Daniil Fedotov | 2017-08-02 | 1 | -1/+1 |
| | * | | | | Change the `state` field in vhost info to `cluster_state`. | Daniil Fedotov | 2017-08-01 | 1 | -5/+14 |
| | |/ / / | |||||
| | * | | | Make connection tracking handler more defensive | Michael Klishin | 2017-08-01 | 1 | -3/+16 |
| | * | | | Merge branch 'master' into rabbitmq-server-1310 | Michael Klishin | 2017-07-31 | 4 | -2/+30 |
| | |\ \ \ | |||||
| | | * \ \ | Merge pull request #1309 from rabbitmq/rabbitmq-server-1303 | Michael Klishin | 2017-07-31 | 4 | -2/+30 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | | * | | Merge branch 'master' into rabbitmq-server-1303 | Michael Klishin | 2017-07-28 | 2 | -2/+2 |
| | | | |\ \ | |||||
| | | | * | | | Do not try to perform a queue operation in `rabbit_amqqueue:with` if the queu... | Daniil Fedotov | 2017-07-27 | 2 | -5/+4 |
| | | | * | | | Set queue state to 'stopped' when terminating. | Daniil Fedotov | 2017-07-26 | 3 | -2/+31 |
| | * | | | | | Wording | Michael Klishin | 2017-07-31 | 1 | -2/+2 |
| | * | | | | | Do not start multiple vhost supervisors for a single vhost | Daniil Fedotov | 2017-07-31 | 1 | -1/+6 |
| | * | | | | | Consider vhost can be deleted when cleaning vhost limits. | Daniil Fedotov | 2017-07-31 | 1 | -1/+6 |
| | * | | | | | Delete vhost data even if the vhost supervisor is not running. | Daniil Fedotov | 2017-07-31 | 1 | -5/+7 |
| | * | | | | | Check if vhost supervisor is running when starting slaves. | Daniil Fedotov | 2017-07-31 | 1 | -5/+15 |
| | * | | | | | Refactor vhost supervisor access functions. | Daniil Fedotov | 2017-07-31 | 4 | -33/+35 |
| | |/ / / / | |||||
| | * | | | | Correct comment | Michael Klishin | 2017-07-27 | 1 | -1/+1 |
| | * | | | | Log this to stderr | Michael Klishin | 2017-07-27 | 1 | -1/+1 |
| | * | | | | Log a more sensible error message when running on an Erlang version that's to... | Michael Klishin | 2017-07-27 | 1 | -0/+10 |
| | | |/ / | |/| | | |||||
| * | | | | Use info items to list unresponsive queues | Diana Corbacho | 2017-08-07 | 1 | -5/+5 |
| * | | | | Functions to list unresponsive queues | Diana Corbacho | 2017-07-27 | 1 | -0/+27 |
| |/ / / | |||||
| * | | | Naming + export type | kjnilsson | 2017-07-27 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge branch 'master' into rabbitmq-management-446 | Daniil Fedotov | 2017-07-25 | 11 | -95/+260 |
| |\ \ | |||||
| | * \ | Merge branch 'stable' | Michael Klishin | 2017-07-25 | 1 | -10/+24 |
| | |\ \ | | |/ | |||||
| | | * | Run garbage collection in GM every 250ms | Jean-Sébastien Pedron | 2017-07-25 | 1 | -7/+22 |
