<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6bb2bd75108448350823e3a420b4fd3c728b03ed</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/e23bc1cb74440b404cce410630b9691c13002ab7</url>
    <id>e23bc1cb74440b404cce410630b9691c13002ab7</id>
    <committed-date>2009-04-28T23:36:26-07:00</committed-date>
    <authored-date>2009-04-28T23:36:26-07:00</authored-date>
    <message>Reduce the size of the RunEpollOnce stack frame by 800kb</message>
    <tree>74cf4445a44200ca63fbd5891df6dfb43520f509</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83eebe13699a7fc5ea646f0596d3025ac05a9bd3</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/6bb2bd75108448350823e3a420b4fd3c728b03ed</url>
    <id>6bb2bd75108448350823e3a420b4fd3c728b03ed</id>
    <committed-date>2009-04-28T23:34:38-07:00</committed-date>
    <authored-date>2009-04-28T23:34:38-07:00</authored-date>
    <message>writev</message>
    <tree>438fcf3e40bceb8cb7776ca296e1165646226591</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ed42ad0f4fc11555d046a8b665e5fda9c0a77a7</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/83eebe13699a7fc5ea646f0596d3025ac05a9bd3</url>
    <id>83eebe13699a7fc5ea646f0596d3025ac05a9bd3</id>
    <committed-date>2009-03-01T04:54:39-08:00</committed-date>
    <authored-date>2009-03-01T04:54:39-08:00</authored-date>
    <message>Fix PipeDescriptor::~PipeDescriptor() to avoid long nanosleeps</message>
    <tree>6afd9979b87f648332d93faf85a157d5addc4e0e</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf44d9ca2bf80c42a9974620ad7ecf8ddab0b3c6</id>
      </parent>
      <parent>
        <id>ba1397ea6c2968992a1885f745de291de9799d9d</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/0ed42ad0f4fc11555d046a8b665e5fda9c0a77a7</url>
    <id>0ed42ad0f4fc11555d046a8b665e5fda9c0a77a7</id>
    <committed-date>2009-02-19T17:39:32-08:00</committed-date>
    <authored-date>2009-02-19T17:39:32-08:00</authored-date>
    <message>Merge branch 'em' into production

* em: (55 commits)
  Update protocols/memcache: fix parsing issues, add delete command
  Add catch-all EM.error_handler
  Fix &quot;no test specified&quot; errors in test_kb
  Reset Memcache protocol state on reconnect
  Add EM::Protocols::Memcache with simple get/set functionality
  get_status returns a Process::Status object (#96)
  Fixed potential memory leak in t_get_peer_cert
  Add tests for EM.get_max_timers
  Add EM.get_max_timers (#61)
  Added documentation to #ssl_handshake_complete and #get_peer_cert methods.
  fixed stupid bug
  Working get_peer_cert method. Returns the certificate as a Ruby String in PEM format.
  Added a new event to indicate completion of SSL handshake on TCP connections
  suppress warnings
  Support win32 version of Map/UnmapViewOfFile
  Cleanup ignores
  Fixup extconf.rb for fastfilereader. Deprecate pointless copyright on build scripts
  Remove old version of pipe.cpp in kb.cpp
  Oops, 1.9.0 compat typo
  Catch errors in 'running under rubygems' check
  ...

Conflicts:
	ext/em.cpp</message>
    <tree>52d36f363e8517d2e27578f59442cef1ab2e30f4</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c9bd683c604c8ee0c2198bfcd55d03b8131200b</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/cf44d9ca2bf80c42a9974620ad7ecf8ddab0b3c6</url>
    <id>cf44d9ca2bf80c42a9974620ad7ecf8ddab0b3c6</id>
    <committed-date>2009-02-19T17:37:19-08:00</committed-date>
    <authored-date>2009-02-19T17:37:19-08:00</authored-date>
    <message>Avoid pegging the cpu with epoll_wait(timeout=0)</message>
    <tree>2951b3178e23e0fed5d922e59f63ef1801521ad4</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8cfac56a395ec3ba0313c865f38f286135a161e5</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/6c9bd683c604c8ee0c2198bfcd55d03b8131200b</url>
    <id>6c9bd683c604c8ee0c2198bfcd55d03b8131200b</id>
    <committed-date>2009-02-19T17:29:12-08:00</committed-date>
    <authored-date>2009-02-19T17:29:12-08:00</authored-date>
    <message>Minimum epoll timeout of 5ms</message>
    <tree>6329f1a204d9029b764a8481f85065906064c3c8</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9df7a18601b03ee28925ba737badde7dee12c8d5</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/ba1397ea6c2968992a1885f745de291de9799d9d</url>
    <id>ba1397ea6c2968992a1885f745de291de9799d9d</id>
    <committed-date>2009-02-19T17:20:39-08:00</committed-date>
    <authored-date>2009-02-19T17:20:39-08:00</authored-date>
    <message>Update protocols/memcache: fix parsing issues, add delete command</message>
    <tree>d6aabb09a4751e54d0b74e45552a44b09ec6c121</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9863f24e484764807606e070bef001793650b491</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/9df7a18601b03ee28925ba737badde7dee12c8d5</url>
    <id>9df7a18601b03ee28925ba737badde7dee12c8d5</id>
    <committed-date>2009-02-19T15:37:55-08:00</committed-date>
    <authored-date>2009-02-19T15:37:55-08:00</authored-date>
    <message>Add catch-all EM.error_handler</message>
    <tree>257de43ce73680193a460a083c87a61f0e7ac386</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3201fc2024539c80f81ae26ed3589451cf5b2ca2</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/9863f24e484764807606e070bef001793650b491</url>
    <id>9863f24e484764807606e070bef001793650b491</id>
    <committed-date>2009-02-14T16:34:00-08:00</committed-date>
    <authored-date>2009-02-14T16:30:40-08:00</authored-date>
    <message>Fix &quot;no test specified&quot; errors in test_kb</message>
    <tree>b1cce7d38d938d164a3b7107f167ba6967867f2a</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a855004f9b77359b08c50e7afaa16511219201a0</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/8cfac56a395ec3ba0313c865f38f286135a161e5</url>
    <id>8cfac56a395ec3ba0313c865f38f286135a161e5</id>
    <committed-date>2009-02-14T16:30:40-08:00</committed-date>
    <authored-date>2009-02-14T16:30:40-08:00</authored-date>
    <message>Fix &quot;no test specified&quot; errors in test_kb</message>
    <tree>98ab6d285dfe98b70ab8131cc556ace553819386</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aef5151d5a0fdba6f3f3d7ea748e18027694eb6c</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/3201fc2024539c80f81ae26ed3589451cf5b2ca2</url>
    <id>3201fc2024539c80f81ae26ed3589451cf5b2ca2</id>
    <committed-date>2009-02-12T15:52:37-08:00</committed-date>
    <authored-date>2009-02-12T15:52:37-08:00</authored-date>
    <message>Reset Memcache protocol state on reconnect</message>
    <tree>e2856616f8a37ae39d7a37aed47c18306da3367f</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ddc650a52cbcc7a96cbea681d3cd0cea4b2c0501</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/aef5151d5a0fdba6f3f3d7ea748e18027694eb6c</url>
    <id>aef5151d5a0fdba6f3f3d7ea748e18027694eb6c</id>
    <committed-date>2009-02-12T15:48:38-08:00</committed-date>
    <authored-date>2009-02-12T15:48:38-08:00</authored-date>
    <message>Add EM::Protocols::Memcache with simple get/set functionality</message>
    <tree>add528a1e085e51d3db67ee2cb793ee92ec2f228</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a071192209b4ab21ecad30b2f63db9db7f4732a</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/ddc650a52cbcc7a96cbea681d3cd0cea4b2c0501</url>
    <id>ddc650a52cbcc7a96cbea681d3cd0cea4b2c0501</id>
    <committed-date>2009-02-11T11:54:34-08:00</committed-date>
    <authored-date>2009-02-11T11:53:45-08:00</authored-date>
    <message>get_status returns a Process::Status object (#96)</message>
    <tree>00f3487c28f65762c143b6a63c2d4c5f3c923f65</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8162a1859b7aca09fc7fc6d5a1aa817d319cf2bd</id>
      </parent>
    </parents>
    <author>
      <name>Jake Douglas</name>
      <email>jakecdouglas@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/3a071192209b4ab21ecad30b2f63db9db7f4732a</url>
    <id>3a071192209b4ab21ecad30b2f63db9db7f4732a</id>
    <committed-date>2009-02-11T07:06:51-08:00</committed-date>
    <authored-date>2009-02-11T06:59:57-08:00</authored-date>
    <message>Fixed potential memory leak in t_get_peer_cert

Signed-off-by: raggi &lt;jftucker@gmail.com&gt;</message>
    <tree>9eb0dbd5e979c45561dab82af941f93094a97e43</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc2299025747104c689a77eb5d0a439b5be79664</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/8162a1859b7aca09fc7fc6d5a1aa817d319cf2bd</url>
    <id>8162a1859b7aca09fc7fc6d5a1aa817d319cf2bd</id>
    <committed-date>2009-02-10T23:32:03-08:00</committed-date>
    <authored-date>2009-02-10T23:32:03-08:00</authored-date>
    <message>Add tests for EM.get_max_timers</message>
    <tree>6052c1727205e810af8901ec107fb06c3591ec14</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f79e0fff4aa58e8e9480ec48fd305de1d24553dc</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/bc2299025747104c689a77eb5d0a439b5be79664</url>
    <id>bc2299025747104c689a77eb5d0a439b5be79664</id>
    <committed-date>2009-02-10T23:24:54-08:00</committed-date>
    <authored-date>2009-02-10T23:24:54-08:00</authored-date>
    <message>Add EM.get_max_timers (#61)</message>
    <tree>f46727a15e3efbbb5ca0d1f438e65fcd2cdb9e2a</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ac6aa177e847400bdd75f3ad7e8d8b42c8a1786</id>
      </parent>
    </parents>
    <author>
      <name>Jake Douglas</name>
      <email>jakecdouglas@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/f79e0fff4aa58e8e9480ec48fd305de1d24553dc</url>
    <id>f79e0fff4aa58e8e9480ec48fd305de1d24553dc</id>
    <committed-date>2009-02-10T20:58:12-08:00</committed-date>
    <authored-date>2009-02-10T20:16:09-08:00</authored-date>
    <message>Added documentation to #ssl_handshake_complete and #get_peer_cert methods.

Signed-off-by: Aman Gupta &lt;aman@tmm1.net&gt;</message>
    <tree>99a1bf57f5b643fb95b2c41add84f03bca8e69ee</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4478a692916bec09f150c421f0092efd6703dadb</id>
      </parent>
    </parents>
    <author>
      <name>francis</name>
      <email>francis@bayshorenetworks.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/2ac6aa177e847400bdd75f3ad7e8d8b42c8a1786</url>
    <id>2ac6aa177e847400bdd75f3ad7e8d8b42c8a1786</id>
    <committed-date>2009-02-10T20:53:27-08:00</committed-date>
    <authored-date>2009-02-10T20:53:27-08:00</authored-date>
    <message>fixed stupid bug</message>
    <tree>911eb0a55d290f5c06fc10da497b24e7dd420e3b</tree>
    <committer>
      <name>francis</name>
      <email>francis@bayshorenetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>303d5af569ce7530fbedbc07342a796e872de15e</id>
      </parent>
    </parents>
    <author>
      <name>Jake Douglas</name>
      <email>jakecdouglas@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/4478a692916bec09f150c421f0092efd6703dadb</url>
    <id>4478a692916bec09f150c421f0092efd6703dadb</id>
    <committed-date>2009-02-10T17:51:16-08:00</committed-date>
    <authored-date>2009-02-10T15:38:43-08:00</authored-date>
    <message>Working get_peer_cert method. Returns the certificate as a Ruby String in PEM format.

Signed-off-by: Aman Gupta &lt;aman@tmm1.net&gt;</message>
    <tree>20f8e99f8ded2393c178e1f55772e8a93f295c69</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff5d7383c4a086626be40449082527f2e5d83e2a</id>
      </parent>
    </parents>
    <author>
      <name>francis</name>
      <email>francis@bayshorenetworks.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/303d5af569ce7530fbedbc07342a796e872de15e</url>
    <id>303d5af569ce7530fbedbc07342a796e872de15e</id>
    <committed-date>2009-02-10T17:13:33-08:00</committed-date>
    <authored-date>2009-02-10T17:05:44-08:00</authored-date>
    <message>Added a new event to indicate completion of SSL handshake on TCP connections</message>
    <tree>b3ae341a5b3eca2071832627456c4d9aafe2bdbc</tree>
    <committer>
      <name>francis</name>
      <email>francis@bayshorenetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58b6231a57a83270cf276464ce76b16b600ad122</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/ff5d7383c4a086626be40449082527f2e5d83e2a</url>
    <id>ff5d7383c4a086626be40449082527f2e5d83e2a</id>
    <committed-date>2009-02-10T04:15:04-08:00</committed-date>
    <authored-date>2009-02-10T04:15:04-08:00</authored-date>
    <message>suppress warnings</message>
    <tree>106b5c30cc416b799d1453c9272cce7b84343b23</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86c6b6a9bd55a0e9295398ea7edf9c9c06784bd8</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/58b6231a57a83270cf276464ce76b16b600ad122</url>
    <id>58b6231a57a83270cf276464ce76b16b600ad122</id>
    <committed-date>2009-02-10T04:11:34-08:00</committed-date>
    <authored-date>2009-02-10T04:11:34-08:00</authored-date>
    <message>Support win32 version of Map/UnmapViewOfFile</message>
    <tree>851295e8124e80e011dae901fa3adc30d6994d9b</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f44a039cc64967c224f4b29c6c3a04417eecdfe</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/86c6b6a9bd55a0e9295398ea7edf9c9c06784bd8</url>
    <id>86c6b6a9bd55a0e9295398ea7edf9c9c06784bd8</id>
    <committed-date>2009-02-10T04:11:10-08:00</committed-date>
    <authored-date>2009-02-10T04:11:10-08:00</authored-date>
    <message>Cleanup ignores</message>
    <tree>f7f2fb3ee15e108847f167e1ed5ead36c8423a21</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14a85a7137373bf26c262fa0f00c967051bf6dc5</id>
      </parent>
    </parents>
    <author>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/6f44a039cc64967c224f4b29c6c3a04417eecdfe</url>
    <id>6f44a039cc64967c224f4b29c6c3a04417eecdfe</id>
    <committed-date>2009-02-10T03:07:05-08:00</committed-date>
    <authored-date>2009-02-10T03:07:05-08:00</authored-date>
    <message>Fixup extconf.rb for fastfilereader. Deprecate pointless copyright on build scripts</message>
    <tree>89e778728f04f8debe0afb53b19b420e49d84c3a</tree>
    <committer>
      <name>raggi</name>
      <email>jftucker@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eb2a8823ec5d3f4f4ab3c34138bc943184932249</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/14a85a7137373bf26c262fa0f00c967051bf6dc5</url>
    <id>14a85a7137373bf26c262fa0f00c967051bf6dc5</id>
    <committed-date>2009-02-09T21:03:46-08:00</committed-date>
    <authored-date>2009-02-09T21:03:46-08:00</authored-date>
    <message>Remove old version of pipe.cpp in kb.cpp</message>
    <tree>821c708935e67c945f23bae3698e85dc2b8aee75</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1c85cba79d1675e71291e27a45d3a3025e1abbe</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/eb2a8823ec5d3f4f4ab3c34138bc943184932249</url>
    <id>eb2a8823ec5d3f4f4ab3c34138bc943184932249</id>
    <committed-date>2009-02-09T12:35:48-08:00</committed-date>
    <authored-date>2009-02-09T12:35:48-08:00</authored-date>
    <message>Oops, 1.9.0 compat typo</message>
    <tree>47edf45fb583d6b7da6d0c47512ca520821665ba</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b49f3c5764c67e88f88373e1ccd4d86320bb4a45</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/b1c85cba79d1675e71291e27a45d3a3025e1abbe</url>
    <id>b1c85cba79d1675e71291e27a45d3a3025e1abbe</id>
    <committed-date>2009-02-08T15:15:51-08:00</committed-date>
    <authored-date>2009-02-08T15:15:51-08:00</authored-date>
    <message>Catch errors in 'running under rubygems' check</message>
    <tree>7f06f5d547fc45ce2bde9776a99c2c74d0eadfa0</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1860d3f8939df6de43de5013e8d4520f233fa45f</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/b49f3c5764c67e88f88373e1ccd4d86320bb4a45</url>
    <id>b49f3c5764c67e88f88373e1ccd4d86320bb4a45</id>
    <committed-date>2009-02-08T14:28:53-08:00</committed-date>
    <authored-date>2009-02-08T14:28:53-08:00</authored-date>
    <message>Version bump, 0.12.5 for repo builds</message>
    <tree>66726b4f3ad90fa5fca5646dffe69676540655f4</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d114062a22b932d3b2f3859cded36efab4aee108</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/1860d3f8939df6de43de5013e8d4520f233fa45f</url>
    <id>1860d3f8939df6de43de5013e8d4520f233fa45f</id>
    <committed-date>2009-02-08T14:27:05-08:00</committed-date>
    <authored-date>2009-02-08T14:27:05-08:00</authored-date>
    <message>0.12.4 is released!</message>
    <tree>e96f146d4188fa9eb168f08e2681fdb7eab234fa</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da502f6175676ea13946a4d4bd80c5e1c544a9bd</id>
      </parent>
    </parents>
    <author>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </author>
    <url>http://github.com/tmm1/eventmachine/commit/d114062a22b932d3b2f3859cded36efab4aee108</url>
    <id>d114062a22b932d3b2f3859cded36efab4aee108</id>
    <committed-date>2009-02-08T03:45:48-08:00</committed-date>
    <authored-date>2009-02-08T03:45:48-08:00</authored-date>
    <message>Enable rb_thread_blocking_region for 1.9.0 and 1.9.1</message>
    <tree>c7812d3806ac172ba61739b6f3de2e547f421be9</tree>
    <committer>
      <name>Aman Gupta</name>
      <email>aman@tmm1.net</email>
    </committer>
  </commit>
</commits>
