<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f881fe3cf1555e1e072d85ac007eb8bfde6ff9aa</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/cac1bae5e21b33bed9cd7cf5ffcc5da41316ebf8</url>
    <id>cac1bae5e21b33bed9cd7cf5ffcc5da41316ebf8</id>
    <committed-date>2009-11-13T07:25:20-08:00</committed-date>
    <authored-date>2009-11-13T07:25:20-08:00</authored-date>
    <message>Update documentation.</message>
    <tree>d8e0e956ed51cbda0ac2c6cb007eab9f606db79a</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb81d59ef5498f04841f708976a14a84ef407213</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/f881fe3cf1555e1e072d85ac007eb8bfde6ff9aa</url>
    <id>f881fe3cf1555e1e072d85ac007eb8bfde6ff9aa</id>
    <committed-date>2009-11-13T05:30:50-08:00</committed-date>
    <authored-date>2009-11-13T05:30:50-08:00</authored-date>
    <message>Bump version to 0.2.3.</message>
    <tree>af5118337622b703fa161b47fd5d979a239e02bf</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9aaa0a02f353a9aeed9184cf8c043fa6b2873bdd</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/cb81d59ef5498f04841f708976a14a84ef407213</url>
    <id>cb81d59ef5498f04841f708976a14a84ef407213</id>
    <committed-date>2009-11-13T05:16:18-08:00</committed-date>
    <authored-date>2009-11-13T05:16:18-08:00</authored-date>
    <message>Allow the start_command option to be a Proc.</message>
    <tree>9ef8a19b678b17c7c3fce723a949c09440c62e53</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b154aade71fa4a53f1f6a0cf68bb643540155d85</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/9aaa0a02f353a9aeed9184cf8c043fa6b2873bdd</url>
    <id>9aaa0a02f353a9aeed9184cf8c043fa6b2873bdd</id>
    <committed-date>2009-11-06T06:36:28-08:00</committed-date>
    <authored-date>2009-11-06T06:36:28-08:00</authored-date>
    <message>Add resource links and installation instructions to the README.</message>
    <tree>7aa093632987815182a3673e522ec6a71d2098f6</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9abc8d8e3ddbd85be711b9d89a50cd9fb97da128</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/b154aade71fa4a53f1f6a0cf68bb643540155d85</url>
    <id>b154aade71fa4a53f1f6a0cf68bb643540155d85</id>
    <committed-date>2009-11-06T06:29:44-08:00</committed-date>
    <authored-date>2009-11-06T06:29:44-08:00</authored-date>
    <message>Bump version to 0.2.2.</message>
    <tree>588f0c93c703c6b729ab80dc85e82d735c5bbabd</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de366a08623bb46f2de25a2ae768712ede2a8b21</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/9abc8d8e3ddbd85be711b9d89a50cd9fb97da128</url>
    <id>9abc8d8e3ddbd85be711b9d89a50cd9fb97da128</id>
    <committed-date>2009-11-06T05:49:46-08:00</committed-date>
    <authored-date>2009-11-06T05:49:46-08:00</authored-date>
    <message>Fix compatibility with JRuby on OS X: use '127.0.0.1' instead of 'localhost' because MRI on OS X binds the latter to an IPv6 address.</message>
    <tree>765ef9b1ed2157b8d2de1f3c08d5b814e31da4f8</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4e1f22fff0e726dcd1b14778b6c919d43b908b5</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/de366a08623bb46f2de25a2ae768712ede2a8b21</url>
    <id>de366a08623bb46f2de25a2ae768712ede2a8b21</id>
    <committed-date>2009-11-06T05:36:28-08:00</committed-date>
    <authored-date>2009-11-06T05:36:28-08:00</authored-date>
    <message>Ruby 1.9 compatibility fixes.</message>
    <tree>cac61d00ebe79336045e0cdfbfc92dcc9e4d362a</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9449a73813d114b96469284dfd9348336234aa5</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/c4e1f22fff0e726dcd1b14778b6c919d43b908b5</url>
    <id>c4e1f22fff0e726dcd1b14778b6c919d43b908b5</id>
    <committed-date>2009-11-06T04:02:57-08:00</committed-date>
    <authored-date>2009-11-06T04:02:57-08:00</authored-date>
    <message>Redirect STDIN/STDOUT/STDERR after closing IO objects. Fixes issue #2.</message>
    <tree>a84c3492e9875b3071d61cd53e298570b1c65157</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>55cfa8b2195ee104c3ce4684a8b1a6923b38e92f</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/c9449a73813d114b96469284dfd9348336234aa5</url>
    <id>c9449a73813d114b96469284dfd9348336234aa5</id>
    <committed-date>2009-11-06T03:55:32-08:00</committed-date>
    <authored-date>2009-11-06T03:55:32-08:00</authored-date>
    <message>Fix compatibility with Ruby 1.8.7: apparently timeout.rb doesn't raise Timeout::Error by default as documented.</message>
    <tree>a73bd55001af545667e34acb4fa98c73eb967ae0</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82fc885edd0ec90ee2ffb155524c2b5e70bb878a</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/55cfa8b2195ee104c3ce4684a8b1a6923b38e92f</url>
    <id>55cfa8b2195ee104c3ce4684a8b1a6923b38e92f</id>
    <committed-date>2009-11-06T03:14:39-08:00</committed-date>
    <authored-date>2009-11-06T03:00:01-08:00</authored-date>
    <message>Update introduction and fix formatting on Github.</message>
    <tree>770bdafe863a92873ac2da4ebd07e88a06a6ecf8</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ac2359fa75b358f630f44c9164298069eee143b</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/82fc885edd0ec90ee2ffb155524c2b5e70bb878a</url>
    <id>82fc885edd0ec90ee2ffb155524c2b5e70bb878a</id>
    <committed-date>2009-02-25T11:00:27-08:00</committed-date>
    <authored-date>2009-02-25T11:00:27-08:00</authored-date>
    <message>Java cannot use lock files to synchronize threads, so document this fact.</message>
    <tree>ffdf4de13ab3360c9ea9eb93a60deaa23b877573</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a1fbe6cac534c974a2e139ec7a5cfd8c4c06425</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/3ac2359fa75b358f630f44c9164298069eee143b</url>
    <id>3ac2359fa75b358f630f44c9164298069eee143b</id>
    <committed-date>2009-02-25T08:41:12-08:00</committed-date>
    <authored-date>2009-02-25T08:40:43-08:00</authored-date>
    <message>Refactor unit tests.</message>
    <tree>3ef36d91ebdbb0ec0d79171a319d4e1a869c4e00</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ef0263d74e2cf552956d6363b5051193072236a</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/9a1fbe6cac534c974a2e139ec7a5cfd8c4c06425</url>
    <id>9a1fbe6cac534c974a2e139ec7a5cfd8c4c06425</id>
    <committed-date>2009-02-25T05:47:22-08:00</committed-date>
    <authored-date>2009-02-25T05:47:22-08:00</authored-date>
    <message>Document LockFile.</message>
    <tree>7f3fdf347567c724b0159fb8148abd3262d1e6a9</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72a79c87ef677bc4327f2664fc00e97530b9ac68</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/9ef0263d74e2cf552956d6363b5051193072236a</url>
    <id>9ef0263d74e2cf552956d6363b5051193072236a</id>
    <committed-date>2009-02-22T06:47:30-08:00</committed-date>
    <authored-date>2009-02-22T06:47:30-08:00</authored-date>
    <message>Add EADDRNOTAVAIL to the list of allowed connect exceptions.</message>
    <tree>f179df65944f98e849e8e7f5dc7d51c340220acc</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5bffee1b9bd6620895c4d6adcdbf5196b7f9f0b0</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/72a79c87ef677bc4327f2664fc00e97530b9ac68</url>
    <id>72a79c87ef677bc4327f2664fc00e97530b9ac68</id>
    <committed-date>2009-02-22T06:30:34-08:00</committed-date>
    <authored-date>2009-02-22T06:30:34-08:00</authored-date>
    <message>Bump version number.</message>
    <tree>0004624c39555f40774b9500280519a651f1e4af</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d6ea93951e9aed4b534c61474772c52af3459b0</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/5bffee1b9bd6620895c4d6adcdbf5196b7f9f0b0</url>
    <id>5bffee1b9bd6620895c4d6adcdbf5196b7f9f0b0</id>
    <committed-date>2008-11-02T11:56:59-08:00</committed-date>
    <authored-date>2008-11-02T11:56:59-08:00</authored-date>
    <message>Add try_*_lock methods to LockFile.</message>
    <tree>4e494cf870aee043254f323631d704dee0746905</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e6ea6bfdf8a59379b17e67c1c54015f28d53ab65</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/4d6ea93951e9aed4b534c61474772c52af3459b0</url>
    <id>4d6ea93951e9aed4b534c61474772c52af3459b0</id>
    <committed-date>2008-11-02T11:56:02-08:00</committed-date>
    <authored-date>2008-11-02T11:56:02-08:00</authored-date>
    <message>Upon executing the daemon, close all file descriptors except STDIN, STDOUT and STDERR. This avoids file descriptor leaks.</message>
    <tree>285c45d05bac9484790586e96f14d897384b1bbf</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0830c48b352ef0acafd75f549f63d0a82040a33c</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/e6ea6bfdf8a59379b17e67c1c54015f28d53ab65</url>
    <id>e6ea6bfdf8a59379b17e67c1c54015f28d53ab65</id>
    <committed-date>2008-11-02T11:55:16-08:00</committed-date>
    <authored-date>2008-11-02T11:55:16-08:00</authored-date>
    <message>Require 'timeout' explicitly.</message>
    <tree>6035b5b2306bb32eccb4904062433a7f08b2afe4</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>041b835813e9e05d322b561346da5db4f50e2072</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/0830c48b352ef0acafd75f549f63d0a82040a33c</url>
    <id>0830c48b352ef0acafd75f549f63d0a82040a33c</id>
    <committed-date>2008-10-04T07:01:06-07:00</committed-date>
    <authored-date>2008-10-04T07:01:06-07:00</authored-date>
    <message>Add Errno::EINVAL to the list of allowed exceptions for #connect. This is raised on FreeBSD when unable to connect to a server.</message>
    <tree>2d0ef7fb52fb2ae66e9631dc0d1c03e7327f9a57</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ac4fbc9189bb24ef5faee1551278326077404ff</id>
      </parent>
    </parents>
    <author>
      <name>Patrik Wenger</name>
      <email>paddor@gmail.com</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/041b835813e9e05d322b561346da5db4f50e2072</url>
    <id>041b835813e9e05d322b561346da5db4f50e2072</id>
    <committed-date>2008-10-03T05:13:16-07:00</committed-date>
    <authored-date>2008-10-03T05:13:16-07:00</authored-date>
    <message>Fix class name in comment</message>
    <tree>80e1f2d7423f731656a8b4d15503c0b92d6989b2</tree>
    <committer>
      <name>Patrik Wenger</name>
      <email>paddor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9b72a629e279298af2004d0ad7294485a2b7acc</id>
      </parent>
    </parents>
    <author>
      <name>Chad Woolley</name>
      <email>thewoolleyman@gmail.com</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/5ac4fbc9189bb24ef5faee1551278326077404ff</url>
    <id>5ac4fbc9189bb24ef5faee1551278326077404ff</id>
    <committed-date>2008-09-16T10:33:16-07:00</committed-date>
    <authored-date>2008-09-16T10:33:16-07:00</authored-date>
    <message>Fix for windows to avoid error when trying to redirect to same file twice</message>
    <tree>3ee2c80d957c0658db8b243a1f3385241e65ed0d</tree>
    <committer>
      <name>Chad Woolley</name>
      <email>thewoolleyman@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b224e2d12f0c6dbab3c59a28e2487f6268a6f5fe</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/a9b72a629e279298af2004d0ad7294485a2b7acc</url>
    <id>a9b72a629e279298af2004d0ad7294485a2b7acc</id>
    <committed-date>2008-08-27T05:56:22-07:00</committed-date>
    <authored-date>2008-08-27T05:56:22-07:00</authored-date>
    <message>Fix a few racing conditions in the unit tests.</message>
    <tree>d3fa1120081a3df259b224908809933ad633a58d</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae4fecc9f7a836a38243000bb83838f96e3bae83</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/b224e2d12f0c6dbab3c59a28e2487f6268a6f5fe</url>
    <id>b224e2d12f0c6dbab3c59a28e2487f6268a6f5fe</id>
    <committed-date>2008-08-26T02:56:00-07:00</committed-date>
    <authored-date>2008-08-26T02:56:00-07:00</authored-date>
    <message>Fix a typo in the example code of tutorial #2.</message>
    <tree>e31abbca96639e93d8d2efb22ce4c04aea967dd5</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c43b7d1b7539f2089964b34491e73ab82460cd57</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/ae4fecc9f7a836a38243000bb83838f96e3bae83</url>
    <id>ae4fecc9f7a836a38243000bb83838f96e3bae83</id>
    <committed-date>2008-08-26T02:45:58-07:00</committed-date>
    <authored-date>2008-08-26T02:45:58-07:00</authored-date>
    <message>Fix README markup rendering.</message>
    <tree>7e8a36292fc9e876a1be3082817ed0d1fdd65afe</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d601a68952e469a37e44c68272835a3ca5e4c60</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/c43b7d1b7539f2089964b34491e73ab82460cd57</url>
    <id>c43b7d1b7539f2089964b34491e73ab82460cd57</id>
    <committed-date>2008-08-26T02:45:34-07:00</committed-date>
    <authored-date>2008-08-26T02:45:34-07:00</authored-date>
    <message>Fix README markup rendering.</message>
    <tree>a7cf307a36d6ce6fa73b778ff426719bae26e1e8</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc25248a457f4b496e5f26b8a7f6fe05ce06c8f5</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/8d601a68952e469a37e44c68272835a3ca5e4c60</url>
    <id>8d601a68952e469a37e44c68272835a3ca5e4c60</id>
    <committed-date>2008-08-26T02:44:40-07:00</committed-date>
    <authored-date>2008-08-26T02:44:40-07:00</authored-date>
    <message>Fix README markup rendering.</message>
    <tree>07090181798b5dc978a052e93fa959e1d606f1e2</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba439493be75c184e23f5ce85efddd8a542c8885</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/fc25248a457f4b496e5f26b8a7f6fe05ce06c8f5</url>
    <id>fc25248a457f4b496e5f26b8a7f6fe05ce06c8f5</id>
    <committed-date>2008-08-26T02:41:16-07:00</committed-date>
    <authored-date>2008-08-26T02:41:16-07:00</authored-date>
    <message>Fix README markup rendering.</message>
    <tree>583d56e493eea784dd0eac193a64be5262b21da8</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29c3b2b452660f1881f5f222518046f16154d0e5</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/ba439493be75c184e23f5ce85efddd8a542c8885</url>
    <id>ba439493be75c184e23f5ce85efddd8a542c8885</id>
    <committed-date>2008-08-26T02:40:30-07:00</committed-date>
    <authored-date>2008-08-26T02:40:30-07:00</authored-date>
    <message>Fix README markup rendering.</message>
    <tree>d46369f0347a952afa9e3f4bb79a6d4df9396d59</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73548a1fd3f3415cb3092ea4914aa79fb86de292</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/29c3b2b452660f1881f5f222518046f16154d0e5</url>
    <id>29c3b2b452660f1881f5f222518046f16154d0e5</id>
    <committed-date>2008-08-26T02:38:54-07:00</committed-date>
    <authored-date>2008-08-26T02:38:54-07:00</authored-date>
    <message>Fix typos and add a subsection which explains differences between this and Monit/God.</message>
    <tree>25607db6d7f76c880731579911a5fac80ca91c5c</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6c5eb47582e1acdea84dd9e3bb2b03103e10b6d</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/FooBarWidget/daemon_controller/commit/73548a1fd3f3415cb3092ea4914aa79fb86de292</url>
    <id>73548a1fd3f3415cb3092ea4914aa79fb86de292</id>
    <committed-date>2008-08-24T03:08:29-07:00</committed-date>
    <authored-date>2008-08-24T03:08:29-07:00</authored-date>
    <message>Add a .gitignore file.</message>
    <tree>541b5b9ef234af95e6ee9a727f479f28405d1804</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
</commits>
