svn commit: r1033456 - in /couchdb/trunk/src/ibrowse: Makefile.am ibrowse.app.in ibrowse.erl ibrowse_http_client.erl ibrowse_lib.erl ibrowse_test.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 13:34:16 2010 New Revision: 1033456 URL: http://svn.apache.org/viewvc?rev=1033456&view=rev Log: 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://git

svn commit: r1033457 - in /couchdb/branches/1.0.x/src/ibrowse: Makefile.am ibrowse.app.in ibrowse.erl ibrowse_http_client.erl ibrowse_lib.erl ibrowse_test.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 13:35:46 2010 New Revision: 1033457 URL: http://svn.apache.org/viewvc?rev=1033457&view=rev Log: Merged revision 1033456 from trunk: Updated ibrowse to version 2.1.0. It contains fixes for the following important issues: - https://github.com/cmullaparthi/ibrowse

svn commit: r1033458 - in /couchdb/branches/new_replicator/src/ibrowse: Makefile.am ibrowse.app.in ibrowse.erl ibrowse_http_client.erl ibrowse_lib.erl ibrowse_test.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 13:37:18 2010 New Revision: 1033458 URL: http://svn.apache.org/viewvc?rev=1033458&view=rev Log: Merged revision 1033456 from trunk: Updated ibrowse to version 2.1.0. It contains fixes for the following important issues: - https://github.com/cmullaparthi/ibrowse

svn commit: r1033640 - in /couchdb/trunk: share/www/script/test/security_validation.js src/couchdb/couch_db_updater.erl

2010-11-10 Thread rnewson
Author: rnewson Date: Wed Nov 10 18:44:45 2010 New Revision: 1033640 URL: http://svn.apache.org/viewvc?rev=1033640&view=rev Log: COUCHDB-945 - ensure validation funs are still applied after compaction. Modified: couchdb/trunk/share/www/script/test/security_validation.js couchdb/trunk/src/

svn commit: r1033642 - in /couchdb/branches/1.0.x: share/www/script/test/security_validation.js src/couchdb/couch_db_updater.erl

2010-11-10 Thread rnewson
Author: rnewson Date: Wed Nov 10 18:52:31 2010 New Revision: 1033642 URL: http://svn.apache.org/viewvc?rev=1033642&view=rev Log: COUCHDB-945 - ensure validation funs are still applied after compaction. Modified: couchdb/branches/1.0.x/share/www/script/test/security_validation.js couchdb/b

svn commit: r1033644 - in /couchdb/branches/0.11.x: share/www/script/test/security_validation.js src/couchdb/couch_db_updater.erl

2010-11-10 Thread rnewson
Author: rnewson Date: Wed Nov 10 19:02:52 2010 New Revision: 1033644 URL: http://svn.apache.org/viewvc?rev=1033644&view=rev Log: COUCHDB-945 - ensure validation funs are still applied after compaction. Conflicts: src/couchdb/couch_db_updater.erl Modified: couchdb/branches/0.11.x/sh

buildbot failure in ASF Buildbot on couchdb-branch-0.11.x

2010-11-10 Thread buildbot
The Buildbot has detected a new failure of couchdb-branch-0.11.x on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/couchdb-branch-0.11.x/builds/100 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: Build Source Stamp: [branch

svn commit: r1033654 - in /couchdb/branches/new_replicator/src/couchdb: couch_api_wrap.erl couch_api_wrap_httpc.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 19:23:05 2010 New Revision: 1033654 URL: http://svn.apache.org/viewvc?rev=1033654&view=rev Log: New replicator: with ibrowse 2.1.0 it's no longer needed to add chunk headers when streaming uploads. Modified: couchdb/branches/new_replicator/src/couchdb/couch_

svn commit: r1033657 - in /couchdb/branches/new_replicator/src/ibrowse: ibrowse_http_client.erl ibrowse_lib.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 19:24:59 2010 New Revision: 1033657 URL: http://svn.apache.org/viewvc?rev=1033657&view=rev Log: Yet another ibrowse fix. Patch submitted upstream: https://github.com/cmullaparthi/ibrowse/issues/issue/20 Modified: couchdb/branches/new_replicator/src/ibrowse

svn commit: r1033676 - in /couchdb/trunk: ./ share/www/script/ share/www/script/test/ src/couchdb/

2010-11-10 Thread davisp
Author: davisp Date: Wed Nov 10 19:44:05 2010 New Revision: 1033676 URL: http://svn.apache.org/viewvc?rev=1033676&view=rev Log: Support the keys parameter in GET requests. You can now request a list of keys in the query string using a query string like: ?keys=["foo", "bar"] Your query strin

svn commit: r1033714 - /couchdb/trunk/src/couchdb/couch_file.erl

2010-11-10 Thread fdmanana
Author: fdmanana Date: Wed Nov 10 21:14:00 2010 New Revision: 1033714 URL: http://svn.apache.org/viewvc?rev=1033714&view=rev Log: Micro optimization: faster header reads (read the whole block at once, so far headers are always smaller than a block). Read time is basically reduced to half. Modif

svn commit: r1033790 - in /couchdb/trunk: src/couchdb/couch_file.erl test/etap/010-file-basics.t

2010-11-10 Thread fdmanana
Author: fdmanana Date: Thu Nov 11 00:59:40 2010 New Revision: 1033790 URL: http://svn.apache.org/viewvc?rev=1033790&view=rev Log: Micro optimization: when reading an iolist, read up to 8Kbs instead of the 4 bytes length prefix only in the first file read operation. For reads of small terms/iolist