summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into test/erlang-request-retry-after-waittest/erlang-request-retry-after-waitJan Lehnardt2018-07-1727-60/+203
|\
| * Improve detection of git tags/dirty statusJoan Touzet2018-07-172-10/+72
| * Report git sha on welcome requestJan Lehnardt2018-07-177-6/+26
| * Make MD5 hash implementation configurable (#1171)rokek2018-07-1621-46/+107
* | Merge branch 'master' into test/erlang-request-retry-after-waitJan Lehnardt2018-07-161-1/+7
|\ \ | |/
| * improve ddoc test reliablilty by waiting for ddoc deletionJan Lehnardt2018-07-161-1/+7
* | add retry to test_request:request()Jan Lehnardt2018-07-161-1/+5
|/
* Optionally prevent non-admins from accessing /_all_dbsJan Lehnardt2018-07-152-1/+7
* demote notice to debug logs by @wycJan Lehnardt2018-07-151-5/+3
* validate bind address by @wycJan Lehnardt2018-07-151-10/+25
* Clarify bad index creation error messagesBrandon Gottlob2018-07-141-2/+2
* wait for db deletion before db re-creation. Closes #1197Jan Lehnardt2018-07-141-0/+7
* raise timeouts in attachment testsJan Lehnardt2018-07-141-3/+3
* bump depsJan Lehnardt2018-07-141-2/+2
* string:trim() compat for couch_util:trim()Jan Lehnardt2018-07-141-0/+3
* Use couch_util:trim for greater erlang compatibilityRobert Newson2018-07-143-7/+34
* build: release candidate tarball should have -RCxDave Cottlehuber2018-07-141-3/+7
* build: ease pattern matching to be less pedantic about RCDave Cottlehuber2018-07-141-1/+1
* config: improve handling of admin-supplied changesDave Cottlehuber2018-07-142-4/+8
* Drop Erlang R16 supportJan Lehnardt2018-07-132-2/+1
* Replace R16B03 with 17.5.3 for PR#1427Joan Touzet2018-07-131-2/+2
* Views now retain update_seq after compaction.Jan Lehnardt2018-07-131-0/+2
* hook up proxy auth handler to chttpdJan Lehnardt2018-07-132-0/+9
* Add tests for mango conflict findingJan Lehnardt2018-07-132-0/+46
* Add `conflicts: true` option to mango selectorsJan Lehnardt2018-07-131-4/+4
* Adjust deletion tests in different cluster quorum conditionsjjrodrig2018-07-135-76/+20
* Deletion responds 200 after a response from every node, and 202 in other casejjrodrig2018-07-132-5/+5
* Fix for issue #1136 - Error 500 deleting DB without quorumjjrodrig2018-07-135-9/+68
* Make stem_interactive_updates option work againNick Vatamaniuc2018-07-114-119/+87
* Added tests for checking http status code depending on cluster quorumjjrodrig2018-07-0928-0/+817
* feat: remove duplicate authentication checkJan Lehnardt2018-07-091-1/+0
* feat: avoid double builds on PRsJan Lehnardt2018-07-091-0/+8
* allow socket server configuration for TLS httpdJan Lehnardt2018-07-091-4/+13
* remove mention of os daemons and externals in ini filesJan Lehnardt2018-07-082-37/+1
* Don't set context for compaction files during db delete (#1419)Eric Avdey2018-06-292-3/+3
* Merge pull request #1401 from Spotme/spotme/fix/couch-native-processiilyak2018-06-292-1/+49
|\
| * tests(couch_changes): add tests for changes feed filtering using an Erlang viewAlexanderKaraberov2018-06-291-1/+37
| * fix(_view changes feed): fix function_clause crash in couch_native_process.AlexanderKaraberov2018-06-291-0/+12
|/
* Add regression runs on new dedicated FreeBSD VMJoan Touzet2018-06-271-1/+26
* Update build dependency docs for FreeBSDJoan Touzet2018-06-271-2/+4
* Update snappy dep to CouchDB-1.0.1 with 21.0 supportNick Vatamaniuc2018-06-211-1/+1
* Add constant index fields to sort based on the selector (#1376)garren smith2018-06-207-47/+392
* Prepare to fabric attachment receiver from a fun closure to a tupleNick Vatamaniuc2018-06-192-0/+170
* refactor process_request to not drop req (#1375)Tony Sun2018-06-191-5/+46
* Call `set_mqd_off_heap` for critical processesPaul J. Davis2018-06-195-0/+6
* Add set_mqd_off_heap utility functionPaul J. Davis2018-06-191-0/+10
* Fix couch_key_tree_tests.erlPaul J. Davis2018-06-161-5/+19
* Optimize couch_key_tree:stem/2Paul J. Davis2018-06-163-22/+95
* Fix active size calculations for viewsPaul J. Davis2018-06-153-26/+90
* Merge pull request #1387 from cloudant/make-bin_opt_info-optionalEric Avdey2018-06-152-5/+13
|\