[21/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
wait 5 minutes before assuming a connection is stale git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@834212 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commi

[33/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Support SOCKS5 protocol for replication Using "socks5" as the protocol in the "proxy" parameter of replication requests will cause DNS resolution and data transfer to happen via a SOCKS5 proxy server. COUCHDB-2025 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http

[40/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fix Mochiweb acceptor blocked in ssl handshake Acceptor cannot be recycled until ssl handshake is done, so it's possible and easy for all acceptors be blocked between the point where the new socket's connected and the ssl handshake is done. Project: http://git-wip-us.apache.org/repos/asf/couchdb

[19/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Bumping ibrowse library to version 1.6.2 (latest). It has a few important bug fixes and new features, such as, for example: 1) fixes https requests not going via the proxy; 2) added SSL support for direct connections; 3) fixes to URL parsing; 4) added option headers_as_is git-svn-id: https://sv

[24/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Provide Content-MD5 header support for attachments. Fixes COUCHDB-558. Thanks to Filipe Manana we now have checks for attachment transfer integrity using the Content-MD5 header (or trailer). Use of this integrity check is triggered by specifying a Content-MD5 header in your request with a value t

[11/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Upgrade snappy to version 1.0.3 This new version slightly improves decompression speed. Release notes at: http://code.google.com/p/snappy/source/browse/trunk/NEWS git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1136988 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-w

[31/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing error in mochiweb. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988866 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-u

[05/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Fix compatibility with R13B04 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098719 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/64f9f0c4 Tree: http://

[08/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
added oauth_rsa_sha1.erl to the dist git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984237 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/fb60e650 Tree: http:

[05/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Added code coverage report generation target. To generate reports: # Assuming etap is installed $ cd /path/to/couchdb $ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover You can browse the report by opening ./cover/index.html in your html consuming software of choice.

[15/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Update snappy to 1.0.5 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/64cd135a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/tree/64cd135a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-s

[20/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fixes 'make distcheck' to run the test suite. Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68 Project: http://g

[27/50] [abbrv] Add SSL support to CouchDB.

2014-02-11 Thread davisp
http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/dfb45d2f/mochiweb_request.erl -- diff --git a/mochiweb_request.erl b/mochiweb_request.erl index 5d7af26..1cf9616 100644 --- a/mochiweb_request.erl +++ b/mochiweb_request.

[09/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Better error messages on decoding invalid JSON. Changes the CouchDB version of mochijson2. Closes COUCHDB-258 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@745401 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: ht

[02/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
The RSA SHA1 Oauth module was breaking trunk for older versions of the Erlang VM. Since we don't actually use it, I'm removing it from the build until we add a ./conifgure option or we update our Erlang version requirement. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801456 13f79

[26/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Upgraded ibrowse to version 2.1.2 (released today) This version fixes a blocking issue (which rarely happens) when using the same connection (with ot without pipelining) for multiple requests using the option {stream_to, {pid(), once}}. git-svn-id: https://svn.apache.org/repos/asf/couchdb/tru

[30/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Whitespace Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/64f1b8c5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/64f1b8c5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/di

[13/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Added code coverage report generation target. To generate reports: # Assuming etap is installed $ cd /path/to/couchdb $ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover You can browse the report by opening ./cover/index.html in your html consuming software of choice.

[29/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Add support for replication over IPv6 (part 1) This change upgrades ibrowse to version 2.2.0. This version adds support for IPv6 (https://github.com/cmullaparthi/ibrowse/pull/34). This is part of COUCHDB-665. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1091709 13f79535-47bb-0310

[13/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Fixed dist errors Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/3686d465 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/tree/3686d465 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-snappy

[44/50] [abbrv] COUCHDB-1696 import mochiweb from tag v2.4.2

2014-02-11 Thread davisp
http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/11e1522f/mochiweb_response.erl -- diff --git a/mochiweb_response.erl b/mochiweb_response.erl index ab8ee61..c2a94d9 100644 --- a/mochiweb_response.erl +++ b/mochiweb_resp

[12/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Forgot to change MochiWeb version in lib directory name when updating MochiWeb in r747575. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749783 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apac

[39/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Support all timezones for R14 series Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/c911917a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/c911917a Diff: http://git-wip-us.apache.org

[07/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Module local functions shouldn't be inside the extern "C" block git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1099048 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-sna

[12/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
update erlang-oauth to 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/db23ab23 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/db23ab23 Diff: http://git-wip-us.apache.org/repos/asf/couchd

[03/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Fix `make distcheck` Thanks Randall Leeds for finding out that the backslash was missing. This is related to COUCHDB-1120. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098670 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/re

[14/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
accept UTF-16 surrogate pairs. Fixes COUCHDB-327, COUCHDB-333 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@782643 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-moch

[23/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Updated ibrowse to version 2.1.0. It contains fixes for the following important issues: - https://github.com/cmullaparthi/ibrowse/issues/closed#issue/17 - https://github.com/cmullaparthi/ibrowse/issues/closed#issue/15 - https://github.com/cmullaparthi/ibrowse/issues/closed#issue/19 git-svn-id

[09/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
include $(ERLANG_FLAGS) when building snappy nif git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1133315 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/1f47b

[03/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
added rsa module git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819773 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/eb3f773c Tree: http://git-wip-us.apache.

[10/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
snappy is c++ so we need to use CXXFLAGS This should fix the broken build reports for certain autotools. Everything should be all sorted. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1133503 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couc

[16/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
more relaxed verification of SSL chains, COUCHDB-840 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@980269 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/

[41/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fix deprecation warning the _dst variant does exist in R14B04. Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/fb2c49bf Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/fb2c49bf Diff: h

[14/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Fixes 'make distcheck' to run the test suite. Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68 Project: http://g

[01/15] Add configurable file compression (snappy, deflate or none)

2014-02-11 Thread davisp
Updated Branches: refs/heads/import-master [created] 64cd135af http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/20633363/google-snappy/snappy.h -- diff --git a/google-snappy/snappy.h b/google-snappy/snappy.h new file

[33/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Backporting issue 21 from the official Mochiweb repository: correctly determining (as specified by RFC2616) if a request accepts a specific media type for the Content-Type of the response. https://github.com/mochi/mochiweb/issues/closed#issue/21 git-svn-id: https://svn.apache.org/repos/asf/cou

[22/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Fix ibrowse 2.0.x inactivity timeouts not getting cleared. Patch submitted upstream: http://github.com/cmullaparthi/ibrowse/issues/#issue/17 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1030534 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf

[26/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
patch mochijson2 to allow output of big integers not in float form (it stores them just fine) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957656 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.a

[28/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Upgrade ibrowse to version 2.1.3 This version fixes several bugs and adds a few minor improvements. For a list and description of the changes relative to the previous version, see the README file at: https://github.com/cmullaparthi/ibrowse git-svn-id: https://svn.apache.org/repos/asf/couchdb/t

[17/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Initial check-in of OAuth and cookie authentication. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800938 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commi

[16/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
wh git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794057 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/295fa38d Tree: http://git-wip-us.apache.

[04/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Refactored snappy NIF. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098691 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/b5535a57 Tree: http://git-wip

[01/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Updated Branches: refs/heads/import-master [created] 3a54dbfbf removed old, broken, datarootdir hack git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664372 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit:

[08/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
enhance the Mochiweb streaming api based on feedback from Bob Ippolito git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@744309 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/cou

[10/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
update ibrowse to 1.5.1+ git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@795278 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/42034396 Tree: http://git-wi

[43/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
improve parsing of mochiweb relative paths Patch adapted from http://www.couchbase.com/issues/browse/MB-7390 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/0e0053c8 Tree: http://git-wip-us.apache.org/re

[17/33] Bumping ibrowse library to version 1.6.2 (latest). It has a few important bug fixes and new features, such as, for example:

2014-02-11 Thread davisp
http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/b7fafdcc/ibrowse_lib.erl -- diff --git a/ibrowse_lib.erl b/ibrowse_lib.erl index 6c7b154..fbb9c34 100644 --- a/ibrowse_lib.erl +++ b/ibrowse_lib.erl @@ -1,11 +1,10 @@ %%%

[05/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
all hail paul davis git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819780 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/7cc148bf Tree: http://git-wip-us.apac

[07/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Accept standalone attachment PUTs with Transfer-Encoding: chunked Includes a patch to mochiweb_request that is under review for inclusion upstream. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743971 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/rep

[48/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-1696 fix Mochiweb acceptor blocked in ssl handshake Acceptor cannot be recycled until ssl handshake is done, so it's possible and easy for all acceptors be blocked between the point where the new socket's connected and the ssl handshake is done. Project: http://git-wip-us.apache.org/repo

[07/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
Add utility for verifying hashes. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@898477 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/a24be94a Tree: http://

[21/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Upgrading ibrowse from version 1.6.2 to 2.0.1. This version fixes a serious issue regarding streaming of chunked HTTP(S) responses. The issue is that the client occasionally gets blocked or receives a timeout (if inactivity_timeout parameter is given to ibrowse). This fixes part of ticket COUCHD

[14/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
COUCHDB-1482 - use correct linker flags to build snappy_nif.dll on Windows - Windows 2008 Server enforces stricter requirements on C runtime dependencies than non-server versions - Erlang/OTP cc.sh and ld.sh build scripts mix release and debug runtime dependencies in in some circumstances - this

[11/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
apply patch for chunking error from ibrowse 1.5.2 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800950 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/087

[30/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
add internal.hrl to INTERNAL_DIST. mea culpa. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984192 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/4de5c

[15/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
trimmed trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/846135ee Tree: http://g

[42/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fix local to universal handling Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/d1efd606 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/d1efd606 Diff: http://git-wip-us.apache.org/repo

[02/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
renamed directory variables, stage one git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/74

[18/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Back out Mochiweb patch from r659636 to support older Erlang versions, as those are no longer supported by CouchDB anyway. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@806513 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/rep

[22/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Initial check-in of APIs for multiple/related supported and incremental replication of only changed attachments. Needs more far more testing and to be hooked up the replicator. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@835981 13f79535-47bb-0310-9956-ffa450edef68 Project: http

[12/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Fix COUCHDB-1197 - NIFs, .dll fixes for Windows Many thanks, Dave Cottlehuber. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1147001 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/

[36/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Upgrade to Mochiweb 1.4.1. Modifications from upstream 1) Makefile is replaced by Makefile.am 2) mochiweb.app.in is custom to us. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1040473 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-moc

[11/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Update MochiWeb in trunk to r97. Closes COUCHDB-255. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@747575 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commi

[04/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
commented out line git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819778 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/8f360c14 Tree: http://git-wip-us.apach

[34/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Compile mochijson2 with +native. Improves latency and req/s for many concurrent writers and large docs. Does not affect other scenarios negatively. Slight overall performance increase. Closes COUCHDB-798. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1039494 13f79535-47bb-0310-99

[10/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fix for COUCHDB-266. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@747381 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/3b326833 Tree: http://git-wip-

[25/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Filipe Manana git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904650 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.o

[06/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
upgrade to ibrowse 1.5.0 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@790771 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/7292757f Tree: http://git-wi

[49/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-627 - Support all timezones Forward-ported over top of MochiWeb 2.4.2, comprising specific chunks of b1a049bb, 445e919, 010522e, 317c97f lost during MochiWeb upgrade. Some timezones are incorrectly handled by OTP's calendar module. The ironic thing is that we only ever need the time in GM

[08/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Minor cleanup to the snappy Makefile.am git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1099105 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/c1dcd82a Tre

[19/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
reject attempts to upload invalid UTF-8 JSON. Closes COUCHDB-345 This patch requires JSON to be encoded using UTF-8. In the future we will accept other encodings. Thanks Joan Touzet and James Dumay for the bug reports and Curt Arnold for patches and discussion. git-svn-id: https://svn.apache.

[10/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
restore couch_util:verify call in oauth. Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/07b034b5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/07b034b5 Diff: http://git-wip-us.apache.org/repo

[38/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-627 - Support all timezones Some timezones are incorrectly handled by OTP's calendar module. The ironic thing is that we only ever need the time in GMT (for HTTP response headers and the log file). This patch duplicates httpd_util:rfc1123_date/0 and /1 but uses universal time everywhere,

[06/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
Fixes 'make distcheck' to run the test suite. Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68 Project: http://g

[37/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fixed dist errors Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/517c0705 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/517c0705 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-

[09/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
wh git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794057 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/1eba7c7a Tree: http://git-wip-us.apache.or

[47/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-1696 import mochiweb from tag v2.4.2 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/11e1522f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/11e1522f Diff: http://git-wip-us.ap

[35/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Merge branch 'optional-nm' into trunk * optional-nm: Make +native compilation of mochijson2.erl a ./configure option. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1039679 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo

[06/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
change integer handling in mochijson2 to fix JSON regression COUCHDB-118 git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@697512 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/r

[03/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Updated MochiWeb in trunk to r82. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671125 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/8b80f9f

[25/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Upgrade ibrowse to version 2.1.1 This ibrowse release includes a few important fixes. See https://github.com/cmullaparthi/ibrowse for the list of fixes. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1050633 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.o

[23/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@882941 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/

[09/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
Update erlang_oauth to the latest version. Fixes deprecation warnings for R15 and a few minor things: https://github.com/tim/erlang-oauth/commits/master (This includes one small patch that I'm sending upstream now) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1039345 13f79535-47

[11/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
add support of erlang R15B in oauth. Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/b6f836dd Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/b6f836dd Diff: http://git-wip-us.apache.org/repos/as

[01/12] oauth commit: updated refs/heads/import-master to db23ab2

2014-02-11 Thread davisp
Updated Branches: refs/heads/import-master [created] db23ab232 Initial check-in of OAuth and cookie authentication. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800938 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commi

[05/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Merged json_term_changes branch back into trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690668 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb

[50/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
COUCHDB-1696 really fix R14B04 support Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/3a54dbfb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/3a54dbfb Diff: http://git-wip-us.apache.o

[04/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
Fix for problem with Safari and mochiweb. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679636 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit

[32/50] [abbrv] mochiweb commit: updated refs/heads/import-master to 3a54dbf

2014-02-11 Thread davisp
validate input strings containing escape characters, COUCHDB-875 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@991073 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mo

[07/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
ibrowse now allows user to control socket. Thanks again Chandru git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@790953 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibr

[06/15] snappy commit: updated refs/heads/import-master to 64cd135

2014-02-11 Thread davisp
Added missing static qualifier, and inline hint, to internal functions g++ 4.4.5 with -Winline says that only make_error is not inlined since calls to it are unlikely. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1099030 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git

[24/33] ibrowse commit: updated refs/heads/import-master to 1167b0e

2014-02-11 Thread davisp
Yet another ibrowse fix. Patch submitted upstream: https://github.com/cmullaparthi/ibrowse/issues/issue/20 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1034404 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: htt

[39/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Fauxton: update dataSize Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b526f00e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b526f00e Diff: http://git-wip-us.apache.org/repos/asf/couc

[50/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Fix Beautify button css Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/3c173142 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/3c173142 Diff: http://git-wip-us.apache.org/repos/asf/couch

[51/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Fauxton: Improvements to xhr cancellations Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/be87767b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/be87767b Diff: http://git-wip-us.apache.

[42/52] [abbrv] 2029 Consolidate CSS/LESS class name usage to minimize custom-ness

2014-02-11 Thread davisp
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b61cd/settings.json.dev -- diff --git a/settings.json.dev b/settings.json.dev new file mode 100644 index 000..e2df66b --- /dev/null +++ b/settings.json.dev @@ -0,0

[11/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Remove unused templates Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/aa228e02 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/aa228e02 Diff: http://git-wip-us.apache.org/repos/asf/couch

[36/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Modal instead of prompt for delete Display a modal asking for database name instead of a simple prompt. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/470cdd56 Tree: http://git-wip-us.apache.org/repos/asf

[40/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
Include layout manager in base.js for release builds Remove Console log Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/040e38d5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/040e38d5 Di

[44/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

2014-02-11 Thread davisp
fixed settings.json.dev; added fauxton & cachebuster Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a15c5075 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a15c5075 Diff: http://git-wip-

  1   2   3   >