summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove couch_icu_driver moduleremove-couch-icu-driverNick Vatamaniuc2021-10-1511-343/+390
* Fix badarith error in get_db_timeout when request timeout = infinityNick Vatamaniuc2021-10-151-1/+9
* Avoid badmatch for fabric:cleanup_index_filesjiahuili2021-10-131-1/+5
* Return empty list from fabric:inactive_index_files/1 when database doesn't existjiahuili2021-10-122-3/+67
* Kill Pid synchronouslyJay Doane2021-10-121-1/+1
* Eliminate compiler warningsJay Doane2021-10-123-3/+4
* Eliminate compiler warningsJay Doane2021-10-092-4/+1
* Try harder to avoid a change feed rewind after a shard moveNick Vatamaniuc2021-10-081-8/+24
* Bump docs for 3.2.0-RC23.2.0-RC23.2.0Nick Vatamaniuc2021-10-051-1/+1
* Fix Windows makefile for Fauxton (#3777)Joan Touzet2021-10-051-1/+1
* Bump jiffy to CouchDB-1.0.9-1Nick Vatamaniuc2021-10-051-1/+1
* backport C++ standard settings from SM86 to SM78Dave Cottlehuber2021-09-301-2/+2
* Bump version to 3.2.0 and update dependencies3.2.0-RC1Nick Vatamaniuc2021-09-274-8/+8
* Remove unused variables and extra whitespaceJay Doane2021-09-271-3/+2
* Remove redundant CSP testsJay Doane2021-09-271-45/+0
* Make view merge row aggregation in fabric stableNick Vatamaniuc2021-09-242-2/+0
* Properly sort descending=true view results when a key list is providedNick Vatamaniuc2021-09-222-10/+48
* Merge pull request #3752 from cloudant/port-3286iilyak2021-09-179-21/+1305
|\
| * Remove error message on mix testBessenyei Balázs Donát2021-09-161-3/+0
| * Disable some testsILYA Khlopotov2021-09-161-0/+4
| * Use elixir-suiteILYA Khlopotov2021-09-161-1/+1
| * Update elixir test suiteILYA Khlopotov2021-09-161-32/+151
| * Load test helpers to prevent crash of test case extractorILYA Khlopotov2021-09-161-0/+9
| * Fix logic in ensure_exunit_startedILYA Khlopotov2021-09-161-1/+1
| * Add --erlang-config option to dev/runILYA Khlopotov2021-09-161-1/+8
| * Add ability to control which Elixir integration tests to runILYA Khlopotov2021-09-167-16/+1164
|/
* Merge pull request #3754 from apache/fix-limit0-for-views-againRobert Newson2021-09-151-5/+4
|\
| * Restrict the limit=0 clause to the sorted=false case as originally intendedRobert Newson2021-09-151-1/+1
| * Revert "Fix meta result for views when limit = 0"Robert Newson2021-09-151-5/+4
|/
* Fix meta result for views when limit = 0Nick Vatamaniuc2021-09-151-4/+5
* Fix splitting shards with large purge sequencesNick Vatamaniuc2021-09-102-1/+83
* Remove log line from CSP logic in chttpd_utilNick Vatamaniuc2021-09-101-1/+0
* Remove debug log line from attachments handlerNick Vatamaniuc2021-09-101-1/+0
* Improve fabric_util get_db timeout logicNick Vatamaniuc2021-09-092-2/+64
* feat: add more fine-grained CSP supportJan Lehnardt2021-09-088-46/+316
* feat(couch_file): log file path when a file was truncated from under usJan Lehnardt2021-09-011-3/+14
* Merge keys from rebar.configncshaw2021-08-274-3/+16
* Avoid change feed rewinds after shard movesNick Vatamaniuc2021-08-268-9/+414
* Remove unused fabric_doc_attachmentsNick Vatamaniuc2021-08-261-160/+0
* fix: avoid dropping attachment chunks on quorum writesJan Lehnardt2021-08-263-18/+18
* Discard a payload on a delete attachment requestEric Avdey2021-08-262-0/+18
* Fix fauxton_root templating in bin/couchdb scriptNick Vatamaniuc2021-08-201-1/+3
* Update smoosh docs to use rpc:multicallRussell Branca2021-08-201-42/+21
* Disable running ibrowse testsNick Vatamaniuc2021-08-191-1/+1
* Ensure maybe_close message is sent to correct process (#3700)Russell Branca2021-08-101-1/+1
* Improve handling of + in urls 3.xncshaw2021-08-107-36/+116
* fix(dev/run): allow -n > 5Jan Lehnardt2021-08-091-1/+1
* Fix response code for existing att and wrong revncshaw2021-07-302-109/+108
* Contribute Custom Erlang network protocol to Apachejiahuili2021-07-2814-11/+527
* Fix response code for nonexistent attachmentncshaw2021-07-192-8/+27