svn commit: r1169587 - /couchdb/trunk/src/couchdb/couch_os_process.erl

2011-09-11 Thread randall
Author: randall Date: Mon Sep 12 00:05:46 2011 New Revision: 1169587 URL: http://svn.apache.org/viewvc?rev=1169587&view=rev Log: minor optimization for binary query server i/o Rather than constructing and reversing an iolist with list append operations, use cheap refc binary appends. Modified:

svn commit: r1169503 - /couchdb/trunk/src/couchdb/couch_httpd_show.erl

2011-09-11 Thread fdmanana
Author: fdmanana Date: Sun Sep 11 19:20:12 2011 New Revision: 1169503 URL: http://svn.apache.org/viewvc?rev=1169503&view=rev Log: Fix comment Patch by Jason Smith. Thanks. Modified: couchdb/trunk/src/couchdb/couch_httpd_show.erl Modified: couchdb/trunk/src/couchdb/couch_httpd_show.erl URL:

svn commit: r1169498 - in /couchdb/trunk: src/couchdb/couch_httpc_pool.erl test/etap/230-httpc-pool.t test/etap/Makefile.am

2011-09-11 Thread fdmanana
Author: fdmanana Date: Sun Sep 11 18:51:45 2011 New Revision: 1169498 URL: http://svn.apache.org/viewvc?rev=1169498&view=rev Log: Make sure httpc pool doesn't reuse dead connections Race conditions allowed dead http connections to be added back to the httpc pool and then be given back to clients.

[Couchdb Wiki] Update of "Nginx_As_a_Reverse_Proxy" by DamjanGeorgievski

2011-09-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The "Nginx_As_a_Reverse_Proxy" page has been changed by DamjanGeorgievski: http://wiki.apache.org/couchdb/Nginx_As_a_Reverse_Proxy?action=diff&rev1=8&rev2=9 Comment: there's no evidenc

svn commit: r1168196 - in /couchdb/trunk: share/www/script/test/attachment_ranges.js src/couchdb/couch_httpd_db.erl

2011-09-11 Thread rnewson
Author: rnewson Date: Sun Sep 11 10:50:11 2011 New Revision: 1168196 URL: http://svn.apache.org/viewvc?rev=1168196&view=rev Log: Reject large Range requests Return a 200 response for any Range request that covers the entire entity or that contains more than 10 byte ranges. Modified: couchdb/