<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cloudant_bigcouch.git/src/mochiweb, branch master</title>
<subtitle>[cloudant_bigcouch] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/'/>
<entry>
<title>replace autotools with rebar</title>
<updated>2010-08-11T21:39:38+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-11T20:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=35da277fe75b2786952dbfb867cf60bdaab5f65d'/>
<id>35da277fe75b2786952dbfb867cf60bdaab5f65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move mochiweb to rebar layout</title>
<updated>2010-08-11T21:39:38+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-11T19:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=498d5c85681ddfea577377b8e10051fb445ac0c2'/>
<id>498d5c85681ddfea577377b8e10051fb445ac0c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch mochijson2 to allow output of big integers not in float form (it stores them just fine)</title>
<updated>2010-06-24T18:07:00+00:00</updated>
<author>
<name>John Christopher Anderson</name>
<email>jchris@apache.org</email>
</author>
<published>2010-06-24T18:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=1448ec8c3d9ea004061100f1042840e14ba16769'/>
<id>1448ec8c3d9ea004061100f1042840e14ba16769</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957656 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957656 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Filipe Manana</title>
<updated>2010-01-29T22:43:33+00:00</updated>
<author>
<name>John Christopher Anderson</name>
<email>jchris@apache.org</email>
</author>
<published>2010-01-29T22:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=ee09a0de9f8356abe24a0ac0f26cdff35f8fa704'/>
<id>ee09a0de9f8356abe24a0ac0f26cdff35f8fa704</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904650 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904650 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide Content-MD5 header support for attachments.</title>
<updated>2009-12-16T00:05:35+00:00</updated>
<author>
<name>Paul Joseph Davis</name>
<email>davisp@apache.org</email>
</author>
<published>2009-12-16T00:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=22c551bb103072826c0299265670d1483c753dde'/>
<id>22c551bb103072826c0299265670d1483c753dde</id>
<content type='text'>
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 that
is a base64 encoded md5. For requests that are using a chunked Transfer-Encoding
it is also possible to use a trailer so that the Content-MD5 doesn't need to be
known before transfer. This works by specifying a header "Trailer:
Content-MD5" and then in the final chunk (the one with a size of zero) you can
specify a Content-MD5 with exactly the same format as in the request headers.

See the ETap test 130-attachments-md5.t for explicit examples of the request
messages.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@891077 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 that
is a base64 encoded md5. For requests that are using a chunked Transfer-Encoding
it is also possible to use a trailer so that the Content-MD5 doesn't need to be
known before transfer. This works by specifying a header "Trailer:
Content-MD5" and then in the final chunk (the one with a size of zero) you can
specify a Content-MD5 with exactly the same format as in the request headers.

See the ETap test 130-attachments-md5.t for explicit examples of the request
messages.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@891077 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474</title>
<updated>2009-11-21T17:01:50+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2009-11-21T17:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=3a4fad07cb5097598eefd0cd7f588c5881a61c8f'/>
<id>3a4fad07cb5097598eefd0cd7f588c5881a61c8f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@882941 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@882941 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>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.</title>
<updated>2009-11-13T20:38:45+00:00</updated>
<author>
<name>Damien F. Katz</name>
<email>damien@apache.org</email>
</author>
<published>2009-11-13T20:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=627481ee0ade53d0ceed2e29cbb4e312ecbe3340'/>
<id>627481ee0ade53d0ceed2e29cbb4e312ecbe3340</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@835981 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@835981 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>wait 5 minutes before assuming a connection is stale</title>
<updated>2009-11-09T20:17:51+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2009-11-09T20:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=2e3d4ea2bdb8515772a198a863575ddbd32fd09c'/>
<id>2e3d4ea2bdb8515772a198a863575ddbd32fd09c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@834212 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@834212 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes 'make distcheck' to run the test suite.</title>
<updated>2009-11-09T00:39:16+00:00</updated>
<author>
<name>Paul Joseph Davis</name>
<email>davisp@apache.org</email>
</author>
<published>2009-11-09T00:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=e29a1924afe9e6051369f7bcbf44ccdf53de536a'/>
<id>e29a1924afe9e6051369f7bcbf44ccdf53de536a</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>reject attempts to upload invalid UTF-8 JSON.  Closes COUCHDB-345</title>
<updated>2009-09-23T20:43:35+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2009-09-23T20:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=219cd4db7e62878b3bd2cb537c73cb8acf04bf47'/>
<id>219cd4db7e62878b3bd2cb537c73cb8acf04bf47</id>
<content type='text'>
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.org/repos/asf/couchdb/trunk@818249 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.org/repos/asf/couchdb/trunk@818249 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
