| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Write per queue upgrade log to a separate file | Daniil Fedotov | 2016-11-30 | 3 | -13/+34 |
| * | Merge branch 'master' into rabbitmq-server-567 | Daniil Fedotov | 2016-11-29 | 5 | -61/+157 |
| |\ | |||||
| | * | Port a version from master | Michael Klishin | 2016-11-29 | 1 | -1/+6 |
| | * | Merge branch 'stable' into rabbitmq-server-1040 | Michael Klishin | 2016-11-29 | 4 | -61/+154 |
| | |\ | |||||
| | | * | Make it possible to disable background GC | Michael Klishin | 2016-11-28 | 2 | -7/+18 |
| | | * | Merge pull request #1016 from binarin/multiple-plugins-dir | Daniil Fedotov | 2016-11-25 | 2 | -44/+135 |
| | | |\ | |||||
| | | | * | Report pending upgrades when listing plugins | Alexey Lebedeff | 2016-11-24 | 1 | -5/+34 |
| | | | * | Support multiple plugins directories | Alexey Lebedeff | 2016-11-23 | 1 | -39/+101 |
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-11-24 | 1 | -5/+3 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Move rabbit:prep_stop/1 to stop/1 to avoid master termination crash | Diana Corbacho | 2016-11-24 | 1 | -4/+2 |
| | | |/ | |||||
| * | | | Migrate queues in batches of 100 in parallel. Write recovery terms for migrat... | Daniil Fedotov | 2016-11-28 | 2 | -36/+54 |
| * | | | Keep backup between mnesia upgrade and message store upgrade | Daniil Fedotov | 2016-11-28 | 2 | -12/+50 |
| * | | | Rollback to sequential queue migration. Move queue directories before migrati... | Daniil Fedotov | 2016-11-24 | 1 | -10/+19 |
| * | | | Merge branch 'master' into rabbitmq-server-567 | Daniil Fedotov | 2016-11-23 | 6 | -212/+169 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'stable' | Daniil Fedotov | 2016-11-21 | 1 | -194/+0 |
| | |\ \ | | |/ | |||||
| | | * | Move rabbit_pbe module to rabbitmq-common | Arnaud Cogoluègnes | 2016-11-18 | 1 | -194/+0 |
| | * | | Use binaries to define policies | Arnaud Cogoluègnes | 2016-11-17 | 2 | -6/+5 |
| | * | | Improve logging | Michael Klishin | 2016-11-14 | 1 | -4/+10 |
| | * | | Integrate DNS peer discovery backend, more logging | Michael Klishin | 2016-11-13 | 3 | -24/+64 |
| | * | | Merge branch 'master' into rabbitmq-server-988 | Michael Klishin | 2016-11-10 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Skip DNS peer discovery backend tests in offline environments | Michael Klishin | 2016-11-10 | 1 | -0/+1 |
| | * | | | Integration tests for rabbit_peer_discovery_dns | Michael Klishin | 2016-11-10 | 1 | -3/+5 |
| | * | | | Prefix hostnames discovered via DNS | Michael Klishin | 2016-11-10 | 2 | -2/+30 |
| | * | | | First cut at rabbit_peer_discovery_dns | Michael Klishin | 2016-11-10 | 1 | -0/+75 |
| * | | | | New dir path for queue index data | Daniil Fedotov | 2016-11-14 | 3 | -9/+17 |
| * | | | | Cosmetics | Michael Klishin | 2016-11-13 | 1 | -1/+1 |
| * | | | | Towards functional message store migration fn | Michael Klishin | 2016-11-13 | 5 | -25/+43 |
| * | | | | Fix test expectations, more renames, more logging | Michael Klishin | 2016-11-12 | 3 | -9/+10 |
| * | | | | We get a tuple from ETS here, not just a pid | Michael Klishin | 2016-11-11 | 1 | -1/+1 |
| * | | | | Renames | Michael Klishin | 2016-11-11 | 2 | -7/+7 |
| * | | | | Use a fixed size encoding fn for vhost directory names | Michael Klishin | 2016-11-11 | 3 | -10/+11 |
| * | | | | Avoid atom exhaustion in vhost message stores | Daniil Fedotov | 2016-11-11 | 2 | -45/+64 |
| * | | | | Naming and cosmetics | Michael Klishin | 2016-11-11 | 5 | -16/+15 |
| * | | | | Merge branch 'master' into rabbitmq-server-567 | Michael Klishin | 2016-11-10 | 14 | -113/+181 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Export alarm function to avoid calling status/0 from cluster_status command | Daniil Fedotov | 2016-11-10 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Add jsx to dependencies of Rabbit | Arnaud Cogoluègnes | 2016-11-09 | 1 | -1/+1 |
| | * | | Use conversion module for JSON arguments in CLI | Arnaud Cogoluègnes | 2016-11-09 | 3 | -12/+3 |
| | * | | Accept both lists and binaries for JSON arguments | Arnaud Cogoluègnes | 2016-11-09 | 3 | -3/+15 |
| | * | | Fix JSON arguments parsing in CLI | Arnaud Cogoluègnes | 2016-11-09 | 3 | -6/+7 |
| | * | | Update the list of magic plugins for rabbit_vm | Loïc Hoguin | 2016-11-08 | 1 | -2/+1 |
| | * | | Remove reference to mochiweb_http in diagnostics | Loïc Hoguin | 2016-11-08 | 1 | -1/+0 |
| | * | | Switch JSON library to JSX | Loïc Hoguin | 2016-11-08 | 2 | -18/+9 |
| | * | | Timeout values are in milliseconds | Michael Klishin | 2016-11-07 | 1 | -1/+1 |
| | * | | Log the number of retries left | Diana Corbacho | 2016-11-07 | 1 | -1/+2 |
| | * | | Log Mnesia reconnection attempts | Diana Corbacho | 2016-11-07 | 1 | -0/+4 |
| | * | | Configure member retries on Mnesia reconnection failures | Diana Corbacho | 2016-11-07 | 5 | -37/+62 |
| | * | | Merge branch 'stable' | Michael Klishin | 2016-10-26 | 1 | -43/+68 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'stable' into rabbitmq-server-960 | Michael Klishin | 2016-10-26 | 3 | -7/+27 |
| | | |\ | |||||
| | | * | | Ignore unknown ack | Diana Corbacho | 2016-10-26 | 1 | -43/+68 |
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-10-26 | 1 | -5/+14 |
| | |\ \ \ | | | |/ | | |/| | |||||
