summaryrefslogtreecommitdiff
path: root/src/couch/src
Commit message (Expand)AuthorAgeFilesLines
* Validate shard specific query params on db create requestvalidate-db-create-params-3.xEric Avdey2020-08-131-0/+12
* Fix compactor bind_emsort clauseNick Vatamaniuc2020-07-131-2/+3
* Report the chttpd_auth authentication db in session info (#2823)3.1.0-RC23.1.0Jay Doane2020-04-301-1/+2
* Drop os_mon from dependenciesJoan Touzet2020-04-282-2/+0
* Fix new JS test caseJoan Touzet2020-04-271-2/+3
* Replace broken u-escape sequencesPaul J. Davis2020-04-271-2/+104
* Update compaction progress during docid phasesPaul J. Davis2020-04-142-29/+99
* Optimize compactor to use multi-IO APIPaul J. Davis2020-04-141-21/+33
* Optimize btree node writesPaul J. Davis2020-04-141-13/+15
* Add multi-append functions to couch_filePaul J. Davis2020-04-141-27/+135
* Implement compactor test suitePaul J. Davis2020-04-141-0/+23
* Simplify compaction state managementPaul J. Davis2020-04-141-42/+123
* Merge pull request #2657 from apache/cookie-domain-deleteRobert Newson2020-04-021-1/+2
* Merge pull request #2732 from apache/jwt-controls-2Robert Newson2020-04-021-6/+8
* Merge pull request #2714 from atrauzzi/jwt-couchdb-specific-roles-claimRobert Newson2020-04-021-1/+2
* Merge pull request #2687 from apache/jwt-enhancementsRobert Newson2020-04-021-6/+6
* Feature - Add JWT support (#2648)Alexander Trauzzi2020-04-021-0/+26
* Do not copy the #server.lru field to async openersPaul J. Davis2020-03-311-1/+4
* Simplify couch_auth_cacheNick Vatamaniuc2020-02-062-346/+40
* Enable per-view-shard accessJoan Touzet2020-02-011-2/+8
* Fix attachment reading from _node/_local shardsNick Vatamaniuc2020-02-011-0/+3
* Jiffy exceptions are errors nowPaul J. Davis2020-01-311-1/+1
* Revert default priority change for couch_server (#2487)Joan Touzet2020-01-251-1/+1
* Log clustered URIs at startupWill Holley2020-01-211-1/+1
* Fix infinite loop in default_authentication_handlerinfinite-loop-authRobert Newson2020-01-201-5/+0
* Add SameSite support to auth cookieWill Holley2020-01-151-1/+15
* Eliminate multiple compiler warningsJoan Touzet2020-01-131-1/+1
* Halt on no admin to avoid crash dump (#2417)Joan Touzet2020-01-071-1/+1
* Bypass authentication check for /_up (#2411)Jan Lehnardt2020-01-071-0/+5
* Set a high priority on couch_serverPaul J. Davis2020-01-052-0/+12
* Move more work out of couch_server's main loopPaul J. Davis2020-01-051-59/+92
* Track db open times in the async_open pidPaul J. Davis2020-01-051-14/+19
* Reduce logging calls in couch_serverPaul J. Davis2020-01-051-4/+15
* Avoid file_server_2 for existance testsPaul J. Davis2020-01-051-2/+11
* Lock shard splitting targets during the initial copy phaseNick Vatamaniuc2020-01-052-3/+47
* Refuse startup with no server admin set up (#2389)Jan Lehnardt2020-01-041-0/+30
* feat: add "access-ready" to feature flags in welcome messageJan Lehnardt2020-01-041-0/+3
* feat: allow special document member _accessJan Lehnardt2020-01-041-0/+5
* Speedup eunit: couch_serverPaul J. Davis2019-12-251-34/+29
* Speedup eunit: couch_httpdPaul J. Davis2019-12-251-6/+9
* Speedup eunit: couch_dbPaul J. Davis2019-12-251-18/+52
* Speedup eunit: couch_multidb_changesPaul J. Davis2019-12-251-56/+75
* Silence already started message for cryptoPaul J. Davis2019-12-251-0/+2
* All databases now admin-only by defaultadmin-only-by-defaultRobert Newson2019-12-181-2/+2
* Fix multidb changes testNick Vatamaniuc2019-12-111-2/+3
* Modify changes accumulator recordEric Avdey2019-12-031-7/+27
* Remove view_changes functionality from couch_changes sideEric Avdey2019-12-032-256/+26
* Remove view changes interface functions, tests and end-pointEric Avdey2019-12-031-2/+1
* disable port 5986 by defaultRobert Newson2019-12-022-4/+11
* proxy the response from the other nodeRobert Newson2019-12-021-5/+30