summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force use of SMP enabled BEAM VM, fixes #1296archive/bcryptbcryptJoan Touzet2018-07-181-0/+3
* Make loginUser wait for successful authenticationEric Avdey2018-07-181-2/+7
* Replace resource expensive bcrypt test with shorter version (#1231)Eric Avdey2018-07-181-17/+17
* Add bcrypt hashing optionJan Lehnardt2018-03-0814-22/+350
* Revert "re-enable "flaky" test in quest to nail down #745"Nick Vatamaniuc2018-03-071-14/+14
* Add error tuple return type to replicator auth spec and callbackJay Doane2018-03-072-2/+4
* Merge pull request #1193 from cloudant/fix-error-reporting-in-mangoiilyak2018-03-061-1/+1
|\
| * Use `chttpd:send_error/2` in mango_httpdILYA Khlopotov2018-03-061-1/+1
|/
* Switching `couch_stats_process_tracker:track/2` argument namesgesberger2018-03-061-2/+2
* 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-54/+7
* feat: demote view index opening/closing to log level debugJan Lehnardt2018-03-061-3/+3
* doc: add snooze_period doc to default.iniJan Lehnardt2018-03-061-0/+6
* feat: bump the compaction daemon check_interval to one hourJan Lehnardt2018-03-061-1/+1
* 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
* Implement pluggable authentication and session support for replicatorNick Vatamaniuc2018-03-0516-124/+999
* re-enable "flaky" test in quest to nail down #745Jan Lehnardt2018-03-051-14/+14
* Remove unused code for starting compactionsPaul J. Davis2018-03-051-12/+1
* Eliminate "default" Erlang platform from Jenkins CIJoan Touzet2018-03-021-117/+0
* 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-2841-1879/+1369
* 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
* Avoid unconditional retries in replicator's http clientNick Vatamaniuc2018-02-211-6/+1
* feat: update mochiweb to 2.17.0Jan Lehnardt2018-02-201-1/+1
* Use callbacks for couch_event_listener behaviorNick Vatamaniuc2018-02-151-14/+14
* Bump config to 1.0.2 for dialyzer related fixesNick Vatamaniuc2018-02-151-1/+1
* Add config app to couch_replicator app dependenciesNick Vatamaniuc2018-02-151-0/+1
* feat: add ./configure --dev as alias for -c --disable-{docs,fauxton}Jan Lehnardt2018-02-141-0/+9
* Simplify make dist approachJoan Touzet2018-02-132-3/+14
* Merge pull request #1143 from cloudant/issue-820-remove-queries-for_all_docsiilyak2018-02-063-120/+9
|\
| * Remove queries for _all_docsjiangphcn2018-02-063-120/+9
|/
* Fix for issue #1134 clean up dev/lib before run mango tests (#1135)Juanjo Rodriguez2018-01-311-7/+4
* feat: add quorum tests to make checkJan Lehnardt2018-01-311-0/+4
* Fix for issue #603 - Error 500 when creating a db below quorumJuanjo2018-01-316-11/+122
* Merge pull request #1082 from cloudant/issue-822-all-dbs-infoiilyak2018-01-296-0/+214
|\
| * Introduce new _dbs_info endpoint to get info of a list of databasesjiangphcn2018-01-296-0/+214
|/
* Make _design_docs to respect query parametersjiangphcn2018-01-262-8/+177
* Remove 'smartquote' from default.ini, broke the buildJoan Touzet2018-01-261-1/+1
* Decode destination header for doc copyjiangphcn2018-01-264-3/+39
* Hide Auth information in replication document for readerjiangphcn2018-01-261-1/+31
* Remove outdated docker targets and docs (#1109)Adam Kocoloski2018-01-243-60/+0