summaryrefslogtreecommitdiff
path: root/src/couch
Commit message (Expand)AuthorAgeFilesLines
* Don't set context for compaction files during db delete (#1419)Eric Avdey2018-06-292-3/+3
* 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
* Call `set_mqd_off_heap` for critical processesPaul J. Davis2018-06-191-0/+2
* 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
* Ignore trailing characters in a builtin reduceAdam Kocoloski2018-06-081-3/+3
* Use finalize operation to simplify _statsAdam Kocoloski2018-06-081-14/+17
* Add hyper app to dependenciesNick Vatamaniuc2018-06-081-1/+2
* Add _approx_count_distinct as a builtin reduce function (#1346)Adam Kocoloski2018-06-051-1/+22
* Fix length badarg error in mp parserNick Vatamaniuc2018-04-171-1/+2
* Adopt fake_db to PSE changesEric Avdey2018-04-131-2/+24
* call commit_data where neededRobert Newson2018-04-121-8/+9
* Set update_lru_on_read=false as defaultJoan Touzet2018-04-101-1/+1
* Key tree property testsNick Vatamaniuc2018-04-031-0/+531
* Test compaction resumption after errorPaul J. Davis2018-03-291-0/+130
* Fix compaction resumption for the BT enginePaul J. Davis2018-03-292-1/+2
* Fix killing of OS processesPaul J. Davis2018-03-281-1/+0
* add test covering loading admins from configJan Lehnardt2018-03-281-1/+15
* Merge branch 'master' into daemon-spacesJoan Touzet2018-03-261-6/+12
|\
| * Fix DB-specific compaction configuration (#1059)Adam Kocoloski2018-03-261-6/+12
* | Allow couch_os_daemons to live in directories with spacesJoan Touzet2018-03-261-1/+1
|/
* Improve 413 response handlingNick Vatamaniuc2018-03-261-0/+13
* Validate password_scheme in user docEric Avdey2018-03-231-0/+9
* Replace resource expensive bcrypt test with shorter version (#1231)Eric Avdey2018-03-231-17/+17
* Increase PSE test engine timeoutsNick Vatamaniuc2018-03-091-3/+6
* style fixes as per @davispJan Lehnardt2018-03-091-15/+15
* fix whitespaceJan Lehnardt2018-03-091-5/+5
* Proper error handling for file:open() callAlexanderKaraberov2018-03-091-10/+18
* fix: compaction daemon symlink resolution and log level #1097Jan Lehnardt2018-03-091-7/+37
* Fix dialyzer warning for couch_att:from_disk_termILYA Khlopotov2018-03-091-1/+23
* Add bcrypt hashing optionJan Lehnardt2018-03-087-6/+86
* Use precise term comparisonAlexanderKaraberov2018-03-061-1/+1
* Fix validate_doc_update for Erlang functionsAlexanderKaraberov2018-03-061-1/+1
* Fix dialyzer warning on `couch_key_tree:merge/2`ILYA Khlopotov2018-03-061-3/+3
* Prevent access to Fauxton on node-local port (5986)Joan Touzet2018-03-063-130/+2
* fix: simplify config integer getJan Lehnardt2018-03-061-2/+1
* feat: introduce snooze_period to reduce compaction_daemon load.Jan Lehnardt2018-03-062-2/+7
* This fixes couch_bt_engine:fold_local_docs/4Paul J. Davis2018-03-051-1/+4
* Remove unused code for starting compactionsPaul J. Davis2018-03-051-12/+1
* Increase timeout for storage engine testsPaul J. Davis2018-03-011-1/+1
* Ensure deterministic revisions for attachmentsPaul J. Davis2018-02-283-13/+21
* Add storage engine test suitePaul J. Davis2018-02-2812-0/+2216
* Implement pluggable storage enginesPaul J. Davis2018-02-2819-1773/+1172
* Add legacy storage engine implementationPaul J. Davis2018-02-285-0/+1975
* Add couch_db_engine modulePaul J. Davis2018-02-281-0/+893
* Remove old rolling reboot upgrade codePaul J. Davis2018-02-281-7/+3
* Prevent chttpd multipart zombie processesJan Lehnardt2018-02-231-12/+65
* Introduce new _dbs_info endpoint to get info of a list of databasesjiangphcn2018-01-291-0/+1