| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into rabbitmq-server-505 | Arnaud Cogoluègnes | 2016-12-27 | 20 | -1379/+666 |
| |\ | |||||
| | * | Merge pull request #1067 from rabbitmq/rabbitmq-server-1058 | Michael Klishin | 2016-12-27 | 3 | -1113/+15 |
| | |\ | |||||
| | | * | Get rid of rabbit_control_main | Daniil Fedotov | 2016-12-23 | 3 | -1113/+15 |
| | * | | Use a less ambiguous word that does not confuse spelling checkers | Michael Klishin | 2016-12-26 | 1 | -1/+1 |
| | * | | Fixed various typos across code comments | Andrew Dryga | 2016-12-25 | 5 | -8/+8 |
| | * | | Don't log #resource records | Michael Klishin | 2016-12-24 | 1 | -6/+6 |
| | * | | Merge branch 'master' into rabbitmq-server-567 | Michael Klishin | 2016-12-23 | 1 | -127/+58 |
| | |\ \ | |||||
| | | * | | Revert "Do not expand plugins anymore" | Jean-Sébastien Pédron | 2016-12-23 | 1 | -132/+58 |
| | * | | | Revert to syncronous vhost recovery since there are concurency limitations | Daniil Fedotov | 2016-12-23 | 1 | -8/+4 |
| | * | | | Fix logs. Expect multiple logs during startup | Daniil Fedotov | 2016-12-23 | 1 | -10/+16 |
| | * | | | Recover queues after non-clean shutdown | Daniil Fedotov | 2016-12-22 | 1 | -3/+7 |
| | * | | | Recover vhosts message stores in parallel after a crash | Daniil Fedotov | 2016-12-22 | 1 | -6/+13 |
| | * | | | Force recover client references to be maps. Start empty message store for eac... | Daniil Fedotov | 2016-12-21 | 2 | -2/+8 |
| | * | | | change error function with rabbit_log:error | Gabriele Santomaggio | 2016-12-21 | 1 | -1/+1 |
| | * | | | Refs can be undefined | Daniil Fedotov | 2016-12-20 | 1 | -4/+9 |
| | * | | | Pass queues and recovery terms to fold | Daniil Fedotov | 2016-12-20 | 1 | -1/+3 |
| | * | | | Group recovery client refs by vhost | Daniil Fedotov | 2016-12-20 | 2 | -14/+29 |
| | * | | | Merge branch 'master' into rabbitmq-server-567 | Daniil Fedotov | 2016-12-20 | 1 | -64/+151 |
| | |\ \ \ | |||||
| | * | | | | fix typo | Gabriele Santomaggio | 2016-12-20 | 1 | -1/+1 |
| | * | | | | Merge branch 'master' into rabbitmq-server-567 | Michael Klishin | 2016-12-17 | 3 | -9/+145 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | | Replace dying_client_index and dying_clients set with a map | Daniil Fedotov | 2016-12-16 | 2 | -25/+15 |
| | * | | | | Merge branch 'master' into rabbitmq-server-567 | Diana Corbacho | 2016-12-13 | 10 | -478/+130 |
| | |\ \ \ \ | |||||
| | * | | | | | Make queue migration batch size configurable | Daniil Fedotov | 2016-11-30 | 1 | -1/+3 |
| | * | | | | | 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 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | 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 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | 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 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Rename an upgrade function | Michael Klishin | 2016-11-09 | 2 | -4/+4 |
| | * | | | | | | | | Purge vhost storage in transaction | Daniil Fedotov | 2016-10-20 | 1 | -1/+1 |
| | * | | | | | | | | Migration to per-vhost store message | Daniil Fedotov | 2016-10-20 | 1 | -1/+1 |
| | * | | | | | | | | Move queues to vhost storage on upgrade | Daniil Fedotov | 2016-10-20 | 2 | -0/+18 |
| | * | | | | | | | | Allow restart of a vhost message store. purge_messages function to clean mess... | Daniil Fedotov | 2016-10-20 | 2 | -3/+10 |
| | * | | | | | | | | Terminate message store ignoring file save errors | Daniil Fedotov | 2016-10-20 | 2 | -6/+26 |
| | * | | | | | | | | Tests for per-vhost message store. Stop vhost message store when deleting vhost | Daniil Fedotov | 2016-10-20 | 3 | -5/+19 |
| | * | | | | | | | | Queue index per vhost location | Daniil Fedotov | 2016-10-20 | 3 | -23/+24 |
| | * | | | | | | | | Update tests | Daniil Fedotov | 2016-10-20 | 1 | -2/+2 |
| | * | | | | | | | | Moved directory selection to vhost_dir function | Daniil Fedotov | 2016-10-20 | 2 | -24/+29 |
| | * | | | | | | | | Remove duplicate migration. Match no_ack message | Daniil Fedotov | 2016-10-20 | 1 | -6/+2 |
