You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/03/05 20:42:14 UTC

[couchdb] 01/01: Merge branch 'master' into fix/compaction-daemon

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch fix/compaction-daemon
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b3216354003089ba58d4c178ec33f68d2e5accf6
Merge: b884abc 2c43e62
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Mar 5 21:42:11 2018 +0100

    Merge branch 'master' into fix/compaction-daemon

 rel/overlay/etc/default.ini                        |  15 +
 src/couch/src/couch_bt_engine.erl                  |   5 +-
 .../{src => include}/couch_replicator_api_wrap.hrl |  13 +-
 src/couch_replicator/src/couch_replicator.erl      |   2 +-
 .../src/couch_replicator_api_wrap.erl              |   7 +-
 src/couch_replicator/src/couch_replicator_auth.erl |  99 +++
 .../src/couch_replicator_auth_noop.erl             |  52 ++
 .../src/couch_replicator_auth_session.erl          | 692 +++++++++++++++++++++
 .../src/couch_replicator_changes_reader.erl        |   2 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  33 +-
 .../src/couch_replicator_httpc.erl                 |  59 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  51 +-
 .../src/couch_replicator_scheduler.erl             |   2 +-
 .../src/couch_replicator_scheduler_job.erl         |   2 +-
 .../src/couch_replicator_utils.erl                 |  90 ++-
 .../src/couch_replicator_worker.erl                |   2 +-
 .../test/couch_replicator_proxy_tests.erl          |   2 +-
 ...ch_replicator_small_max_request_size_target.erl |  28 +-
 18 files changed, 1017 insertions(+), 139 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
jan@apache.org.