You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2018/06/19 14:33:27 UTC

[couchdb] branch retain_user_ctx_after_auth updated (18fb58b -> 2aa6261)

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

tonysun83 pushed a change to branch retain_user_ctx_after_auth
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 18fb58b  refactor process_request to not drop req
     add f040d75  Add set_mqd_off_heap utility function
     add a13efba  Call `set_mqd_off_heap` for critical processes
     new 2aa6261  Merge branch 'master' into retain_user_ctx_after_auth

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_server.erl         |  2 ++
 src/couch/src/couch_util.erl           | 10 ++++++++++
 src/couch_log/src/couch_log_server.erl |  1 +
 src/ddoc_cache/src/ddoc_cache_lru.erl  |  1 +
 src/mem3/src/mem3_shards.erl           |  1 +
 src/rexi/src/rexi_server.erl           |  1 +
 6 files changed, 16 insertions(+)


[couchdb] 01/01: Merge branch 'master' into retain_user_ctx_after_auth

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tonysun83 pushed a commit to branch retain_user_ctx_after_auth
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2aa62611cd293d1c4d819621f3feb6646f5bc604
Merge: 18fb58b a13efba
Author: Tony Sun <to...@gmail.com>
AuthorDate: Tue Jun 19 07:33:24 2018 -0700

    Merge branch 'master' into retain_user_ctx_after_auth

 src/couch/src/couch_server.erl         |  2 ++
 src/couch/src/couch_util.erl           | 10 ++++++++++
 src/couch_log/src/couch_log_server.erl |  1 +
 src/ddoc_cache/src/ddoc_cache_lru.erl  |  1 +
 src/mem3/src/mem3_shards.erl           |  1 +
 src/rexi/src/rexi_server.erl           |  1 +
 6 files changed, 16 insertions(+)