summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix couch_key_tree_tests.erloptimize-doc-updatesPaul J. Davis2018-06-151-5/+19
* Optimize couch_key_tree:stem/2Paul J. Davis2018-06-153-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
|\
| * Allow custom compile options with env variableEric Avdey2018-06-142-4/+4
| * Make bin_opt_info optional based on env variableEric Avdey2018-06-141-1/+6
| * Remove debug_info from compile optionsEric Avdey2018-06-141-1/+1
| * Add compile's command line optionsEric Avdey2018-06-141-3/+6
| * Revert "Introduce bin_opt_info erl_opts compilation option"Eric Avdey2018-06-141-1/+1
|/
* Update skip_deps for 3rd parties eunit (#1386)Eric Avdey2018-06-141-1/+1
* Jenkinsfile: typoJoan Touzet2018-06-111-1/+1
* Fix container for package-building stepJoan Touzet2018-06-091-2/+2
* Ignore trailing characters in a builtin reduceAdam Kocoloski2018-06-081-3/+3
* Use finalize operation to simplify _statsAdam Kocoloski2018-06-082-15/+18
* Finalize in couch_mrview, but make it optionalAdam Kocoloski2018-06-082-7/+26
* Add hyper app to dependenciesNick Vatamaniuc2018-06-081-1/+2
* Add _approx_count_distinct as a builtin reduce function (#1346)Adam Kocoloski2018-06-059-2/+78
* Update Jenkins build process:Joan Touzet2018-05-281-41/+83
* Mango: _id and _rev index selectionWill Holley2018-05-232-1/+20
* Add SSL session_lifetime limit for ibrowse pidsJoan Touzet2018-05-101-0/+3
* Bump fauxton to fix CI buildsJoan Touzet2018-05-021-1/+1
* Force use of SMP enabled BEAM VM, fixes #1296Joan Touzet2018-04-301-0/+3
* Fix length badarg error in mp parserNick Vatamaniuc2018-04-171-1/+2
* Fix mem3 tests (#1285)Eric Avdey2018-04-174-93/+36
* Document enable_database_recovery ini optionJoan Touzet2018-04-131-0/+6
* Merge pull request #1273 from cloudant/adopt-fake_db-to-PSEEric Avdey2018-04-131-2/+24
|\
| * Adopt fake_db to PSE changesEric Avdey2018-04-131-2/+24
|/
* In _scheduler/docs fix `crashing` state showing as `pending` sometimesNick Vatamaniuc2018-04-121-4/+78
* Merge pull request #1281 from apache/commit_data_pseRobert Newson2018-04-121-8/+9
|\
| * call commit_data where neededRobert Newson2018-04-121-8/+9
|/
* Set update_lru_on_read=false as defaultJoan Touzet2018-04-102-3/+6
* Minor documentation cleanup for couch_replicatorKyle Snavely2018-04-091-20/+21
* Switch to using a mirrored triq dependencyNick Vatamaniuc2018-04-091-2/+1
* Do not drop updated httpdb record after auth headers are updatedNick Vatamaniuc2018-04-061-4/+4
* Kill fabric attachment receiver when middleman times outNick Vatamaniuc2018-04-041-2/+3
* Key tree property testsNick Vatamaniuc2018-04-035-4/+537
* Fix typo in node local _replicate handlerNick Vatamaniuc2018-04-021-1/+1
* fix file_compression value descriptionSerge A. Salamanka2018-04-021-1/+1
* Test compaction resumption after errorPaul J. Davis2018-03-291-0/+130
* Fix compaction resumption for the BT enginePaul J. Davis2018-03-292-1/+2
* Make loginUser wait for successful authenticationEric Avdey2018-03-291-2/+7
* Fix killing of OS processesPaul J. Davis2018-03-281-1/+0
* Fix shard substitution in changes feedsPaul J. Davis2018-03-281-3/+1
* feat: add debug log output for shard open errorsJan Lehnardt2018-03-281-1/+3
* add test covering loading admins from configJan Lehnardt2018-03-281-1/+15
* fix: more reliable password scheme testsJan Lehnardt2018-03-282-3/+34
* Fix couch peruser test suite (#1247)Eric Avdey2018-03-281-74/+65
* Merge pull request #1240 from apache/cleanupJoan Touzet2018-03-276-320/+8
|\
| * Various top-level directory cleanupsJoan Touzet2018-03-276-320/+8
|/
* Merge pull request #1242 from apache/daemon-spacesJoan Touzet2018-03-271-1/+1
|\