<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>80d1859cccbecce9126c0019a8cce07101ceabe9</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/fd995a0d1907ec6b9f3624a01b0166affe12c94d</url>
    <id>fd995a0d1907ec6b9f3624a01b0166affe12c94d</id>
    <committed-date>2009-11-27T14:43:59-08:00</committed-date>
    <authored-date>2009-11-27T14:43:59-08:00</authored-date>
    <message>Fix weird error with JS_DefineFunctions call.

I found a fairly odd case with JS_DefineFunctions returning success without actually having defined any functions on the global object. This was happening on an Ubuntu 9.10 machine with Spidermonkey 1.7 which is most odd.

I refactored the code to iterate over the JSFunctionSpec array and define the functions one by one which appears to alleviate the issue.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@885041 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>aff0f277a015f09426d7b6add570e6de8a28594a</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b228c3330c47f19198c65710a764afbe915ae3a1</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/80d1859cccbecce9126c0019a8cce07101ceabe9</url>
    <id>80d1859cccbecce9126c0019a8cce07101ceabe9</id>
    <committed-date>2009-11-27T13:23:43-08:00</committed-date>
    <authored-date>2009-11-27T13:23:43-08:00</authored-date>
    <message>cURL refactoring requires a version bump.

We might want to discuss making cURL a soft dependency.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@885022 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>a2b6c85f4dc9ac232d1caca115364b33e43a6979</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93f8f2a85830ee4b69c465273c114f080e7b7f6d</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/b228c3330c47f19198c65710a764afbe915ae3a1</url>
    <id>b228c3330c47f19198c65710a764afbe915ae3a1</id>
    <committed-date>2009-11-27T10:43:28-08:00</committed-date>
    <authored-date>2009-11-27T10:43:28-08:00</authored-date>
    <message>Force couchspawnkillable to be executable.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884948 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>97debf91e4696f6f0d2da2e59dbbc62c27c72a1e</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ccdf85c7a9c28c64f6c078bc251a1b94304eccf</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/93f8f2a85830ee4b69c465273c114f080e7b7f6d</url>
    <id>93f8f2a85830ee4b69c465273c114f080e7b7f6d</id>
    <committed-date>2009-11-27T10:41:00-08:00</committed-date>
    <authored-date>2009-11-27T10:41:00-08:00</authored-date>
    <message>Minor formatting fix.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884946 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>a6f7c6e7df0a797719ac7b1f0dc7d51bfbdd06b2</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1702f0110b7a45b04aa93bf9265a17eabf65a49c</id>
      </parent>
    </parents>
    <author>
      <name>mhammond</name>
      <email>mhammond@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/5ccdf85c7a9c28c64f6c078bc251a1b94304eccf</url>
    <id>5ccdf85c7a9c28c64f6c078bc251a1b94304eccf</id>
    <committed-date>2009-11-26T22:41:39-08:00</committed-date>
    <authored-date>2009-11-26T22:41:39-08:00</authored-date>
    <message>get windows building again

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884751 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>7f973dc6d6cca545ac43379265b6e6187393e2d6</tree>
    <committer>
      <name>mhammond</name>
      <email>mhammond@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d1bf470917be269e781d28cf5a119f5212c405d</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/1702f0110b7a45b04aa93bf9265a17eabf65a49c</url>
    <id>1702f0110b7a45b04aa93bf9265a17eabf65a49c</id>
    <committed-date>2009-11-26T14:45:09-08:00</committed-date>
    <authored-date>2009-11-26T14:45:09-08:00</authored-date>
    <message>Updated the benchmarks to use the new cURL adapter.

Moved the bench directory into the tests directory.
Refactored the benchmarks to reuse more of the code from the JavaScript CLI test runner.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884716 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>9ffc860b2d901aa7dddb991b1ad4bfcf08b24f5b</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a19a0c3f4eefb7ad390bd155ea15580bd363ab6</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/0d1bf470917be269e781d28cf5a119f5212c405d</url>
    <id>0d1bf470917be269e781d28cf5a119f5212c405d</id>
    <committed-date>2009-11-26T11:59:05-08:00</committed-date>
    <authored-date>2009-11-26T11:59:05-08:00</authored-date>
    <message>Remove test/javascript/run for distcheck.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884683 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>20e44930731e98e87666d5ebe8eb4c86ba32fce1</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>570aff65c72a314487ad87379aa883c79110a45f</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/1a19a0c3f4eefb7ad390bd155ea15580bd363ab6</url>
    <id>1a19a0c3f4eefb7ad390bd155ea15580bd363ab6</id>
    <committed-date>2009-11-26T11:52:59-08:00</committed-date>
    <authored-date>2009-11-26T11:52:59-08:00</authored-date>
    <message>Ignore test/javascript/run build product



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884680 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>f456e049fec94422ad0008d08edd2db6ce84be43</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ea2541902a4b02f8d2b417975ec1cf5013d8d4a</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/570aff65c72a314487ad87379aa883c79110a45f</url>
    <id>570aff65c72a314487ad87379aa883c79110a45f</id>
    <committed-date>2009-11-26T11:50:55-08:00</committed-date>
    <authored-date>2009-11-26T11:50:55-08:00</authored-date>
    <message>Forgot to add SCRIPT variable for test/javascript/run



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884679 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>f456e049fec94422ad0008d08edd2db6ce84be43</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>416c07cd9ee6e4a344046b2dabe949cde7ed39ac</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/1ea2541902a4b02f8d2b417975ec1cf5013d8d4a</url>
    <id>1ea2541902a4b02f8d2b417975ec1cf5013d8d4a</id>
    <committed-date>2009-11-26T11:48:30-08:00</committed-date>
    <authored-date>2009-11-26T11:48:30-08:00</authored-date>
    <message>Ignoring src/couchdb/priv/couchjs



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884678 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>c8b09655791ba3e5bc8a34344709ded81f8dc73e</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>448b3874d7c6c9b7a9b23e6c7a173b89f1ac2613</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/416c07cd9ee6e4a344046b2dabe949cde7ed39ac</url>
    <id>416c07cd9ee6e4a344046b2dabe949cde7ed39ac</id>
    <committed-date>2009-11-26T11:32:08-08:00</committed-date>
    <authored-date>2009-11-26T11:32:08-08:00</authored-date>
    <message>Setup JavaScript command line runner.

All JS tests can now be run from the command line using the cURL
adapter. In the future I would like to rework this and provide better
TAP output. For now, each test is a single TAP assert.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884675 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>c8b09655791ba3e5bc8a34344709ded81f8dc73e</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10af33316ac7a281bd74b8f101dde5c637dbb7cb</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/448b3874d7c6c9b7a9b23e6c7a173b89f1ac2613</url>
    <id>448b3874d7c6c9b7a9b23e6c7a173b89f1ac2613</id>
    <committed-date>2009-11-26T11:31:00-08:00</committed-date>
    <authored-date>2009-11-26T11:31:00-08:00</authored-date>
    <message>Complete refactoring of couch_js.

In particular, the cURL bindings have been rewritten to be more useful
and easily applied in command line scripts.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884672 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>16fe8cecc8237e55fe4eec53198403a114b702b4</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>984e63c2b1d0be038b242f93ac7dc3083ecc0841</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/10af33316ac7a281bd74b8f101dde5c637dbb7cb</url>
    <id>10af33316ac7a281bd74b8f101dde5c637dbb7cb</id>
    <committed-date>2009-11-26T11:29:35-08:00</committed-date>
    <authored-date>2009-11-26T11:29:35-08:00</authored-date>
    <message>Move all C code to src/couchdb/priv

Shuffling bits around to conform to Erlang conventions.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884671 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>1f3948d9b61173c0b4a81557708aad0f6e4de763</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1aef1da5080a9d2bdb71873a51004b889f51b669</id>
      </parent>
    </parents>
    <author>
      <name>jasondavies</name>
      <email>jasondavies@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/984e63c2b1d0be038b242f93ac7dc3083ecc0841</url>
    <id>984e63c2b1d0be038b242f93ac7dc3083ecc0841</id>
    <committed-date>2009-11-26T06:33:14-08:00</committed-date>
    <authored-date>2009-11-26T06:33:14-08:00</authored-date>
    <message>Use TEquals() in content_negotiation test.

This gives us better error messages when the assertion fails.

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884567 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>c7539e497019e831f15a124122dd79edbcc56da9</tree>
    <committer>
      <name>jasondavies</name>
      <email>jasondavies@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>296efa46142b78a3aff87561b109e2aaf44cc354</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/1aef1da5080a9d2bdb71873a51004b889f51b669</url>
    <id>1aef1da5080a9d2bdb71873a51004b889f51b669</id>
    <committed-date>2009-11-25T18:10:06-08:00</committed-date>
    <authored-date>2009-11-25T18:10:06-08:00</authored-date>
    <message>Refactored the fix for active_dbs timeouts.

I was getting a bit of weirdness with the old test version so I updated to be more straight forward in its testing. I've also updated the patch to couch_db_updater.erl to only to the db_updated call when a delayed commit changes the db because it was interacting badly with compaction.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884369 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>1557fc630ad3df928008c68b7ff7aa6bc9a62565</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86e276ac161e245cdfd6e0b495597f402b14ea2a</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/296efa46142b78a3aff87561b109e2aaf44cc354</url>
    <id>296efa46142b78a3aff87561b109e2aaf44cc354</id>
    <committed-date>2009-11-25T16:19:02-08:00</committed-date>
    <authored-date>2009-11-25T16:19:02-08:00</authored-date>
    <message>Update the open db's test to check failure.

Damien made a good point that we should check that the error is generated as expected before waiting as necessary for the active db's to go idle.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884344 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>bfdb411ec39b78ea88f076168ecba022aa900142</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e19b69623ae110f4f1c8bc21eea5043f63323b99</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/86e276ac161e245cdfd6e0b495597f402b14ea2a</url>
    <id>86e276ac161e245cdfd6e0b495597f402b14ea2a</id>
    <committed-date>2009-11-25T14:39:23-08:00</committed-date>
    <authored-date>2009-11-25T14:39:23-08:00</authored-date>
    <message>Fixed a bug preventing active_dbs from working.

Thanks Jeff Macdonald for the report.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@884315 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>ebc381e9f389e82efb506d4cd0d71f628c8d2100</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8bc118e6af16affd68eac8e522eac9508912e42</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/e19b69623ae110f4f1c8bc21eea5043f63323b99</url>
    <id>e19b69623ae110f4f1c8bc21eea5043f63323b99</id>
    <committed-date>2009-11-24T12:21:16-08:00</committed-date>
    <authored-date>2009-11-24T12:21:16-08:00</authored-date>
    <message>Fixes COUCHDB-578

Must've had a regex error when reformatting to a consult format.
Also removed the config listener for the stats_descriptions section which is no
longer used.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@883850 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>e1fb54af2a3eb2ee2cffdb879d96a09bd867498b</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d1f595d37d125dd792d4974c0b2bf1264f834eb9</id>
      </parent>
    </parents>
    <author>
      <name>mhammond</name>
      <email>mhammond@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/b8bc118e6af16affd68eac8e522eac9508912e42</url>
    <id>b8bc118e6af16affd68eac8e522eac9508912e42</id>
    <committed-date>2009-11-23T22:54:20-08:00</committed-date>
    <authored-date>2009-11-23T22:54:20-08:00</authored-date>
    <message>Fix COUCHDB-574 - change to the erlang drive at startup

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@883606 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>f1396949273d553ae98ddf4201d0ff2a7c084e3a</tree>
    <committer>
      <name>mhammond</name>
      <email>mhammond@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5c548d85d8736dab12530c00bc58729dc1c1fae4</id>
      </parent>
    </parents>
    <author>
      <name>damien</name>
      <email>damien@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/d1f595d37d125dd792d4974c0b2bf1264f834eb9</url>
    <id>d1f595d37d125dd792d4974c0b2bf1264f834eb9</id>
    <committed-date>2009-11-23T12:41:06-08:00</committed-date>
    <authored-date>2009-11-23T12:41:06-08:00</authored-date>
    <message>Fix and tests for COUCHDB-292

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@883494 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>af3328bef809e7a06d840a29fc345abb0f61c6b7</tree>
    <committer>
      <name>damien</name>
      <email>damien@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6291b23b52f0be419afd6ce030a6c41e02c2a350</id>
      </parent>
    </parents>
    <author>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/5c548d85d8736dab12530c00bc58729dc1c1fae4</url>
    <id>5c548d85d8736dab12530c00bc58729dc1c1fae4</id>
    <committed-date>2009-11-21T09:01:50-08:00</committed-date>
    <authored-date>2009-11-21T09:01:50-08:00</authored-date>
    <message>upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882941 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>6945d805eb72a37a5b27ae14a7ec2d1e8690fdac</tree>
    <committer>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c012f62ed9a5cb202870c25687931cfc1b010586</id>
      </parent>
    </parents>
    <author>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/6291b23b52f0be419afd6ce030a6c41e02c2a350</url>
    <id>6291b23b52f0be419afd6ce030a6c41e02c2a350</id>
    <committed-date>2009-11-21T05:44:57-08:00</committed-date>
    <authored-date>2009-11-21T05:44:57-08:00</authored-date>
    <message>add Kostis to THANKS

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882906 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>b49e610c41dd39b48e8f5316c0da5f0f6c732785</tree>
    <committer>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>999318efdcdb3a9241238a778820744f52004251</id>
      </parent>
    </parents>
    <author>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/c012f62ed9a5cb202870c25687931cfc1b010586</url>
    <id>c012f62ed9a5cb202870c25687931cfc1b010586</id>
    <committed-date>2009-11-21T05:43:43-08:00</committed-date>
    <authored-date>2009-11-21T05:43:43-08:00</authored-date>
    <message>code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882903 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>7ee342a14f36f7a21b2249b832c9700f082d55b6</tree>
    <committer>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ab393f6c090888b444b5ad30c00f6ec0d5a53a5</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/999318efdcdb3a9241238a778820744f52004251</url>
    <id>999318efdcdb3a9241238a778820744f52004251</id>
    <committed-date>2009-11-20T03:53:48-08:00</committed-date>
    <authored-date>2009-11-20T03:53:48-08:00</authored-date>
    <message>whitespace, add missing curly braces, 80 columns width -- no functionality change

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882523 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>b0927597302f8888d56a371f6ab6ad1012c9cc6a</tree>
    <committer>
      <name>jan</name>
      <email>jan@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac641a8040835bd4e340f6da7e7e7046da96e2f3</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/4ab393f6c090888b444b5ad30c00f6ec0d5a53a5</url>
    <id>4ab393f6c090888b444b5ad30c00f6ec0d5a53a5</id>
    <committed-date>2009-11-20T03:52:45-08:00</committed-date>
    <authored-date>2009-11-20T03:52:45-08:00</authored-date>
    <message>add tmp files

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882521 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>fa876433b3b9441ec08ba0009b28aa63190ac50a</tree>
    <committer>
      <name>jan</name>
      <email>jan@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>705fc049c04445d8770a61ce7c6fedac3785daad</id>
      </parent>
    </parents>
    <author>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/ac641a8040835bd4e340f6da7e7e7046da96e2f3</url>
    <id>ac641a8040835bd4e340f6da7e7e7046da96e2f3</id>
    <committed-date>2009-11-19T13:07:05-08:00</committed-date>
    <authored-date>2009-11-19T13:07:05-08:00</authored-date>
    <message>fix replication of attachments gzipped by proxy

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@882295 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>ee2fb5e24589db2ce1f09b1581e5ebf79a0b6236</tree>
    <committer>
      <name>kocolosk</name>
      <email>kocolosk@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06545dca581973bd57cb862abca216de56fd551d</id>
      </parent>
    </parents>
    <author>
      <name>damien</name>
      <email>damien@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/705fc049c04445d8770a61ce7c6fedac3785daad</url>
    <id>705fc049c04445d8770a61ce7c6fedac3785daad</id>
    <committed-date>2009-11-17T09:41:56-08:00</committed-date>
    <authored-date>2009-11-17T09:41:56-08:00</authored-date>
    <message>Fix for broken multipart parsing code as mentioned in COUCHDB-570.

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@881407 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>dae1e1f83d50340d42135e6ab8ff6517a2a68848</tree>
    <committer>
      <name>damien</name>
      <email>damien@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00f3c786ad72d383e027bb08177372935c47afbc</id>
      </parent>
    </parents>
    <author>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/06545dca581973bd57cb862abca216de56fd551d</url>
    <id>06545dca581973bd57cb862abca216de56fd551d</id>
    <committed-date>2009-11-16T12:42:14-08:00</committed-date>
    <authored-date>2009-11-16T12:42:14-08:00</authored-date>
    <message>Fix a couple typos in the source.

paramter -&gt; parameter
InitalBuild -&gt; InitialBuild

Thanks David Coallier and Glenn Rempe for pointing them out.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@880951 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>678d3d557dc1874e208acadae969849d1b43745d</tree>
    <committer>
      <name>davisp</name>
      <email>davisp@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>964d418554d67268a9f843b7bd90195f41195232</id>
      </parent>
    </parents>
    <author>
      <name>nslater</name>
      <email>nslater@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/00f3c786ad72d383e027bb08177372935c47afbc</url>
    <id>00f3c786ad72d383e027bb08177372935c47afbc</id>
    <committed-date>2009-11-16T11:19:17-08:00</committed-date>
    <authored-date>2009-11-16T11:19:17-08:00</authored-date>
    <message>force it to sign with my key

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@880917 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>887f8407836893ce79075bfcf8a44ee7db08fd4c</tree>
    <committer>
      <name>nslater</name>
      <email>nslater@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f84493d9a1b2739526870396a5d51ea1b9a7263b</id>
      </parent>
    </parents>
    <author>
      <name>nslater</name>
      <email>nslater@13f79535-47bb-0310-9956-ffa450edef68</email>
    </author>
    <url>http://github.com/halorgium/couchdb/commit/964d418554d67268a9f843b7bd90195f41195232</url>
    <id>964d418554d67268a9f843b7bd90195f41195232</id>
    <committed-date>2009-11-16T10:42:11-08:00</committed-date>
    <authored-date>2009-11-16T10:42:11-08:00</authored-date>
    <message>eh?

git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@880904 13f79535-47bb-0310-9956-ffa450edef68</message>
    <tree>3cb6b00be6198d2764947e46e18ac1989496fbc9</tree>
    <committer>
      <name>nslater</name>
      <email>nslater@13f79535-47bb-0310-9956-ffa450edef68</email>
    </committer>
  </commit>
</commits>
