summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix end_time field in /_replicate responsefix-replication-end-timeNick Vatamaniuc2019-01-081-2/+2
* Update before_doc_update/2 to before_doc_update/3before_doc_updatejiangph2019-01-058-26/+34
* Introduce cpse_test_purge_seqs againjiangph2019-01-032-6/+9
* Change minimum supported Erlang version to OTP 19Jay Doane2018-12-283-43/+0
* Remove obsolete travis filesJay Doane2018-12-2710-308/+0
* Remove explicit modules list from .app.src filesJay Doane2018-12-276-74/+0
* Suppress export-related compiler warningsJay Doane2018-12-2722-108/+188
* Reduce number of behaviour undefined compiler warningsJay Doane2018-12-271-4/+9
* Suppress misc compiler warningsJay Doane2018-12-273-5/+3
* Suppress unused function compiler warningsJay Doane2018-12-274-100/+98
* Suppress crypto and random compiler warningsJay Doane2018-12-275-20/+16
* Suppress unused variable and type compiler warningsJay Doane2018-12-279-12/+8
* Suppress variable exported from 'case' compiler warningsJay Doane2018-12-272-9/+8
* Remove shim couch_replicator_manager moduleKyle Snavely2018-12-204-89/+15
* Clean rexi stream workers when coordinator process is killedNick Vatamaniuc2018-12-201-0/+132
* Move fabric streams to a fabric_streams moduleNick Vatamaniuc2018-12-207-98/+129
* Fix function_clause errorwenwl2018-12-082-6/+126
* Avoid calls to `fabric:design_docs/1`Paul J. Davis2018-12-071-23/+3
* Add `couch_db:get_design_doc/2`Paul J. Davis2018-12-072-0/+19
* Format and check all code using python black (#1776)Joan Touzet2018-12-0626-2243/+1134
* Filter out empty missing_revs results in mem3_repNick Vatamaniuc2018-12-061-2/+6
* Ignore clang compile commands database fileEric Avdey2018-12-061-0/+1
* mock couch_logILYA Khlopotov2018-12-031-3/+24
* Fix expected result from testILYA Khlopotov2018-12-031-1/+1
* Move couch_flags_config tests into its own moduleILYA Khlopotov2018-12-032-91/+100
* fix: re-enable _doc_id & _design_docs filter optimisation paths (#1771)Jan Lehnardt2018-11-293-17/+53
* Cache query servers in ets table (#1778)iilyak2018-11-291-34/+46
* Use fabric to get design docs in the compaction daemonNick Vatamaniuc2018-11-281-11/+16
* Don't use activate script; Windows fixesswitch-scripts-to-python3Joan Touzet2018-11-271-2/+2
* Run mango tests with Python 3Nick Vatamaniuc2018-11-267-71/+19
* Implement replicator session refresh based on cookie max ageNick Vatamaniuc2018-11-262-25/+109
* Fix couch_epi typespec for data providerILYA Khlopotov2018-11-232-2/+9
* Replace erl_parse based parser with our ownILYA Khlopotov2018-11-231-8/+42
* Do not use [] in feature_flags configurationILYA Khlopotov2018-11-222-27/+27
* feat: do not record server admin requests as cache misses (#1755)Jan Lehnardt2018-11-222-5/+13
* Handle db deletion in couch_db:load_validation_funsILYA Khlopotov2018-11-2213-62/+272
* Add a new test suite for _design_doc handlerEric Avdey2018-11-212-1/+146
* Remove empty spaces from couch_mrview_test_utilEric Avdey2018-11-211-1/+1
* Fix total_rows for _design_docs with keysEric Avdey2018-11-214-29/+115
* Fix total_rows for _design_docs handlerEric Avdey2018-11-212-0/+8
* This adds in downgrade code for Database partitions work. We add anGarren Smith2018-11-213-0/+139
* Remove unnecessary setting on chttpd_view_testremove-setting-on-chttpd_view_testjiangph2018-11-201-1/+0
* Avoid badmatch when getting fabric timeouttimeout-_purged_infos_limitjiangph2018-11-162-4/+26
* Fix nasty 500 error on POST to /_configwenwl2018-11-151-2/+6
* Add support for _bulk_get with multipart/mixed and multipart/realated responsesAlexanderKaraberov2018-11-142-13/+412
* Mango test suite Windows fixes, closes #1732Joan Touzet2018-11-131-2/+9
* Implement efficient feature flagsILYA Khlopotov2018-11-135-3/+626
* Fix typespec for couch_epi:get_value/3ILYA Khlopotov2018-11-131-1/+1
* Emit clauses in the order of definitionsILYA Khlopotov2018-11-131-2/+2
* Support prefix based matching in couch_epi_data_genILYA Khlopotov2018-11-131-2/+20