summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Export alarm function to avoid calling status/0 from cluster_status commandDaniil Fedotov2016-11-101-1/+1
| * Add jsx to dependencies of RabbitArnaud Cogoluègnes2016-11-091-1/+1
| * Use conversion module for JSON arguments in CLIArnaud Cogoluègnes2016-11-093-12/+3
| * Accept both lists and binaries for JSON argumentsArnaud Cogoluègnes2016-11-093-3/+15
| * Fix JSON arguments parsing in CLIArnaud Cogoluègnes2016-11-093-6/+7
| * Update the list of magic plugins for rabbit_vmLoïc Hoguin2016-11-081-2/+1
| * Remove reference to mochiweb_http in diagnosticsLoïc Hoguin2016-11-081-1/+0
| * Switch JSON library to JSXLoïc Hoguin2016-11-082-18/+9
| * Timeout values are in millisecondsMichael Klishin2016-11-071-1/+1
| * Log the number of retries leftDiana Corbacho2016-11-071-1/+2
| * Log Mnesia reconnection attemptsDiana Corbacho2016-11-071-0/+4
| * Configure member retries on Mnesia reconnection failuresDiana Corbacho2016-11-075-37/+62
| * Merge branch 'stable'Michael Klishin2016-10-261-43/+68
| |\
| | * Merge branch 'stable' into rabbitmq-server-960Michael Klishin2016-10-263-7/+27
| | |\
| | * | Ignore unknown ackDiana Corbacho2016-10-261-43/+68
| * | | Merge branch 'stable'Michael Klishin2016-10-261-5/+14
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #1011 from rabbitmq/rabbitmq-server-972Michael Klishin2016-10-261-5/+14
| | |\ \
| | | * \ Merge branch 'stable' into rabbitmq-server-972Michael Klishin2016-10-261-1/+6
| | | |\ \
| | | * | | Avoid duplicates in members list during partial partitionDiana Corbacho2016-10-251-5/+14
| | | | |/ | | | |/|
| * | | | Merge branch 'stable'Michael Klishin2016-10-261-1/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #1009 from rabbitmq/rabbitmq-server-1006Michael Klishin2016-10-261-1/+7
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Stop master in receiving sync_start from another master after partitionDiana Corbacho2016-10-251-1/+7
| | | |/
| * | | Merge branch 'stable'Michael Klishin2016-10-261-1/+6
| |\ \ \ | | |/ /
| | * | Ignore policy_changed on slavesDiana Corbacho2016-10-251-1/+6
| | |/
* | | 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
* | | New upgrade scope `queues` started by boot step before queue recoveryDaniil Fedotov2016-10-203-83/+99
* | | wip: migrating to vhost base messge storeDaniil Fedotov2016-10-203-46/+70
* | | wipDaniil Fedotov2016-10-201-4/+40
* | | Work in progress: Migration to vhost based message storeDaniil Fedotov2016-10-201-8/+51
* | | Migration algorithmDaniil Fedotov2016-10-201-0/+39
* | | Starting and restarting appDaniil Fedotov2016-10-202-8/+25