summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CouchDB background jobsprototype/rfc-couch-jobsNick Vatamaniuc2019-06-0319-0/+2627
* Implement VDU functionsPaul J. Davis2019-05-247-84/+196
* Add per-db version checking cache evictionPaul J. Davis2019-05-242-1/+30
* BLARGH YE MATEYPaul J. Davis2019-05-2317-670/+891
* Copy couch_changes to chttpd_changesPaul J. Davis2019-05-201-0/+919
* Implement get_missing_revsPaul J. Davis2019-05-203-4/+133
* Update API to pass options and handle empty since_seqPaul J. Davis2019-05-201-3/+3
* Remove quorum optionPaul J. Davis2019-05-202-9/+5
* Silence compiler warningPaul J. Davis2019-05-201-1/+1
* Update to new 3 arity callbackPaul J. Davis2019-05-201-19/+19
* more fixes for fabric2 APIPaul J. Davis2019-05-171-22/+17
* Add open options for docsPaul J. Davis2019-05-171-10/+62
* Backwards incompatibility change!Paul J. Davis2019-05-171-1/+1
* Get elixir tests runningPaul J. Davis2019-05-174-4/+11
* Enabling Elixir test suitePaul J. Davis2019-05-172-2/+10
* Fix parallel doc updatesPaul J. Davis2019-05-172-35/+46
* Add more trace testsPaul J. Davis2019-05-144-11/+163
* Update batches with parallel readsPaul J. Davis2019-05-142-26/+101
* Stop the test cluster on shutdownPaul J. Davis2019-05-141-0/+4
* Pass a TxDb to fold functionsPaul J. Davis2019-05-025-29/+35
* TestsPaul J. Davis2019-05-024-29/+120
* Add tests for fold_changesPaul J. Davis2019-05-014-29/+180
* Moar testsPaul J. Davis2019-05-017-75/+423
* Add document counting testsPaul J. Davis2019-04-301-0/+253
* Update security and revs limit testsPaul J. Davis2019-04-304-3/+61
* More test coverage of doc CRUDPaul J. Davis2019-04-303-12/+476
* Add ddoc validation for fabric2 dbsPaul J. Davis2019-04-301-3/+13
* More testsPaul J. Davis2019-04-295-39/+469
* Filling out more eunit testsPaul J. Davis2019-04-285-7/+253
* Add more database CRUD testsPaul J. Davis2019-04-261-2/+33
* Remove databases from the cache after deletionPaul J. Davis2019-04-262-3/+12
* Fix fabric2_txidsPaul J. Davis2019-04-261-2/+2
* Initial eunit test setup for fabric2 modulesPaul J. Davis2019-04-263-3/+49
* Test transaction retriesPaul J. Davis2019-04-192-3/+191
* [TMP] Disable current fabric testsPaul J. Davis2019-04-1913-2004/+1697
* WIP cleanup txid workPaul J. Davis2019-04-183-50/+52
* Reopen databases when the metadata changesPaul J. Davis2019-04-173-60/+64
* Only attempt to short circuit write transactionsPaul J. Davis2019-04-171-3/+8
* WIPPaul J. Davis2019-04-163-33/+30
* Garbage commitPaul J. Davis2019-04-124-71/+75
* First pass at handling COMMIT_UNKNOWN_RESULTPaul J. Davis2019-04-124-69/+249
* Clear up commentPaul J. Davis2019-04-121-1/+1
* First pass at replicated updatesPaul J. Davis2019-04-112-24/+101
* WIP TMP WIP TMP WIPPaul J. Davis2019-04-113-122/+169
* Prototype implementation of RFC 0001Paul J. Davis2019-04-083-343/+380
* Add _all_dbs, _all_docs, and _changesPaul J. Davis2019-03-276-55/+232
* WIP: Bugs and tweaksPaul J. Davis2019-03-272-12/+11
* Bug fixesPaul J. Davis2019-03-266-110/+102
* Fix compiler errorsPaul J. Davis2019-03-268-324/+202
* WIP: Refactoring fdb layer codePaul J. Davis2019-03-2612-980/+1403