summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.2.3 version bump3.2.3-RC13.2.33.2.xNick Vatamaniuc2023-04-162-2/+2
* Improve couch_proc_managerNick Vatamaniuc2023-04-1516-496/+1034
* Ignore python-black rules on 3.2.xNick Vatamaniuc2023-04-131-1/+1
* Make remsh work with quoted cookiejiahuili2023-04-131-5/+14
* Bump version to 3.2.23.2.2Nick Vatamaniuc2022-04-052-2/+2
* Bump docs dependency for 3.2.2Nick Vatamaniuc2022-04-051-1/+1
* Win32-SM91 support and fixesWill2022-04-053-15/+12
* 3.x: Add rebar3 and erlfmt install commands to configure.ps1 #3873Will2022-04-052-8/+56
* feat(couchjs): add support for SpiderMonkey 91esrWill Young2022-04-053-18/+37
* Do not git ignore src/ioq subfolderNick Vatamaniuc2022-04-051-1/+0
* Optimize key tree stemming by using maps instead of setsNick Vatamaniuc2022-04-051-5/+5
* Fix undefined cookie in weatherreport_nodeNick Vatamaniuc2022-04-051-1/+7
* Bind locally by defaultRobert Newson2022-04-051-0/+3
* Remove the default "monster" cookieRobert Newson2022-04-055-9/+30
* Bump version to 3.2.1 and update dependencies3.2.1-RC13.2.1Nick Vatamaniuc2021-11-023-4/+4
* Fix reduce view row collation with unicode equivalent keysNick Vatamaniuc2021-11-011-3/+18
* fix(local.ini): straggling s/couch_httpd_auth/chttpd_auth/Jay Doane2021-10-301-1/+1
* feat(prometheus): allow users with _metrics role to readJan Lehnardt2021-10-301-0/+2
* fix(auth): straggling s/couch_httpd_auth/chttpd/Jan Lehnardt2021-10-301-1/+1
* fix(setup): straggling s/couch_httpd_auth/chttpd_auth/ closes #3805Jan Lehnardt2021-10-301-2/+2
* Eliminate custodian false positive errors for dbs with N < default NNick Vatamaniuc2021-10-281-4/+3
* Use configured shards db in custodian instead of `"dbs"`Nick Vatamaniuc2021-10-282-2/+3
* Mock `couch_log:warning/2`Jay Doane2021-10-271-5/+22
* Use unique ddoc id to prevent collisionsJay Doane2021-10-271-2/+4
* Parameterize shards dbJay Doane2021-10-271-31/+31
* Mock `couch_log` for config applicationJay Doane2021-10-271-0/+4
* Minimize rewinds when a node is down (#3792)Adam Kocoloski2021-10-271-17/+59
* Eliminate eunit compiler warningsJay Doane2021-10-256-33/+18
* Fix flaky mem3_bdu testNick Vatamaniuc2021-10-251-9/+1
* Fix flaky retain_stats replicator testNick Vatamaniuc2021-10-241-6/+14
* Add libicu version fetching and emit it in the _node/_local/_versionsNick Vatamaniuc2021-10-244-10/+98
* Move custodian VDU to a BDU and fix _all_dbs off-by-one limit bugNick Vatamaniuc2021-10-248-81/+448
* Include shard uuids in db_info update sequencesNick Vatamaniuc2021-10-194-3/+97
* Remove couch_icu_driver moduleNick 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