summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-505Arnaud Cogoluègnes2016-12-2720-1379/+666
|\
| * Merge pull request #1067 from rabbitmq/rabbitmq-server-1058Michael Klishin2016-12-273-1113/+15
| |\
| | * Get rid of rabbit_control_mainDaniil Fedotov2016-12-233-1113/+15
| * | Use a less ambiguous word that does not confuse spelling checkersMichael Klishin2016-12-261-1/+1
| * | Fixed various typos across code commentsAndrew Dryga2016-12-255-8/+8
| * | Don't log #resource recordsMichael Klishin2016-12-241-6/+6
| * | Merge branch 'master' into rabbitmq-server-567Michael Klishin2016-12-231-127/+58
| |\ \
| | * | Revert "Do not expand plugins anymore"Jean-Sébastien Pédron2016-12-231-132/+58
| * | | Revert to syncronous vhost recovery since there are concurency limitationsDaniil Fedotov2016-12-231-8/+4
| * | | Fix logs. Expect multiple logs during startupDaniil Fedotov2016-12-231-10/+16
| * | | Recover queues after non-clean shutdownDaniil Fedotov2016-12-221-3/+7
| * | | Recover vhosts message stores in parallel after a crashDaniil Fedotov2016-12-221-6/+13
| * | | Force recover client references to be maps. Start empty message store for eac...Daniil Fedotov2016-12-212-2/+8
| * | | change error function with rabbit_log:errorGabriele Santomaggio2016-12-211-1/+1
| * | | Refs can be undefinedDaniil Fedotov2016-12-201-4/+9
| * | | Pass queues and recovery terms to foldDaniil Fedotov2016-12-201-1/+3
| * | | Group recovery client refs by vhostDaniil Fedotov2016-12-202-14/+29
| * | | Merge branch 'master' into rabbitmq-server-567Daniil Fedotov2016-12-201-64/+151
| |\ \ \
| * | | | fix typoGabriele Santomaggio2016-12-201-1/+1
| * | | | Merge branch 'master' into rabbitmq-server-567Michael Klishin2016-12-173-9/+145
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Replace dying_client_index and dying_clients set with a mapDaniil Fedotov2016-12-162-25/+15
| * | | | Merge branch 'master' into rabbitmq-server-567Diana Corbacho2016-12-1310-478/+130
| |\ \ \ \
| * | | | | Make queue migration batch size configurableDaniil Fedotov2016-11-301-1/+3
| * | | | | Write per queue upgrade log to a separate fileDaniil Fedotov2016-11-303-13/+34
| * | | | | Merge branch 'master' into rabbitmq-server-567Daniil Fedotov2016-11-295-61/+157
| |\ \ \ \ \
| * | | | | | Migrate queues in batches of 100 in parallel. Write recovery terms for migrat...Daniil Fedotov2016-11-282-36/+54
| * | | | | | Keep backup between mnesia upgrade and message store upgradeDaniil Fedotov2016-11-282-12/+50
| * | | | | | Rollback to sequential queue migration. Move queue directories before migrati...Daniil Fedotov2016-11-241-10/+19
| * | | | | | Merge branch 'master' into rabbitmq-server-567Daniil Fedotov2016-11-236-212/+169
| |\ \ \ \ \ \
| * | | | | | | New dir path for queue index dataDaniil Fedotov2016-11-143-9/+17
| * | | | | | | CosmeticsMichael Klishin2016-11-131-1/+1
| * | | | | | | Towards functional message store migration fnMichael Klishin2016-11-135-25/+43
| * | | | | | | Fix test expectations, more renames, more loggingMichael Klishin2016-11-123-9/+10
| * | | | | | | We get a tuple from ETS here, not just a pidMichael Klishin2016-11-111-1/+1
| * | | | | | | RenamesMichael Klishin2016-11-112-7/+7
| * | | | | | | Use a fixed size encoding fn for vhost directory namesMichael Klishin2016-11-113-10/+11
| * | | | | | | Avoid atom exhaustion in vhost message storesDaniil Fedotov2016-11-112-45/+64
| * | | | | | | Naming and cosmeticsMichael Klishin2016-11-115-16/+15
| * | | | | | | Merge branch 'master' into rabbitmq-server-567Michael Klishin2016-11-1014-113/+181
| |\ \ \ \ \ \ \
| * | | | | | | | Rename an upgrade functionMichael Klishin2016-11-092-4/+4
| * | | | | | | | Purge vhost storage in transactionDaniil Fedotov2016-10-201-1/+1
| * | | | | | | | Migration to per-vhost store messageDaniil Fedotov2016-10-201-1/+1
| * | | | | | | | Move queues to vhost storage on upgradeDaniil Fedotov2016-10-202-0/+18
| * | | | | | | | Allow restart of a vhost message store. purge_messages function to clean mess...Daniil Fedotov2016-10-202-3/+10
| * | | | | | | | Terminate message store ignoring file save errorsDaniil Fedotov2016-10-202-6/+26
| * | | | | | | | Tests for per-vhost message store. Stop vhost message store when deleting vhostDaniil Fedotov2016-10-203-5/+19
| * | | | | | | | Queue index per vhost locationDaniil Fedotov2016-10-203-23/+24
| * | | | | | | | Update testsDaniil Fedotov2016-10-201-2/+2
| * | | | | | | | Moved directory selection to vhost_dir functionDaniil Fedotov2016-10-202-24/+29
| * | | | | | | | Remove duplicate migration. Match no_ack messageDaniil Fedotov2016-10-201-6/+2