<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>389d1bf4c923216eafcf6bf30897d0bcf128c6f8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/09ccf58c008f626ae72ec08cccf0e2cb2c4fa9a1</url>
    <id>09ccf58c008f626ae72ec08cccf0e2cb2c4fa9a1</id>
    <committed-date>2008-11-07T08:31:11-08:00</committed-date>
    <authored-date>2008-11-07T08:31:11-08:00</authored-date>
    <message>Allow library to run on Windows, bump version to 0.9.1

This commit allows the library to run on Windows by changing the
signal handling code.  It also changes the Rakefile to use the hanna
template if it is available.</message>
    <tree>c60e9cb359326501f3d86a0115f6fe7a17275df2</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba5d5147984b2948f2b6f279404e370d153a73c8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/389d1bf4c923216eafcf6bf30897d0bcf128c6f8</url>
    <id>389d1bf4c923216eafcf6bf30897d0bcf128c6f8</id>
    <committed-date>2008-07-06T14:41:55-07:00</committed-date>
    <authored-date>2008-07-06T14:41:55-07:00</authored-date>
    <message>Add Rakefile for simplifying project maintenance
Update README to reflect docs on RubyForge
Add .gitignore for the rdoc directory the Rakefile creates</message>
    <tree>7a694557a62a6fea8fb2e824a9878a9daeda7868</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38e702918e1fef0919429e2fcfe804f67feda3e0</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/ba5d5147984b2948f2b6f279404e370d153a73c8</url>
    <id>ba5d5147984b2948f2b6f279404e370d153a73c8</id>
    <committed-date>2008-04-07T14:23:55-07:00</committed-date>
    <authored-date>2008-04-07T14:23:55-07:00</authored-date>
    <message>Use the non-secure link for github in the README</message>
    <tree>4d4f48ceb071054a3cb472397991e934000dab50</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aaf80ab5b3700b32b20e0b3d069462c50d1a0aca</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/38e702918e1fef0919429e2fcfe804f67feda3e0</url>
    <id>38e702918e1fef0919429e2fcfe804f67feda3e0</id>
    <committed-date>2008-04-07T14:17:07-07:00</committed-date>
    <authored-date>2008-04-07T14:17:07-07:00</authored-date>
    <message>Replace mentions for subversion with github</message>
    <tree>da7b6d78a0f658dcae60c37d376b2712a684de28</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b6451850aa3df09785a6896ef1450f1081e744d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/aaf80ab5b3700b32b20e0b3d069462c50d1a0aca</url>
    <id>aaf80ab5b3700b32b20e0b3d069462c50d1a0aca</id>
    <committed-date>2008-02-09T15:56:19-08:00</committed-date>
    <authored-date>2008-02-09T15:56:19-08:00</authored-date>
    <message>Make README the default RDoc page</message>
    <tree>591db7ed414a9baf3d4a06f2cbe5e07ad96bf703</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a10962e2bf5c91539150cc7b4049d4a3231904d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/2b6451850aa3df09785a6896ef1450f1081e744d</url>
    <id>2b6451850aa3df09785a6896ef1450f1081e744d</id>
    <committed-date>2008-01-23T13:16:58-08:00</committed-date>
    <authored-date>2008-01-23T13:16:58-08:00</authored-date>
    <message>Make most SCGI::Processor methods private (just listen and shutdown are public)
Add :socket, :host, :port, and :log settings available in new
Make new use preexisting instance variables
Document settings available to new
Make the socket argument to listen optional
Bump copyright year to 2008
Bump version to 0.9.0
Add README to extra_rdoc_files
Some style-&gt;ruby-style changes in README</message>
    <tree>7fe7128385e0beb8cedbf4c1c151de0664be95e4</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82830006ffd9c105b9dcf060e0ed71f193bd308e</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/1a10962e2bf5c91539150cc7b4049d4a3231904d</url>
    <id>1a10962e2bf5c91539150cc7b4049d4a3231904d</id>
    <committed-date>2007-09-18T20:44:21-07:00</committed-date>
    <authored-date>2007-09-18T20:44:21-07:00</authored-date>
    <message>Add rubyforge_project to gemspec</message>
    <tree>d2a7838c45362d18da465bc81ced22fd9ac62682</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>842e4fb795ce84310bd20dfd15255d6fde829e90</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/82830006ffd9c105b9dcf060e0ed71f193bd308e</url>
    <id>82830006ffd9c105b9dcf060e0ed71f193bd308e</id>
    <committed-date>2007-09-07T12:23:31-07:00</committed-date>
    <authored-date>2007-09-07T12:23:31-07:00</authored-date>
    <message>Remove scgi_ctrl command line utility, functionality moved into the ruby-style package
Remove RailsSCGIProcessor.rb, ruby-style includes RailsSCGIStyle.rb that is equivalent
Have defaults for the log file and maxconns
No longer support @host and @port, application must provide the listening socket</message>
    <tree>aceb668780ada45e06e8b935cef6a8f5280f15d2</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>05b2c75bf7bcd92f7635c94867b7afe82220ef81</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/842e4fb795ce84310bd20dfd15255d6fde829e90</url>
    <id>842e4fb795ce84310bd20dfd15255d6fde829e90</id>
    <committed-date>2007-08-15T16:31:51-07:00</committed-date>
    <authored-date>2007-08-15T16:31:51-07:00</authored-date>
    <message>Move methods in scgi_ctrl from the root namespace to SCGI::Starter class
Add supervise option to scgi_ctrl, for reliably restarting children
Add killtime option to scgi_ctrl, to control how long to wait when killing children
Add a restart option to scgi_ctrl, and make start different
Support for configuration reloading when supervising
Load the SCGIProcessor after forking children instead of before
Use inline source and line numbers for the RDoc
Update README to fix some small errors
Bump to version 0.7.0</message>
    <tree>ad95801f674003b2a3ee0e45eaa2418e0dd6f15e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00f4da50482cc1aef13f3213db6279785511d6d6</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/05b2c75bf7bcd92f7635c94867b7afe82220ef81</url>
    <id>05b2c75bf7bcd92f7635c94867b7afe82220ef81</id>
    <committed-date>2007-08-13T12:48:30-07:00</committed-date>
    <authored-date>2007-08-13T12:48:30-07:00</authored-date>
    <message>Remove scgi_rails.rb, move functionality into RailsSCGIProcessor.rb
Remove scgi_rails_service, move functionality into scgi_ctrl
Add single port clustering via forking
Support other types of processers easily
Add more thorough usage
Add modifying process name
Order usage and getoptlong alphabetically
Add and modify some RDoc
Remove throttle functionality
Add README
Bump to version 0.6.0</message>
    <tree>9bc7c9d985e24a0aad980097852fb2a089f6e4ec</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16c1c98764be77f739faa5802dfc383db31f5187</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/00f4da50482cc1aef13f3213db6279785511d6d6</url>
    <id>00f4da50482cc1aef13f3213db6279785511d6d6</id>
    <committed-date>2007-06-10T19:53:23-07:00</committed-date>
    <authored-date>2007-06-10T19:53:23-07:00</authored-date>
    <message>Update email address</message>
    <tree>76c1e3966ccb4018d5923237c8a3ac2e13152a55</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/ruby-scgi/commit/16c1c98764be77f739faa5802dfc383db31f5187</url>
    <id>16c1c98764be77f739faa5802dfc383db31f5187</id>
    <committed-date>2007-03-11T17:46:47-07:00</committed-date>
    <authored-date>2007-03-11T17:46:47-07:00</authored-date>
    <message>Initial import</message>
    <tree>01677da7e0252d967ac6604646949e111ab5252c</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
</commits>
