<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/couchdb.git/src/chttpd, branch devnode-boot-script</title>
<subtitle>github.com: apache/couchdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/'/>
<entry>
<title>add http error for fdb 1031</title>
<updated>2021-01-18T12:37:29+00:00</updated>
<author>
<name>Garren Smith</name>
<email>garren.smith@gmail.com</email>
</author>
<published>2021-01-18T12:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=053595cf9b536801e8bd39dd54f6526f463dfdb9'/>
<id>053595cf9b536801e8bd39dd54f6526f463dfdb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow gzipped requests to _session (#3323)</title>
<updated>2021-01-12T18:12:40+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2021-01-12T18:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=bc9773a2f6199cc095aae8ae977eb8df75204dab'/>
<id>bc9773a2f6199cc095aae8ae977eb8df75204dab</id>
<content type='text'>
All endpoints but _session support gzip encoding and there's no practical reason for that.

This commit enables gzip decoding on compressed requests to _session.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All endpoints but _session support gzip encoding and there's no practical reason for that.

This commit enables gzip decoding on compressed requests to _session.</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing default headers to responses (#3279)</title>
<updated>2020-11-23T10:45:39+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2020-11-23T10:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=c362b1c11326050e09fd2ad5303e1221b38e8b0c'/>
<id>c362b1c11326050e09fd2ad5303e1221b38e8b0c</id>
<content type='text'>
Add missing default headers to responses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing default headers to responses
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3227 from cloudant/fix-total_rows-semantics</title>
<updated>2020-10-26T10:26:47+00:00</updated>
<author>
<name>iilyak</name>
<email>iilyak@users.noreply.github.com</email>
</author>
<published>2020-10-26T10:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=cc9e26191385c8fd357843f673a87a6552833ed7'/>
<id>cc9e26191385c8fd357843f673a87a6552833ed7</id>
<content type='text'>
Fix semantics of total_rows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix semantics of total_rows</pre>
</div>
</content>
</entry>
<entry>
<title>Fix semantics of total_rows</title>
<updated>2020-10-22T16:16:41+00:00</updated>
<author>
<name>ILYA Khlopotov</name>
<email>iilyak@apache.org</email>
</author>
<published>2020-10-22T15:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=c0efba32fa1ced66b5baf63ef1ab0dc6188974c5'/>
<id>c0efba32fa1ced66b5baf63ef1ab0dc6188974c5</id>
<content type='text'>
The `total_rows` field suppose to be a number of documents in the database/view.
See https://docs.couchdb.org/en/stable/api/ddoc/views.html.

When new pagination API was introduced the meaning of `total_rows` field was
changed to number of rows in the query results. The PR reverts this
accidental change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `total_rows` field suppose to be a number of documents in the database/view.
See https://docs.couchdb.org/en/stable/api/ddoc/views.html.

When new pagination API was introduced the meaning of `total_rows` field was
changed to number of rows in the query results. The PR reverts this
accidental change.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert erlfdb_error 2101 to transaction_too_large (#3222)</title>
<updated>2020-10-21T03:14:57+00:00</updated>
<author>
<name>Peng Hui Jiang</name>
<email>jiangph@cn.ibm.com</email>
</author>
<published>2020-10-21T03:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=ab70b753b77804ab3bedf13d1cdbfc5692235d55'/>
<id>ab70b753b77804ab3bedf13d1cdbfc5692235d55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for disabling custom reduce functions</title>
<updated>2020-10-20T20:39:11+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2020-10-12T19:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=bfda16348f5c61e274ad5087e4a6407fa8306e0d'/>
<id>bfda16348f5c61e274ad5087e4a6407fa8306e0d</id>
<content type='text'>
This changes allows administators to disable custom JavaScript reduce
functions. Custom reduce functions are notoriously difficult to write
correctly and most of the time when written correctly would be more
efficiently done using an builtin reduce.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes allows administators to disable custom JavaScript reduce
functions. Custom reduce functions are notoriously difficult to write
correctly and most of the time when written correctly would be more
efficiently done using an builtin reduce.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix apache/couchdb#1988 -  Validate attachment names</title>
<updated>2020-10-20T13:13:30+00:00</updated>
<author>
<name>Juanjo Rodriguez</name>
<email>juanjo@apache.org</email>
</author>
<published>2019-03-24T22:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=79f71ec4810e13ae958f33e40c7c1d58d0a6cb99'/>
<id>79f71ec4810e13ae958f33e40c7c1d58d0a6cb99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve query string rewrite when the request contains a body</title>
<updated>2020-10-07T07:13:30+00:00</updated>
<author>
<name>Juanjo Rodriguez</name>
<email>juanjo@apache.org</email>
</author>
<published>2020-09-24T05:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=666d391a743562afe386a24d38afc81e75aa8d49'/>
<id>666d391a743562afe386a24d38afc81e75aa8d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround dirty schedulers in run_queue stats (#3168)</title>
<updated>2020-09-23T21:05:49+00:00</updated>
<author>
<name>Russell Branca</name>
<email>chewbranca@apache.org</email>
</author>
<published>2020-09-23T21:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=f1906774e727982621a1acd8961a7a0483314ffb'/>
<id>f1906774e727982621a1acd8961a7a0483314ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
