summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hard code hypothesis to avoid master versions breaking buildshardcode-hypothesis-versionNick Vatamaniuc2018-10-231-1/+1
* Remove explicit python version for dev/run (for now)Joan Touzet2018-10-221-1/+1
* couchjs: show default runtime SIZE limit on help messageIblis Lin2018-10-201-0/+1
* Update snappy dependency to CouchDB-1.0.2Nick Vatamaniuc2018-10-181-1/+1
* Merge pull request #1655 from cloudant/fix-lru_optsiilyak2018-10-181-18/+15
|\
| * Fix ets_lru configuration in chttpd applicationILYA Khlopotov2018-10-181-18/+15
|/
* Avoid crashing if a mango query is reducedNick Vatamaniuc2018-10-181-4/+4
* Improve restart resilience of couch_log applicationNick Vatamaniuc2018-10-181-1/+1
* Do not crash couch_log application when gen_* servers send extra argsNick Vatamaniuc2018-10-182-23/+112
* Merge pull request #1660 from apache/fix-upgrade_v5_testPeng Hui Jiang2018-10-171-2/+2
|\
| * Fix test failure on upgrade_v5_testjiangph2018-10-171-2/+2
|/
* Merge pull request #1657 from apache/COUCHDB-3326-upgrade-users-dbPeng Hui Jiang2018-10-172-3/+20
|\
| * Upgrade disk version to 7 for databasesCOUCHDB-3326-upgrade-users-dbjiangph2018-10-162-3/+20
|/
* Merge pull request #1654 from apache/fix_exceed_limitRobert Newson2018-10-151-12/+12
|\
| * Test correct condition for exceed_limit errorfix_exceed_limitRobert Newson2018-10-151-12/+12
|/
* Merge pull request #1649 from apache/COUCHDB-3326-metrics-docs-purgesPeng Hui Jiang2018-10-122-2/+14
|\
| * Add document_purges counter for statsCOUCHDB-3326-metrics-docs-purgesjiangph2018-10-122-2/+14
|/
* Merge pull request #1652 from cloudant/restrict-active_tasks-to-server-adminEric Avdey2018-10-111-0/+1
|\
| * Restrict access to _active_tasks to server adminEric Avdey2018-10-111-0/+1
|/
* Merge pull request #1650 from apache/bulk_get_users_dbRobert Newson2018-10-112-2/+4
|\
| * Pass user_ctx in _bulk_getRobert Newson2018-10-112-2/+4
|/
* Merge pull request #1647 from cloudant/validate-prefix-for-systemdbsiilyak2018-10-101-3/+12
|\
| * Validate database prefix against DBNAME_REGEX for system dbsILYA Khlopotov2018-10-101-3/+12
|/
* Update rebar.config.script and travis CIPaul J. Davis2018-10-042-2/+3
* Fix use of process_info(Pid, monitored_by)Paul J. Davis2018-10-043-8/+12
* Fix couch_log eunit testsPaul J. Davis2018-10-043-6/+11
* Enable parameterized module callsPaul J. Davis2018-10-0418-0/+43
* Do not crash replicator on VDU function failureNick Vatamaniuc2018-10-021-1/+57
* add test for 1612ermouth2018-10-021-4/+12
* js rewrite send bodyermouth2018-10-021-1/+8
* Make sure to start per-node rexi servers right awayNick Vatamaniuc2018-10-021-0/+2
* Switch rexi server_per_node to true by defaultNick Vatamaniuc2018-10-022-3/+3
* Avoid restarting /_replicate jobs if parameters haven't changedNick Vatamaniuc2018-10-023-55/+98
* Improve connection cleanup in replication connection poolNick Vatamaniuc2018-10-021-1/+5
* Explicit Python version in scriptsAdrien Vergé2018-09-274-4/+4
* Mango match doc on co-ordinating node (#1609)garren smith2018-09-211-10/+72
* Ignore local nodes in read repair filteringNick Vatamaniuc2018-09-192-3/+26
* Merge pull request #1601 from cloudant/log_file_path_on_crashiilyak2018-09-121-1/+4
|\
| * Implement couch_file:format_status to log filepathILYA Khlopotov2018-09-121-1/+4
|/
* Merge pull request #1593 from apache/couch-server-improvementsRussell Branca2018-09-121-4/+15
|\
| * Don't send update_lru messages when disabledcouch-server-improvementsRussell Branca2018-09-111-3/+8
| * Add read_concurrency options to couch_server ETSRussell Branca2018-09-111-1/+7
|/
* Allow disabling off-heap messagesNick Vatamaniuc2018-09-066-12/+17
* Fix couch_server concurrency errorPaul J. Davis2018-09-062-11/+21
* Reproduce race condition in couch_serverPaul J. Davis2018-09-061-0/+173
* Fix couch_server:terminate/2Paul J. Davis2018-09-061-1/+5
* Merge pull request #1568 from cloudant/log-changes-rewind-reasonsPeng Hui Jiang2018-09-053-4/+24
|\
| * Log warning when changes seq rewinds to 0Jay Doane2018-09-043-4/+24
|/
* Merge pull request #1591 from apache/create-shards-if-missingRobert Newson2018-08-301-1/+1
|\
| * Create shard files if missingcreate-shards-if-missingRobert Newson2018-08-301-1/+1
|/