summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add http error for fdb 1031Garren Smith2021-01-181-0/+5
* remove {restart_tx, true} from mango _all_docsGarren Smith2021-01-181-2/+1
* Update README.mdRobert Newson2021-01-151-6/+0
* Allow gzipped requests to _session (#3323)Bessenyei Balázs Donát2021-01-123-3/+14
* treat 408 as a retryable error condition (#3303)Robert Newson2020-12-201-18/+18
* Add missing default headers to responses (#3279)Bessenyei Balázs Donát2020-11-233-3/+13
* Remove unnecessary line wrapsPaul J. Davis2020-11-171-4/+2
* Minimize conflicts while building viewsPaul J. Davis2020-11-172-8/+91
* Allow specifying an end_key for fold_changesPaul J. Davis2020-11-172-7/+22
* Allow snapshots through fabric2_fdb:transactionalPaul J. Davis2020-11-172-0/+151
* Disable TextIndex test since it is not implemeneted yetILYA Khlopotov2020-11-171-0/+4
* `q` and `n` are not needed for FDB based CouchDBILYA Khlopotov2020-11-171-1/+1
* Use `req_body` field if presentILYA Khlopotov2020-11-161-2/+5
* Assure that all node ids are the same lengthRobert Newson2020-11-121-1/+1
* Avoid deleting UUID keys that start with zerosPaul J. Davis2020-11-121-1/+1
* Fix flaky testPaul J. Davis2020-11-101-2/+8
* Remove use of cachingPaul J. Davis2020-11-101-27/+1
* Remove ebtree cachingPaul J. Davis2020-11-101-112/+18
* Merge pull request #3244 from apache/aegis_db_infoRobert Newson2020-11-064-1/+29
|\
| * Add an "encryption" object to db infoaegis_db_infoRobert Newson2020-11-064-1/+29
* | Add test for splitting filter batchesPaul J. Davis2020-11-061-0/+55
* | Retry filter_docs sequentially if the patch exceeds couchjs stackRobert Newson2020-11-061-1/+13
* | Allow administrators to optionally encrypt viewsPaul J. Davis2020-11-061-2/+15
|/
* Use snapshot for cache insertionpost-fdb-mergeJay Doane2020-10-261-1/+2
* Fix dialyzer warningsJay Doane2020-10-263-5/+7
* Merge pull request #3227 from cloudant/fix-total_rows-semanticsiilyak2020-10-262-50/+23
|\
| * Fix semantics of total_rowsILYA Khlopotov2020-10-222-50/+23
* | Remove debug loggingPaul J. Davis2020-10-211-3/+0
* | Fix empty reduce output to match 3.x behaviorPaul J. Davis2020-10-212-22/+7
* | convert erlfdb_error 2101 to transaction_too_large (#3222)Peng Hui Jiang2020-10-211-0/+5
* | Allow for disabling custom reduce functionsPaul J. Davis2020-10-205-5/+237
* | Fix apache/couchdb#1988 - Validate attachment namesJuanjo Rodriguez2020-10-201-0/+1
* | Fix boolean POST to view-like endpointsBessenyei Balázs Donát2020-10-131-4/+4
* | Removed unused variable in merge headers unit testNick Vatamaniuc2020-10-121-1/+0
* | Properly combine base and extra headers when making replicator requestsNick Vatamaniuc2020-10-101-2/+27
* | Do not shortcut replicator job initialization if replication ID matchesNick Vatamaniuc2020-10-081-4/+0
* | Remove JS tests + support for harness (#3197)Joan Touzet2020-10-0718-2730/+4
* | Preserve query string rewrite when the request contains a bodyJuanjo Rodriguez2020-10-071-1/+2
* | Properly initialize `user` in replication job's stateNick Vatamaniuc2020-10-061-2/+4
* | Keep auth properties as a map in replicator's httpdb recordNick Vatamaniuc2020-10-053-3/+6
* | Add node and pid to _scheduler/jobs outputNick Vatamaniuc2020-09-301-2/+6
* | Fix error reporting when fetching replication filtersNick Vatamaniuc2020-09-303-6/+18
* | Fix transient replication job state wait logicNick Vatamaniuc2020-09-301-1/+3
* | Optimizations for reading reduce viewsPaul J. Davis2020-09-301-1/+6
* | Add test suite for reduce viewsPaul J. Davis2020-09-301-0/+745
* | Use ebtree for reduce functionsPaul J. Davis2020-09-304-38/+327
* | Upgrade legacy viewsPaul J. Davis2020-09-304-41/+551
* | Reimplement db wide view size trackingPaul J. Davis2020-09-303-529/+357
* | Views on ebtreePaul J. Davis2020-09-3015-485/+681
* | Export fabric2_fdb:chunkify_binary/1,2Paul J. Davis2020-09-301-15/+18