You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/15 18:35:57 UTC

[23/25] couch commit: updated refs/heads/master to 92598cd

Merge remote-tracking branch 'github/pr/19' into multipart


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/6abdebe9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/6abdebe9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/6abdebe9

Branch: refs/heads/master
Commit: 6abdebe9f51e11d338122125095f580c35371f8e
Parents: b43fcef 3337a30
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 15 14:28:08 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 15 14:28:08 2015 +0300

----------------------------------------------------------------------
 src/couch_doc.erl             | 308 +++++--------------------------------
 src/couch_httpd_db.erl        |   2 +-
 src/couch_httpd_multipart.erl | 247 +++++++++++++++++++++++++++++
 test/couch_doc_tests.erl      |  69 +++++++++
 test/fixtures/multipart.http  |  13 ++
 5 files changed, 371 insertions(+), 268 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/6abdebe9/src/couch_doc.erl
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/6abdebe9/src/couch_httpd_db.erl
----------------------------------------------------------------------