<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>64fe9fb85d70b4b37561054e57d5d9c1720700e8</id>
      </parent>
    </parents>
    <author>
      <name>Michaeljohn Clement</name>
      <email>inimino@inimino.org</email>
    </author>
    <url>http://github.com/ry/node/commit/3d24e119e06fe23386e068b5b83806d91735cc97</url>
    <id>3d24e119e06fe23386e068b5b83806d91735cc97</id>
    <committed-date>2009-12-23T13:24:29-08:00</committed-date>
    <authored-date>2009-12-23T12:48:14-08:00</authored-date>
    <message>don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget)</message>
    <tree>43dd54c14592c0087120ba44287b3cb9331b5b52</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f91e347eeeeac1a8bd6a7b462df0321b60f3affc</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/64fe9fb85d70b4b37561054e57d5d9c1720700e8</url>
    <id>64fe9fb85d70b4b37561054e57d5d9c1720700e8</id>
    <committed-date>2009-12-22T14:11:54-08:00</committed-date>
    <authored-date>2009-12-22T14:11:54-08:00</authored-date>
    <message>fix whitespace</message>
    <tree>04c4167836962c70d7f95c8cac4994238a9ce0e6</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5de04dafc6c21cbfedc0f89859a21066e2741295</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/f91e347eeeeac1a8bd6a7b462df0321b60f3affc</url>
    <id>f91e347eeeeac1a8bd6a7b462df0321b60f3affc</id>
    <committed-date>2009-12-22T11:31:45-08:00</committed-date>
    <authored-date>2009-12-22T11:31:45-08:00</authored-date>
    <message>bump version</message>
    <tree>e0947673dd4a9565d661cdab3cf8bbbe39f8628a</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e6c5ac4f73f69c4e87aa5a7c7e84bccfb3ba12e6</id>
      </parent>
    </parents>
    <author>
      <name>Felix Geisend&#246;rfer</name>
      <email>felix@debuggable.com</email>
    </author>
    <url>http://github.com/ry/node/commit/5de04dafc6c21cbfedc0f89859a21066e2741295</url>
    <id>5de04dafc6c21cbfedc0f89859a21066e2741295</id>
    <committed-date>2009-12-22T10:28:30-08:00</committed-date>
    <authored-date>2009-12-20T11:27:06-08:00</authored-date>
    <message>Do not pause request for multipart parsing

This is actually undesireable as it takes away control from the user who
may want to pause/resume to throttle the upload stream, or synchronize
it with disk flushing.

I actually ran into memory issues when trying to stream huge files to
disc as the file module was building up a huge action buffer. This can
now easily be avoided like this:

part.addListener('body', function(chunk) {
  req.pause();
  file.write(chunk).addCallback(function() {
    req.resume();
  });
}</message>
    <tree>27b618d324e8d9fefc165d5928b3ac872c29a7d2</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>120492e5c222f8d1b0890ea0e8170dfe7370d74c</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Pfenniger</name>
      <email>jonas@pfenniger.name</email>
    </author>
    <url>http://github.com/ry/node/commit/e6c5ac4f73f69c4e87aa5a7c7e84bccfb3ba12e6</url>
    <id>e6c5ac4f73f69c4e87aa5a7c7e84bccfb3ba12e6</id>
    <committed-date>2009-12-22T09:01:13-08:00</committed-date>
    <authored-date>2009-12-22T05:52:40-08:00</authored-date>
    <message>posix.cat not using call() correctly

'this' will point to &quot;arguments&quot; and the arguments of the callback itself
will not be set.</message>
    <tree>39ac877ffcb77f7ac13aaee8c85bc3295f82b46a</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dcdfaf9291a5d6a2ed25b5742151a0de562a4a1</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/120492e5c222f8d1b0890ea0e8170dfe7370d74c</url>
    <id>120492e5c222f8d1b0890ea0e8170dfe7370d74c</id>
    <committed-date>2009-12-22T08:50:23-08:00</committed-date>
    <authored-date>2009-12-22T08:50:23-08:00</authored-date>
    <message>export path.normalizeArray for the uri module</message>
    <tree>f21ea817e7f31a86d1fb4f05c03ee9a8fdc2b8c5</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2d809fe902f6c4102dba8f2e3e9551aad137c0f</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/4dcdfaf9291a5d6a2ed25b5742151a0de562a4a1</url>
    <id>4dcdfaf9291a5d6a2ed25b5742151a0de562a4a1</id>
    <committed-date>2009-12-22T08:22:12-08:00</committed-date>
    <authored-date>2009-12-22T07:24:32-08:00</authored-date>
    <message>Fix require(&quot;../blah&quot;) issues

Added some more tests, and refactored the uri and path modules to use the
same normalization logic, so that nothing is relying on flaky regexps.

http://groups.google.com/group/nodejs/browse_thread/thread/34779f8c10098c5e
http://groups.google.com/group/nodejs/browse_thread/thread/1aa0146b92582679#msg_9822c03998cb4064</message>
    <tree>d6d9945a1635caa6beef7a88afd102499f6e5f37</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a98afdfb2f05d163b2d4145f2d98c4a7ffd13bfd</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/a2d809fe902f6c4102dba8f2e3e9551aad137c0f</url>
    <id>a2d809fe902f6c4102dba8f2e3e9551aad137c0f</id>
    <committed-date>2009-12-18T16:24:59-08:00</committed-date>
    <authored-date>2009-12-18T16:24:59-08:00</authored-date>
    <message>bump version</message>
    <tree>abde5b0750960e3e998eac4ffac10a05a0c8eed9</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0981e7f663c9f6cfbccb49aa2956df499a63e60d</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/a98afdfb2f05d163b2d4145f2d98c4a7ffd13bfd</url>
    <id>a98afdfb2f05d163b2d4145f2d98c4a7ffd13bfd</id>
    <committed-date>2009-12-18T16:04:19-08:00</committed-date>
    <authored-date>2009-12-18T16:04:19-08:00</authored-date>
    <message>Revert &quot;Upgrade V8 to 2.0.5&quot;

This reverts commit 20b945df706b2b9fcbc1a84230372d288d497544.

Broken on Hagen's Macintosh. Don't have time to investigate.</message>
    <tree>7efd649b7aceaab2d4d847ce79c4517fb616afe3</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ea2f9e04b411fa06277c478d2b2b28b47054873</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/0981e7f663c9f6cfbccb49aa2956df499a63e60d</url>
    <id>0981e7f663c9f6cfbccb49aa2956df499a63e60d</id>
    <committed-date>2009-12-18T15:45:01-08:00</committed-date>
    <authored-date>2009-12-18T15:45:01-08:00</authored-date>
    <message>Fix test-readdir.js

Was broken because I added &quot;throws_error.js&quot; to the fixtures directory.
Problem appeared in bfa36136dac787793bc5106da57cccbb8db1ce14.</message>
    <tree>55df21b737aa5681e7b946613444dab6f10e68a9</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6301f18e62e8f90026dda3aec3457e4723ea319b</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/0ea2f9e04b411fa06277c478d2b2b28b47054873</url>
    <id>0ea2f9e04b411fa06277c478d2b2b28b47054873</id>
    <committed-date>2009-12-18T15:14:50-08:00</committed-date>
    <authored-date>2009-12-17T14:06:56-08:00</authored-date>
    <message>Remove two debug statements that are a bit much.</message>
    <tree>2b3f98693e9d5e29b836bb6cce5458637353bad6</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2454a0d067d1587f7fcc529543e521cc73620f0</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/6301f18e62e8f90026dda3aec3457e4723ea319b</url>
    <id>6301f18e62e8f90026dda3aec3457e4723ea319b</id>
    <committed-date>2009-12-18T15:14:10-08:00</committed-date>
    <authored-date>2009-12-16T15:18:27-08:00</authored-date>
    <message>Bugfix: child modules get wrong id with &quot;index.js&quot;

Fix for bug brought up by nua in irc, where child modules get the wrong id
when loaded from a parent module with an id of index.js or index.addon.</message>
    <tree>0bd1866a2bac0ddd40e8c4005481b2dec299a477</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b8e47755a16c72d7b3509685a89c834c42a9342</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/c2454a0d067d1587f7fcc529543e521cc73620f0</url>
    <id>c2454a0d067d1587f7fcc529543e521cc73620f0</id>
    <committed-date>2009-12-18T15:13:20-08:00</committed-date>
    <authored-date>2009-12-16T14:15:24-08:00</authored-date>
    <message>Inadvertently introduced a bug in how single-dot path parts are handled.</message>
    <tree>eb89b46d1921b23f3817062419ef46ccd247e21d</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfa36136dac787793bc5106da57cccbb8db1ce14</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/3b8e47755a16c72d7b3509685a89c834c42a9342</url>
    <id>3b8e47755a16c72d7b3509685a89c834c42a9342</id>
    <committed-date>2009-12-18T15:12:38-08:00</committed-date>
    <authored-date>2009-12-16T13:08:14-08:00</authored-date>
    <message>Bugfix: require(&quot;../foo&quot;)

If you have a circular require chain in which one or more of the modules are
referenced with a &quot;..&quot; relative path, like require(&quot;../foo&quot;), node blows up.
This patch un-blows-up that case.  There still seem to be issues with
circularity, but this solves one of the more obnoxious ones.</message>
    <tree>20c95f155568548ae13124be64117024a92eb2f3</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4526308560201bfcb9ae927abb96c2103ba31344</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/bfa36136dac787793bc5106da57cccbb8db1ce14</url>
    <id>bfa36136dac787793bc5106da57cccbb8db1ce14</id>
    <committed-date>2009-12-18T14:58:04-08:00</committed-date>
    <authored-date>2009-12-18T14:58:04-08:00</authored-date>
    <message>require() should throw error if module does.

Reported by Kris Zyp
http://groups.google.com/group/nodejs/browse_thread/thread/1feab0309bd5402b</message>
    <tree>5fbd343498bec6d583cb5c333cd621c66072578e</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f65b36eec1e3bf07307e926981b3ec57a0145c1f</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/4526308560201bfcb9ae927abb96c2103ba31344</url>
    <id>4526308560201bfcb9ae927abb96c2103ba31344</id>
    <committed-date>2009-12-18T10:02:27-08:00</committed-date>
    <authored-date>2009-12-12T16:29:12-08:00</authored-date>
    <message>Update to fix failing test. Rewrite of the resolveObject function, and some tweaks to format.</message>
    <tree>0452e5d864ebd2dca80be588c0488af0e7422f55</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a615ddd9c29b57dd5b526b46dcbcf4585acd95f</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/f65b36eec1e3bf07307e926981b3ec57a0145c1f</url>
    <id>f65b36eec1e3bf07307e926981b3ec57a0145c1f</id>
    <committed-date>2009-12-18T10:02:16-08:00</committed-date>
    <authored-date>2009-12-11T15:46:32-08:00</authored-date>
    <message>Use the new uri parser.</message>
    <tree>baef9b9863b47e7d41a2baf797ce625519b4ad94</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f9722cca0a72122aa03763c085f6b5aa7f0ada2</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/4a615ddd9c29b57dd5b526b46dcbcf4585acd95f</url>
    <id>4a615ddd9c29b57dd5b526b46dcbcf4585acd95f</id>
    <committed-date>2009-12-18T09:59:02-08:00</committed-date>
    <authored-date>2009-12-11T15:46:10-08:00</authored-date>
    <message>Add credits, and a &quot;decode&quot; function.</message>
    <tree>8737cda1725f3cf4d8f9c464344ed82547b13f73</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3b0cefd0b1916c7f3ba0ca04560614bb6de9122</id>
      </parent>
    </parents>
    <author>
      <name>isaacs</name>
      <email>i@foohack.com</email>
    </author>
    <url>http://github.com/ry/node/commit/2f9722cca0a72122aa03763c085f6b5aa7f0ada2</url>
    <id>2f9722cca0a72122aa03763c085f6b5aa7f0ada2</id>
    <committed-date>2009-12-18T09:56:59-08:00</committed-date>
    <authored-date>2009-12-11T15:25:35-08:00</authored-date>
    <message>Pull in the uri.js from Narwhal and create tests, stripping out the cruft from a previous code-surgery.</message>
    <tree>af370a20b5e12997a11b04c3a1925ba14d429f87</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7873639f55ce9d4b1cbc87542e54a74b60a7b293</id>
      </parent>
    </parents>
    <author>
      <name>visionmedia</name>
      <email>tj@vision-media.ca</email>
    </author>
    <url>http://github.com/ry/node/commit/f3b0cefd0b1916c7f3ba0ca04560614bb6de9122</url>
    <id>f3b0cefd0b1916c7f3ba0ca04560614bb6de9122</id>
    <committed-date>2009-12-18T09:42:20-08:00</committed-date>
    <authored-date>2009-12-17T18:27:48-08:00</authored-date>
    <message>Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call()

Acts in pretty much the same manor just a bit more elegant</message>
    <tree>554877f28fa6ed84475647bcce6a582497c1301b</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8e69d31b398a22cae696182f837ad5ffec25efd</id>
      </parent>
    </parents>
    <author>
      <name>Joshaven Potter</name>
      <email>yourtech@gmail.com</email>
    </author>
    <url>http://github.com/ry/node/commit/7873639f55ce9d4b1cbc87542e54a74b60a7b293</url>
    <id>7873639f55ce9d4b1cbc87542e54a74b60a7b293</id>
    <committed-date>2009-12-18T07:21:21-08:00</committed-date>
    <authored-date>2009-12-16T14:33:33-08:00</authored-date>
    <message>syntax fixes in src/node.js</message>
    <tree>7216e5cf01753c7ccf74353681ce51cdc20f7da1</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22d1d3dbf73d9471b0cc3d5391d26a3563eb0e24</id>
      </parent>
    </parents>
    <author>
      <name>Micheil Smith</name>
      <email>micheil@yettobebranded.net</email>
    </author>
    <url>http://github.com/ry/node/commit/d8e69d31b398a22cae696182f837ad5ffec25efd</url>
    <id>d8e69d31b398a22cae696182f837ad5ffec25efd</id>
    <committed-date>2009-12-18T07:17:10-08:00</committed-date>
    <authored-date>2009-12-18T07:17:10-08:00</authored-date>
    <message>Documentation for the assert module</message>
    <tree>e0f297297e104a800237794bd0c21442f97eafab</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6eb8bbc64002842d5c42d4e95ed3610551ec3827</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/22d1d3dbf73d9471b0cc3d5391d26a3563eb0e24</url>
    <id>22d1d3dbf73d9471b0cc3d5391d26a3563eb0e24</id>
    <committed-date>2009-12-18T06:45:53-08:00</committed-date>
    <authored-date>2009-12-18T06:45:53-08:00</authored-date>
    <message>Fix kqueue check (broke it in last commit)</message>
    <tree>36ee5b372f2ce09e88e6b5d136e6a55730b26843</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa667f718ca1f6a887d5dddbed62ec6720f3f205</id>
      </parent>
    </parents>
    <author>
      <name>Rasmus Andersson</name>
      <email>rasmus@notion.se</email>
    </author>
    <url>http://github.com/ry/node/commit/6eb8bbc64002842d5c42d4e95ed3610551ec3827</url>
    <id>6eb8bbc64002842d5c42d4e95ed3610551ec3827</id>
    <committed-date>2009-12-18T06:37:24-08:00</committed-date>
    <authored-date>2009-12-15T14:37:49-08:00</authored-date>
    <message>note about why execinfo detection fails on Darwin even though it exists</message>
    <tree>b0097001ef1fcfd4484e5da2294e2e5bffc361dc</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>752da03eb03ac737ac696232f3dd670d0194d30f</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/fa667f718ca1f6a887d5dddbed62ec6720f3f205</url>
    <id>fa667f718ca1f6a887d5dddbed62ec6720f3f205</id>
    <committed-date>2009-12-18T06:36:25-08:00</committed-date>
    <authored-date>2009-12-18T06:36:25-08:00</authored-date>
    <message>Fix check for epoll_ctl(). Was broken on Linux</message>
    <tree>a132855c755206684f92503815010fe639af7aba</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87077e03ccee3f4e96e66f33eddc4609a30799c4</id>
      </parent>
    </parents>
    <author>
      <name>Rasmus Andersson</name>
      <email>rasmus@notion.se</email>
    </author>
    <url>http://github.com/ry/node/commit/752da03eb03ac737ac696232f3dd670d0194d30f</url>
    <id>752da03eb03ac737ac696232f3dd670d0194d30f</id>
    <committed-date>2009-12-18T06:36:11-08:00</committed-date>
    <authored-date>2009-12-15T13:46:38-08:00</authored-date>
    <message>detect nanosleep on OS X and do not look for functions in libraries we know dows not exist</message>
    <tree>b24e0abb2afff24620fd3dfe3c1f7869f112cd57</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20b945df706b2b9fcbc1a84230372d288d497544</id>
      </parent>
    </parents>
    <author>
      <name>Rasmus Andersson</name>
      <email>rasmus@notion.se</email>
    </author>
    <url>http://github.com/ry/node/commit/87077e03ccee3f4e96e66f33eddc4609a30799c4</url>
    <id>87077e03ccee3f4e96e66f33eddc4609a30799c4</id>
    <committed-date>2009-12-18T06:14:33-08:00</committed-date>
    <authored-date>2009-12-15T13:32:50-08:00</authored-date>
    <message>fix kqueue feature detection on Mac OS X 10.6</message>
    <tree>e4765cad472a9c80a176c4e8d455ccd53f2aafea</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>164ce76e941490e82230e905e719b5b556b669f5</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/20b945df706b2b9fcbc1a84230372d288d497544</url>
    <id>20b945df706b2b9fcbc1a84230372d288d497544</id>
    <committed-date>2009-12-18T06:05:04-08:00</committed-date>
    <authored-date>2009-12-18T06:05:04-08:00</authored-date>
    <message>Upgrade V8 to 2.0.5</message>
    <tree>0c60abd605dfb4452ba1e866b2bd075f1bd929ef</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89a3fa93a031dca3d9f1cef33f796b9194a2db98</id>
      </parent>
    </parents>
    <author>
      <name>Ryan McGrath</name>
      <email>ryan@venodesigns.net</email>
    </author>
    <url>http://github.com/ry/node/commit/164ce76e941490e82230e905e719b5b556b669f5</url>
    <id>164ce76e941490e82230e905e719b5b556b669f5</id>
    <committed-date>2009-12-18T05:59:33-08:00</committed-date>
    <authored-date>2009-12-17T22:08:10-08:00</authored-date>
    <message>Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd()</message>
    <tree>9263d4244ef1a55e59000b94b5093367955e7ef1</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e801f420d0b03a7a2bb16e8174ba9f7ecf5720c7</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </author>
    <url>http://github.com/ry/node/commit/89a3fa93a031dca3d9f1cef33f796b9194a2db98</url>
    <id>89a3fa93a031dca3d9f1cef33f796b9194a2db98</id>
    <committed-date>2009-12-09T06:59:53-08:00</committed-date>
    <authored-date>2009-12-09T06:59:53-08:00</authored-date>
    <message>add missing semicolon</message>
    <tree>872f69ffa38875e6ec9c1efa1121b99a2afb5d79</tree>
    <committer>
      <name>Ryan Dahl</name>
      <email>ry@tinyclouds.org</email>
    </committer>
  </commit>
</commits>
