<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cloudant_bigcouch.git/apps/couch/src/couch_server.erl, branch debian</title>
<subtitle>[cloudant_bigcouch] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/'/>
<entry>
<title>Add missing database 'created' event.</title>
<updated>2011-09-12T21:13:14+00:00</updated>
<author>
<name>benoitc</name>
<email>bchesneau@gmail.com</email>
</author>
<published>2011-09-10T09:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=7d8a8d69048955e97b6abe6118d28fda70fec271'/>
<id>7d8a8d69048955e97b6abe6118d28fda70fec271</id>
<content type='text'>
The `created` event is emitted on apache couchdb when a database is
created. This patch re-add it to bigcouch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `created` event is emitted on apache couchdb when a database is
created. This patch re-add it to bigcouch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge CouchDB 1.1</title>
<updated>2011-06-13T13:59:55+00:00</updated>
<author>
<name>Robert Newson</name>
<email>robert.newson@cloudant.com</email>
</author>
<published>2011-06-13T13:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=e9a5a6f90a021db1db8a7e55ec797a4c86edcad6'/>
<id>e9a5a6f90a021db1db8a7e55ec797a4c86edcad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monitor Fd after creating DB</title>
<updated>2011-04-18T16:54:49+00:00</updated>
<author>
<name>Robert Dionne</name>
<email>bob@cloudant.com</email>
</author>
<published>2011-02-18T21:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=7d1adfaf7d67c7e0af837b8067850b7ea0b7f95a'/>
<id>7d1adfaf7d67c7e0af837b8067850b7ea0b7f95a</id>
<content type='text'>
This patch has the side effect of fixing a crash of the _users DB after
the first minute of running.  The crash occurs because BigCouch presumes
that couch_stats_collector is monitoring the file descriptor, but
nothing prevents the supervisor from starting couch_auth_cache (and thus
opening the _users DB) before couch_stats_collector is started.  The
start order is determined by the ordering of the children from the
config file in couch_config's ets set.

Closes #39
BugzID: 11854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch has the side effect of fixing a crash of the _users DB after
the first minute of running.  The crash occurs because BigCouch presumes
that couch_stats_collector is monitoring the file descriptor, but
nothing prevents the supervisor from starting couch_auth_cache (and thus
opening the _users DB) before couch_stats_collector is started.  The
start order is determined by the ordering of the children from the
config file in couch_config's ets set.

Closes #39
BugzID: 11854
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the way we generate the match spec for a #db{}</title>
<updated>2011-02-24T19:52:28+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2011-02-24T19:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=3fddaf325d5b46fb35896282a0a6bf03bd34c88d'/>
<id>3fddaf325d5b46fb35896282a0a6bf03bd34c88d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make shards visible on backend, be more strict about naming</title>
<updated>2011-01-20T16:00:58+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam.kocoloski@gmail.com</email>
</author>
<published>2011-01-20T16:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=2ea18bdaa19ea7f2da1a5dccce65d50cf0efc64d'/>
<id>2ea18bdaa19ea7f2da1a5dccce65d50cf0efc64d</id>
<content type='text'>
BugzID: 10162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BugzID: 10162
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow client to specify a timeout when opening a DB</title>
<updated>2011-01-03T01:30:00+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-12-31T21:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=11af04ba67499a5aa3e85076b223c5ae8a9b500b'/>
<id>11af04ba67499a5aa3e85076b223c5ae8a9b500b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a bad cherry-pick</title>
<updated>2010-08-27T20:37:26+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-27T20:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=4a4783d17f0777818b53ab140ce96a46a5076810'/>
<id>4a4783d17f0777818b53ab140ce96a46a5076810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server and client should both update LRU table, BugzID 10755</title>
<updated>2010-08-27T20:28:47+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-18T14:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=33a17b2de4bf79da57e29c546eb2a961cd41c764'/>
<id>33a17b2de4bf79da57e29c546eb2a961cd41c764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some logging</title>
<updated>2010-08-27T19:10:44+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-27T19:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=2e345b84dac07d71396d2c7ad651eb8af52be3d4'/>
<id>2e345b84dac07d71396d2c7ad651eb8af52be3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new version() call allows for hidden patch releases</title>
<updated>2010-08-18T18:57:08+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2010-08-18T18:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=1fda1aa8f69d5870c5711b0068971c7d4594e6cc'/>
<id>1fda1aa8f69d5870c5711b0068971c7d4594e6cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
