| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2016-11-30 | 5 | -59/+160 |
| |\ | |||||
| | * | Properly handle systemd notify errors | Alexey Lebedeff | 2016-11-29 | 1 | -4/+5 |
| | * | 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 |
| | * | | Move rabbit:prep_stop/1 to stop/1 to avoid master termination crash | Diana Corbacho | 2016-11-24 | 1 | -4/+2 |
| | |/ | |||||
| * | | Ensure extra stats info is also passed to core metrics | kjnilsson | 2016-11-25 | 1 | -2/+2 |
| * | | Merge branch 'stable' into rabbitmq-management-236 | Jean-Sébastien Pédron | 2016-11-24 | 10 | -472/+357 |
| |\ \ | |/ | |||||
| | * | Move rabbit_pbe module to rabbitmq-common | Arnaud Cogoluègnes | 2016-11-18 | 1 | -194/+0 |
| | * | Merge branch 'stable' into rabbitmq-server-960 | Michael Klishin | 2016-10-26 | 3 | -7/+27 |
| | |\ | |||||
| | | * | Merge pull request #1011 from rabbitmq/rabbitmq-server-972 | Michael Klishin | 2016-10-26 | 1 | -5/+14 |
| | | |\ | |||||
| | | | * | Merge branch 'stable' into rabbitmq-server-972 | Michael Klishin | 2016-10-26 | 1 | -1/+6 |
| | | | |\ | |||||
| | | | * | | Avoid duplicates in members list during partial partition | Diana Corbacho | 2016-10-25 | 1 | -5/+14 |
| | | * | | | Merge pull request #1009 from rabbitmq/rabbitmq-server-1006 | Michael Klishin | 2016-10-26 | 1 | -1/+7 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | Stop master in receiving sync_start from another master after partition | Diana Corbacho | 2016-10-25 | 1 | -1/+7 |
| | | | |/ | |||||
| | | * | | Ignore policy_changed on slaves | Diana Corbacho | 2016-10-25 | 1 | -1/+6 |
| | | |/ | |||||
| | * | | Ignore unknown ack | Diana Corbacho | 2016-10-26 | 1 | -43/+68 |
| | |/ | |||||
| | * | Use config_entry_decoder key for config encryption | Arnaud Cogoluègnes | 2016-10-14 | 2 | -9/+9 |
| | * | Add better message when decryption fails in config | Arnaud Cogoluègnes | 2016-10-12 | 3 | -13/+28 |
| | * | Merge branch 'stable' into rabbitmq-server-979 | Arnaud Cogoluègnes | 2016-10-11 | 4 | -419/+58 |
| | |\ | |||||
| | | * | Choose master from intersection of sync slaves and policy nodes | Andrew Bruce | 2016-10-05 | 1 | -14/+22 |
| | | * | Merge pull request #978 from rabbitmq/rabbitmq-server-973 | Michael Klishin | 2016-09-30 | 2 | -6/+36 |
| | | |\ | |||||
| | | | * | Use a name that's more to the point | Michael Klishin | 2016-09-29 | 2 | -2/+2 |
| | | | * | Naming, cosmetics | Michael Klishin | 2016-09-29 | 2 | -16/+17 |
| | | | * | Merge branch 'stable' into rabbitmq-server-973 | Michael Klishin | 2016-09-29 | 1 | -3/+9 |
| | | | |\ | |||||
| | | | * | | renamed run_count to gc_run_count | Gabriele Santomaggio | 2016-09-26 | 2 | -12/+12 |
| | | | * | | defaul value for run_count | Gabriele Santomaggio | 2016-09-26 | 1 | -3/+5 |
| | | | * | | Make the GC calls configurable for lazy queues | Gabriele Santomaggio | 2016-09-23 | 2 | -5/+32 |
| | | * | | | Remove `pg2_fixed` | Jean-Sébastien Pédron | 2016-09-29 | 1 | -399/+0 |
| | | | |/ | | |/| | |||||
| | * | | | Create tests for rabbitmqctl encode | Arnaud Cogoluègnes | 2016-10-11 | 3 | -58/+90 |
| | * | | | Use terms in rabbitmqctl encode | Arnaud Cogoluègnes | 2016-10-11 | 1 | -9/+21 |
| | * | | | Add encode command to rabbitmqctl | Arnaud Cogoluègnes | 2016-10-10 | 2 | -2/+68 |
| | * | | | Remove a pointless comment | Loïc Hoguin | 2016-10-06 | 1 | -3/+1 |
| | * | | | Add a test for decrypt at start without passphrase | Loïc Hoguin | 2016-10-06 | 1 | -2/+1 |
| | * | | | Add a test to decrypt environment values | Loïc Hoguin | 2016-10-06 | 1 | -2/+3 |
| | * | | | Add configuration for decrypting hidden configuration values | Loïc Hoguin | 2016-10-06 | 2 | -8/+99 |
| | * | | | Add comments | Loïc Hoguin | 2016-09-29 | 1 | -0/+8 |
| | * | | | Add rabbit_pbe:encrypt_term and decrypt_term | Loïc Hoguin | 2016-09-29 | 1 | -0/+9 |
| | * | | | Add rabbit_pbe module for password based encryption | Loïc Hoguin | 2016-09-29 | 1 | -0/+164 |
| | |/ / | |||||
| * | | | Inline function specs in rabbit_log | kjnilsson | 2016-10-07 | 1 | -14/+11 |
| * | | | Merge branch 'stable' into rabbitmq-management-236 | Jean-Sébastien Pédron | 2016-09-27 | 18 | -520/+425 |
| |\ \ \ | |/ / | |||||
| | * | | Stop syncer if there is no slaves to sync to | Daniil Fedotov | 2016-09-26 | 1 | -3/+9 |
| | |/ | |||||
| | * | Merge branch 'stable' into rabbitmq-server-944 | Michael Klishin | 2016-09-21 | 3 | -46/+78 |
| | |\ | |||||
| | | * | 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 |
| | |/ | |||||
| | * | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix log message | Diana Corbacho | 2016-09-15 | 1 | -1/+1 |
