summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduce message passing through rexi_serveroptimize-rexiPaul J. Davis2017-07-241-67/+62
* Don't track errors in rexi_serverPaul J. Davis2017-07-241-42/+16
* FIXUP: Reorder clauses for readabilityPaul J. Davis2017-07-241-3/+3
* FIXUP: Factor out common code.Paul J. Davis2017-07-241-7/+8
* FIXUP: Remove old tables processPaul J. Davis2017-07-244-84/+9
* FIXUP: Change from entry count to memory sizePaul J. Davis2017-07-203-49/+42
* FIXUP: Process processes in the process of dyingPaul J. Davis2017-07-202-5/+40
* Silence compiler warningPaul J. Davis2017-07-201-1/+1
* FIXUP: TyypooPaul J. Davis2017-07-191-1/+1
* Fix test race with ddoc_cachePaul J. Davis2017-07-191-6/+8
* FIXUP: Move invalidation to ddoc_cache_entryPaul J. Davis2017-07-192-5/+4
* TMP: soak-javascript targetPaul J. Davis2017-07-191-0/+15
* FIXUP: Prevent dirty reads from cachePaul J. Davis2017-07-192-10/+11
* FIXUP: Don't send possibly large messagesPaul J. Davis2017-07-193-3/+32
* FIXUP: Add vsn attributePaul J. Davis2017-07-192-0/+2
* FIXUP: Remove unnecessary catchPaul J. Davis2017-07-191-1/+1
* FIXUP: Crash the LRU if its evictor diesPaul J. Davis2017-07-192-16/+11
* FIXUP: Don't manually track cache sizePaul J. Davis2017-07-193-13/+45
* FIXUP: Ignore unused variablePaul J. Davis2017-07-191-1/+1
* FIXUP: Remember to clear out the waiters listPaul J. Davis2017-07-191-1/+2
* FIXUP: Make the refresh timeout configurablePaul J. Davis2017-07-192-5/+16
* FIXUP: Reuse fabric lookup resultsPaul J. Davis2017-07-1913-42/+161
* FIXUP: Comment on use of no_ddocidPaul J. Davis2017-07-191-0/+4
* FIXUP: Evict unused entriesPaul J. Davis2017-07-192-8/+49
* Remove debug loggingPaul J. Davis2017-07-191-7/+1
* FIXUP: Automatically detect coverage runsPaul J. Davis2017-07-191-2/+7
* FIXUP: Add tests for no VDU behaviorPaul J. Davis2017-07-193-6/+46
* FIXUP: Re-enable code purgingPaul J. Davis2017-07-191-1/+1
* FIXUP: Add gen_server behaviorPaul J. Davis2017-07-191-0/+1
* TMP: Simple benchmark scriptPaul J. Davis2017-07-191-0/+61
* Rewrite ddoc_cache to improve performancePaul J. Davis2017-07-1927-351/+2146
* Remove duplicated eviction messagesPaul J. Davis2017-07-191-10/+1
* TMP: Add debug logging for failed assertionPaul J. Davis2017-07-191-0/+7
* Fix cancellation race in replication.js testsNick Vatamaniuc2017-07-181-1/+1
* Simplify regression test for COUCHDB-1283Paul J. Davis2017-07-181-149/+21
* Remove get_details replicator job gen_server callNick Vatamaniuc2017-07-182-13/+0
* Merge pull request #693 from cloudant/use-stop_sync-in-mem3-testiilyak2017-07-181-2/+2
|\
| * Use test_util:stop_config in mem3_util_testILYA Khlopotov2017-07-181-2/+2
|/
* Merge pull request #691 from cloudant/3367-fix-test-caseiilyak2017-07-181-17/+17
|\
| * Fix trailing whitespace issuesILYA Khlopotov2017-07-181-2/+2
| * Use random name for _users db in testILYA Khlopotov2017-07-181-2/+3
| * Use hashed password when we create admin in testILYA Khlopotov2017-07-181-1/+2
| * Rename unused variablesILYA Khlopotov2017-07-181-12/+10
* | Fix test teardownPaul J. Davis2017-07-181-25/+31
* | fix double export of wait_updated/3Joan Touzet2017-07-181-2/+1
|/
* Fix _local_docs end-pointEric Avdey2017-07-176-48/+86
* Merge pull request #622 from cloudant/89551-keep_sending_changes-hotiilyak2017-07-171-2/+8
|\
| * Allow wait_updated to switch to new module codeILYA Khlopotov2017-06-271-2/+5
| * Allow keep_sending_changes to use hot code upgradeILYA Khlopotov2017-06-271-1/+4
* | Merge pull request #628 from garrensmith/add-stable-to-mangoiilyak2017-07-174-7/+97
|\ \