<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b614aa5232bfc62f1fc1377649c0207c29c8d4f0</id>
      </parent>
      <parent>
        <id>ae1f407ecc4d03a42edc6ea009d1502e4ade10b5</id>
      </parent>
    </parents>
    <author>
      <name>Aman</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/65798c4ba9d803cd06d3a535fcafc960bd46be93</url>
    <id>65798c4ba9d803cd06d3a535fcafc960bd46be93</id>
    <committed-date>2009-02-04T16:12:45-08:00</committed-date>
    <authored-date>2009-02-04T16:12:45-08:00</authored-date>
    <message>Merge commit 'em/master'

* commit 'em/master': (25 commits)
  Don't need to clean + clobber by default
  Speed up build now that we're doing it ahead of tests
  FIX: aggresive EM connect_server timeouts
  De-privatised cancel_timer (#68)
  Added documentation patch from alloy (#91)
  Use bytesize if available (#80)
  Revert to 12.3
  Run build before test
  Cleanup tests
  Use clobber before generating gemspec, and ensure clobber runs clean
  Raise ruby RuntimeError instead of std::runtime_error when built for ruby (#6)
  add EM.epoll? and EM.kqueue?
  add EM.current_time wrapper for gCurrentLoopTime (#83)
  Turn off debugging output in httpcli2
  Handle @content.nil? case in httpcli2
  better popen fix: avoid nanosleep if possible, try SIGTERM+0.25s, then fallback to SIGKILL+0.5s
  allow passing args through to the popen constructor
  add associate_callback_target method stub to pure ruby reactor (#93)
  Fix nbytes&gt;0 assertion failure when using a EM.kqueue with EM.start_server
  Fix nbytes&gt;0 assertion failures when send() returns EWOULDBLOCK or EINPROGRESS
  ...</message>
    <tree>2ff851a72beaf704bfb6d673d87e952a7d651be0</tree>
    <committer>
      <name>Aman</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e5ea50ecd2d3214029b91d5843968c9b68d29b1</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/ae1f407ecc4d03a42edc6ea009d1502e4ade10b5</url>
    <id>ae1f407ecc4d03a42edc6ea009d1502e4ade10b5</id>
    <committed-date>2009-01-27T18:13:13-08:00</committed-date>
    <authored-date>2009-01-27T18:13:13-08:00</authored-date>
    <message>Don't need to clean + clobber by default</message>
    <tree>2ff851a72beaf704bfb6d673d87e952a7d651be0</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3823433104029d75d1b086942b48372ea421da0f</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/6e5ea50ecd2d3214029b91d5843968c9b68d29b1</url>
    <id>6e5ea50ecd2d3214029b91d5843968c9b68d29b1</id>
    <committed-date>2009-01-27T18:00:36-08:00</committed-date>
    <authored-date>2009-01-27T18:00:36-08:00</authored-date>
    <message>Speed up build now that we're doing it ahead of tests</message>
    <tree>a636ccc6166200e9f96b4459543a8bbde7b8f741</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b8bb1b2f38df5caa25a6f0ab83daaf8dd6888a6</id>
      </parent>
    </parents>
    <author>
      <name>Ilya Grigorik</name>
      <email>ilya@igvita.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/3823433104029d75d1b086942b48372ea421da0f</url>
    <id>3823433104029d75d1b086942b48372ea421da0f</id>
    <committed-date>2009-01-27T17:32:01-08:00</committed-date>
    <authored-date>2008-08-28T19:43:21-07:00</authored-date>
    <message>FIX: aggresive EM connect_server timeouts

Signed-off-by: raggi &lt;jftucker@gmail.com&gt;</message>
    <tree>a2296dfbd0006b7447e8b732a2afa0804409b984</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34fbcfcf270596e198f84e0dab3892ffa050261a</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/2b8bb1b2f38df5caa25a6f0ab83daaf8dd6888a6</url>
    <id>2b8bb1b2f38df5caa25a6f0ab83daaf8dd6888a6</id>
    <committed-date>2009-01-27T17:19:49-08:00</committed-date>
    <authored-date>2009-01-27T17:19:49-08:00</authored-date>
    <message>De-privatised cancel_timer (#68)</message>
    <tree>75d5068e5e065628d06684d93e73ffb371ec4781</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbc7d7e05688f30cbe73fab29fed416bb5ce1c48</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/34fbcfcf270596e198f84e0dab3892ffa050261a</url>
    <id>34fbcfcf270596e198f84e0dab3892ffa050261a</id>
    <committed-date>2009-01-27T17:16:30-08:00</committed-date>
    <authored-date>2009-01-27T17:16:30-08:00</authored-date>
    <message>Added documentation patch from alloy (#91)</message>
    <tree>e24c32cfd60f1c8930654a5f722d88d981c2687c</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3333d9515401b2c2830b63bb2f571c653adc526f</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/fbc7d7e05688f30cbe73fab29fed416bb5ce1c48</url>
    <id>fbc7d7e05688f30cbe73fab29fed416bb5ce1c48</id>
    <committed-date>2009-01-27T16:57:32-08:00</committed-date>
    <authored-date>2009-01-27T16:57:32-08:00</authored-date>
    <message>Use bytesize if available (#80)</message>
    <tree>f2fd124f8642430c0a3256fdb38c31798e4cd29a</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>638adca25bb3475b1ca82fea804b7fbac1d3f00d</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/3333d9515401b2c2830b63bb2f571c653adc526f</url>
    <id>3333d9515401b2c2830b63bb2f571c653adc526f</id>
    <committed-date>2009-01-27T15:54:37-08:00</committed-date>
    <authored-date>2009-01-27T15:54:37-08:00</authored-date>
    <message>Revert to 12.3</message>
    <tree>f0aaa779ce44be60484ab410a7a546c0b338d5ed</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9f72aaf8f3677438e6b75eebb76ba41c59d5c0b</id>
      </parent>
      <parent>
        <id>402923d663876f75ccd8b90c2180e7535f0edd1c</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/638adca25bb3475b1ca82fea804b7fbac1d3f00d</url>
    <id>638adca25bb3475b1ca82fea804b7fbac1d3f00d</id>
    <committed-date>2009-01-27T15:53:07-08:00</committed-date>
    <authored-date>2009-01-27T15:53:07-08:00</authored-date>
    <message>Merge commit 'origin'; branch 'master' into davidsmalley

* commit 'origin':
  Run build before test
  Cleanup tests
  Use clobber before generating gemspec, and ensure clobber runs clean
  Raise ruby RuntimeError instead of std::runtime_error when built for ruby (#6)
  add EM.epoll? and EM.kqueue?
  add EM.current_time wrapper for gCurrentLoopTime (#83)
  Turn off debugging output in httpcli2
  Handle @content.nil? case in httpcli2
  better popen fix: avoid nanosleep if possible, try SIGTERM+0.25s, then fallback to SIGKILL+0.5s
  allow passing args through to the popen constructor
  add associate_callback_target method stub to pure ruby reactor (#93)
  Fix nbytes&gt;0 assertion failure when using a EM.kqueue with EM.start_server
  Fix nbytes&gt;0 assertion failures when send() returns EWOULDBLOCK or EINPROGRESS

* master:
  Run build before test
  Cleanup tests
  Use clobber before generating gemspec, and ensure clobber runs clean
  Raise ruby RuntimeError instead of std::runtime_error when built for ruby (#6)
  add EM.epoll? and EM.kqueue?
  add EM.current_time wrapper for gCurrentLoopTime (#83)
  Turn off debugging output in httpcli2
  Handle @content.nil? case in httpcli2
  better popen fix: avoid nanosleep if possible, try SIGTERM+0.25s, then fallback to SIGKILL+0.5s
  allow passing args through to the popen constructor
  add associate_callback_target method stub to pure ruby reactor (#93)
  Fix nbytes&gt;0 assertion failure when using a EM.kqueue with EM.start_server
  Fix nbytes&gt;0 assertion failures when send() returns EWOULDBLOCK or EINPROGRESS</message>
    <tree>78fb44111d300448eb7aa7a039579a3fbbb37ce1</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f56ec557b9117b0e10e8007892198111f31fe8e3</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/402923d663876f75ccd8b90c2180e7535f0edd1c</url>
    <id>402923d663876f75ccd8b90c2180e7535f0edd1c</id>
    <committed-date>2009-01-27T15:21:19-08:00</committed-date>
    <authored-date>2009-01-27T15:21:19-08:00</authored-date>
    <message>Run build before test</message>
    <tree>2075f8ad2fe8f9da0a1c0c5b9d9fa7ee924559dd</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5394f05afe61610b93248711c581345edacbb678</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/f56ec557b9117b0e10e8007892198111f31fe8e3</url>
    <id>f56ec557b9117b0e10e8007892198111f31fe8e3</id>
    <committed-date>2009-01-27T15:18:31-08:00</committed-date>
    <authored-date>2009-01-27T15:18:31-08:00</authored-date>
    <message>Cleanup tests</message>
    <tree>ae1652cff0f5d6528a8e6662e24cfd33f2c3f1ac</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>488cfacaa85c2a2af787162b77584d1e7e8c3ea7</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/5394f05afe61610b93248711c581345edacbb678</url>
    <id>5394f05afe61610b93248711c581345edacbb678</id>
    <committed-date>2009-01-27T15:14:55-08:00</committed-date>
    <authored-date>2009-01-27T15:14:55-08:00</authored-date>
    <message>Use clobber before generating gemspec, and ensure clobber runs clean</message>
    <tree>86a1068a7a6871abaf83494cc3c15611cc747d49</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6a6d885464c31a622b5ab58e5220d82cac80481</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/488cfacaa85c2a2af787162b77584d1e7e8c3ea7</url>
    <id>488cfacaa85c2a2af787162b77584d1e7e8c3ea7</id>
    <committed-date>2009-01-27T15:08:17-08:00</committed-date>
    <authored-date>2009-01-27T15:08:17-08:00</authored-date>
    <message>Raise ruby RuntimeError instead of std::runtime_error when built for ruby (#6)</message>
    <tree>ff527a66097b1b349fb99add030dee3af1404c85</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>254ff366ee39b5c5fbe284bf7f0633ead6bcd9ce</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/c6a6d885464c31a622b5ab58e5220d82cac80481</url>
    <id>c6a6d885464c31a622b5ab58e5220d82cac80481</id>
    <committed-date>2009-01-22T17:20:31-08:00</committed-date>
    <authored-date>2009-01-22T17:20:31-08:00</authored-date>
    <message>add EM.epoll? and EM.kqueue?</message>
    <tree>8f12e1974617afe3005f0a4c1f6fdc6ac8d5b2ef</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4269ce372ddce2ea50392733be099b00486ec6c8</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/254ff366ee39b5c5fbe284bf7f0633ead6bcd9ce</url>
    <id>254ff366ee39b5c5fbe284bf7f0633ead6bcd9ce</id>
    <committed-date>2009-01-22T15:16:23-08:00</committed-date>
    <authored-date>2009-01-22T15:16:18-08:00</authored-date>
    <message>add EM.current_time wrapper for gCurrentLoopTime (#83)</message>
    <tree>57f072a11c47f19fea5398d7bebeeeecdf8fb80f</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>421ff85360dac7c46f1bceaa018accb775209c13</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/4269ce372ddce2ea50392733be099b00486ec6c8</url>
    <id>4269ce372ddce2ea50392733be099b00486ec6c8</id>
    <committed-date>2009-01-22T14:41:36-08:00</committed-date>
    <authored-date>2008-10-07T16:07:12-07:00</authored-date>
    <message>Turn off debugging output in httpcli2</message>
    <tree>1cb848565af76624f7b7b1a501a150538f1ae669</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0dbb6b68a4a45702533cd57aad3f943b7ca228f8</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/421ff85360dac7c46f1bceaa018accb775209c13</url>
    <id>421ff85360dac7c46f1bceaa018accb775209c13</id>
    <committed-date>2009-01-22T14:40:31-08:00</committed-date>
    <authored-date>2008-10-07T16:07:06-07:00</authored-date>
    <message>Handle @content.nil? case in httpcli2</message>
    <tree>e75c2f6612057602d729530722201a2684833206</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc45df07c97624898de53b306c5b539052a10e99</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/0dbb6b68a4a45702533cd57aad3f943b7ca228f8</url>
    <id>0dbb6b68a4a45702533cd57aad3f943b7ca228f8</id>
    <committed-date>2009-01-22T14:33:57-08:00</committed-date>
    <authored-date>2008-12-03T17:17:53-08:00</authored-date>
    <message>better popen fix: avoid nanosleep if possible, try SIGTERM+0.25s, then fallback to SIGKILL+0.5s</message>
    <tree>c3a31824883360e2904dcc64f8a3930bf5514282</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25bd26a86283bc1c9fc85b23b52966c74d30b745</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/dc45df07c97624898de53b306c5b539052a10e99</url>
    <id>dc45df07c97624898de53b306c5b539052a10e99</id>
    <committed-date>2009-01-22T14:33:41-08:00</committed-date>
    <authored-date>2008-12-03T17:24:04-08:00</authored-date>
    <message>allow passing args through to the popen constructor</message>
    <tree>a18cfbafa174dbdc30abeacc608417add8511388</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64d0925c608029c75bc491c6a683f3bedcbcf7f3</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/25bd26a86283bc1c9fc85b23b52966c74d30b745</url>
    <id>25bd26a86283bc1c9fc85b23b52966c74d30b745</id>
    <committed-date>2009-01-22T14:25:06-08:00</committed-date>
    <authored-date>2009-01-22T14:25:01-08:00</authored-date>
    <message>add associate_callback_target method stub to pure ruby reactor (#93)</message>
    <tree>54fbfdd26d29989ec5661852973cd01e785a88ce</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>353a30b27d692c83111c9b4f4c48bdb3896ec112</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/64d0925c608029c75bc491c6a683f3bedcbcf7f3</url>
    <id>64d0925c608029c75bc491c6a683f3bedcbcf7f3</id>
    <committed-date>2009-01-22T14:13:34-08:00</committed-date>
    <authored-date>2009-01-22T14:13:34-08:00</authored-date>
    <message>Fix nbytes&gt;0 assertion failure when using a EM.kqueue with EM.start_server</message>
    <tree>6097046518e83211958fd2fd3ef6f45ebdf527f9</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>febaca8f1d7f7820c9e1302d5ebb29472e239fc8</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/353a30b27d692c83111c9b4f4c48bdb3896ec112</url>
    <id>353a30b27d692c83111c9b4f4c48bdb3896ec112</id>
    <committed-date>2009-01-22T14:12:55-08:00</committed-date>
    <authored-date>2009-01-22T14:12:55-08:00</authored-date>
    <message>Fix nbytes&gt;0 assertion failures when send() returns EWOULDBLOCK or EINPROGRESS</message>
    <tree>c60c09dcc4908df2da5dbbb8b9af72e3b435e35f</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ba2326f59b2e0c2869791bed0f07b1791d89e72</id>
      </parent>
    </parents>
    <author>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/b9f72aaf8f3677438e6b75eebb76ba41c59d5c0b</url>
    <id>b9f72aaf8f3677438e6b75eebb76ba41c59d5c0b</id>
    <committed-date>2009-01-13T00:24:25-08:00</committed-date>
    <authored-date>2009-01-13T00:24:25-08:00</authored-date>
    <message>Fix messy alignment</message>
    <tree>17d3ca41475e9dae2cac838a2c390bcea2666928</tree>
    <committer>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c002fe3e1024fea1570a62933b46b6cc3b893fb1</id>
      </parent>
    </parents>
    <author>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/6ba2326f59b2e0c2869791bed0f07b1791d89e72</url>
    <id>6ba2326f59b2e0c2869791bed0f07b1791d89e72</id>
    <committed-date>2009-01-13T00:21:14-08:00</committed-date>
    <authored-date>2009-01-13T00:21:14-08:00</authored-date>
    <message>Ok, not the right thing to put in the gem name field...</message>
    <tree>c040a4f8a3a9a7f4deb09c4435c67e60088502e9</tree>
    <committer>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6cb85d60cb1ae66eb8ee111ce2736bc90b26ba0</id>
      </parent>
    </parents>
    <author>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/c002fe3e1024fea1570a62933b46b6cc3b893fb1</url>
    <id>c002fe3e1024fea1570a62933b46b6cc3b893fb1</id>
    <committed-date>2009-01-13T00:19:28-08:00</committed-date>
    <authored-date>2009-01-13T00:19:28-08:00</authored-date>
    <message>Bumped gemspec and changed name</message>
    <tree>da1c6678fc40b57a55bddcfb882b2af91c0072f7</tree>
    <committer>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>febaca8f1d7f7820c9e1302d5ebb29472e239fc8</id>
      </parent>
    </parents>
    <author>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/b6cb85d60cb1ae66eb8ee111ce2736bc90b26ba0</url>
    <id>b6cb85d60cb1ae66eb8ee111ce2736bc90b26ba0</id>
    <committed-date>2009-01-13T00:18:37-08:00</committed-date>
    <authored-date>2009-01-13T00:18:37-08:00</authored-date>
    <message>SSL support for httpclient2</message>
    <tree>f06881125e42fc25dedef6f53158732344dc93a0</tree>
    <committer>
      <name>David Smalley</name>
      <email>david@davidsmalley.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39b7476dda90dc1f4e657b182eedc564a74d555c</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/febaca8f1d7f7820c9e1302d5ebb29472e239fc8</url>
    <id>febaca8f1d7f7820c9e1302d5ebb29472e239fc8</id>
    <committed-date>2008-12-08T03:52:20-08:00</committed-date>
    <authored-date>2008-12-08T03:52:20-08:00</authored-date>
    <message>Stopped the keyboard test running unless we have a tty, stops CI build failures, test is pointless anyway


git-svn-id: http://rubyeventmachine.com/svn/trunk@806 2c60eb90-88cd-488e-9351-1edcb1d70dbc</message>
    <tree>9a72a550a1c5a77dd3953dddc1b26256e1659249</tree>
    <committer>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3d3d3976e7c25deb9b7241c6bd8b0eaea8b1956</id>
      </parent>
      <parent>
        <id>39b7476dda90dc1f4e657b182eedc564a74d555c</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/b614aa5232bfc62f1fc1377649c0207c29c8d4f0</url>
    <id>b614aa5232bfc62f1fc1377649c0207c29c8d4f0</id>
    <committed-date>2008-12-03T16:45:16-08:00</committed-date>
    <authored-date>2008-12-03T16:45:16-08:00</authored-date>
    <message>Merge commit 'em/master'

* commit 'em/master':
  Another make adjustment for win32
  Added support for running rake build on MS VC nmake
  Allow for older ruby builds where RARRAY_LEN is not defined</message>
    <tree>5c7144e8d7516fb633d826ed46c9da34ba77ff3d</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8abc164f1ba770882e42ac6734b7c570ca23e410</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/39b7476dda90dc1f4e657b182eedc564a74d555c</url>
    <id>39b7476dda90dc1f4e657b182eedc564a74d555c</id>
    <committed-date>2008-11-28T05:15:15-08:00</committed-date>
    <authored-date>2008-11-28T05:15:15-08:00</authored-date>
    <message>Another make adjustment for win32


git-svn-id: http://rubyeventmachine.com/svn/trunk@805 2c60eb90-88cd-488e-9351-1edcb1d70dbc</message>
    <tree>5c7144e8d7516fb633d826ed46c9da34ba77ff3d</tree>
    <committer>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9cee3895048ffbd2a5e1da804b319d99ff68443</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/8abc164f1ba770882e42ac6734b7c570ca23e410</url>
    <id>8abc164f1ba770882e42ac6734b7c570ca23e410</id>
    <committed-date>2008-11-28T05:12:57-08:00</committed-date>
    <authored-date>2008-11-28T05:12:57-08:00</authored-date>
    <message>Added support for running rake build on MS VC nmake


git-svn-id: http://rubyeventmachine.com/svn/trunk@804 2c60eb90-88cd-488e-9351-1edcb1d70dbc</message>
    <tree>6d52e6e0e91dc3bbf8027f788580dcdc4881aaa7</tree>
    <committer>
      <name>raggi</name>
      <email>raggi@2c60eb90-88cd-488e-9351-1edcb1d70dbc</email>
    </committer>
  </commit>
</commits>
