svn commit: r955244 - /couchdb/trunk/src/couchdb/couch_btree.erl

2010-06-16 Thread kocolosk
Author: kocolosk Date: Wed Jun 16 14:53:06 2010 New Revision: 955244 URL: http://svn.apache.org/viewvc?rev=955244view=rev Log: remove unused Bt from chunkify function Modified: couchdb/trunk/src/couchdb/couch_btree.erl Modified: couchdb/trunk/src/couchdb/couch_btree.erl URL:

svn commit: r955297 - in /couchdb/trunk/src/couchdb: couch_btree.erl couch_util.erl

2010-06-16 Thread kocolosk
Author: kocolosk Date: Wed Jun 16 16:49:36 2010 New Revision: 955297 URL: http://svn.apache.org/viewvc?rev=955297view=rev Log: small optimization for reordering result lists Modified: couchdb/trunk/src/couchdb/couch_btree.erl couchdb/trunk/src/couchdb/couch_util.erl Modified:

svn commit: r955304 - /couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl

2010-06-16 Thread kocolosk
Author: kocolosk Date: Wed Jun 16 17:13:48 2010 New Revision: 955304 URL: http://svn.apache.org/viewvc?rev=955304view=rev Log: identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745 Modified: couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl Modified:

svn commit: r955312 - /couchdb/branches/0.11.x/src/couchdb/couch_rep_writer.erl

2010-06-16 Thread kocolosk
Author: kocolosk Date: Wed Jun 16 17:24:27 2010 New Revision: 955312 URL: http://svn.apache.org/viewvc?rev=955312view=rev Log: Backport fix #2 from COUCHDB-793. Thanks Filipe and Paul Bonser. Modified: couchdb/branches/0.11.x/src/couchdb/couch_rep_writer.erl Modified:

svn commit: r955389 - in /couchdb/trunk: THANKS share/www/script/test/update_documents.js src/couchdb/couch_httpd_external.erl

2010-06-16 Thread jchris
Author: jchris Date: Wed Jun 16 21:14:06 2010 New Revision: 955389 URL: http://svn.apache.org/viewvc?rev=955389view=rev Log: provide a uuid to update functions (and all other functions) that they can use to create new docs. closes COUCHDB-802. Thanks Jason Smith, Zachary Zolton, and Dmitry