<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>cf0b3151b0c7b9551ddc4dd8ab33b16c8e452007</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/071ce1b30e9ebc91a0811a5564bc07fabdff57d1</url>
    <id>071ce1b30e9ebc91a0811a5564bc07fabdff57d1</id>
    <committed-date>2008-10-27T21:42:40-07:00</committed-date>
    <authored-date>2008-10-27T19:23:29-07:00</authored-date>
    <message>Fix for binary stats with subcommand.

The subcommand is not necessarily a null terminated string (in the
case of the binary protocol, it certainly isn't).  The subcommand
would not be recognized due to strcmp() failing.

Tested with both text and binary protocols.</message>
    <tree>d0afc9e874c1f498e195dbf3d313bb31da4768cc</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86159eb7b5c611d25a33eb1cb6c750c806350912</id>
      </parent>
    </parents>
    <author>
      <name>Eric Lambert</name>
      <email>eric.d.lambert@gmail.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/cf0b3151b0c7b9551ddc4dd8ab33b16c8e452007</url>
    <id>cf0b3151b0c7b9551ddc4dd8ab33b16c8e452007</id>
    <committed-date>2008-10-19T14:52:47-07:00</committed-date>
    <authored-date>2008-10-14T22:41:50-07:00</authored-date>
    <message>fixed misc. typos and grammar issues in protocol spec doc</message>
    <tree>5efd2cf1c375bbffca5ec160a023ec492816f6d2</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df5d1bf9d87428d3e777782d9b676baf37667b53</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/86159eb7b5c611d25a33eb1cb6c750c806350912</url>
    <id>86159eb7b5c611d25a33eb1cb6c750c806350912</id>
    <committed-date>2008-10-19T05:33:25-07:00</committed-date>
    <authored-date>2008-10-19T05:33:25-07:00</authored-date>
    <message>Fix for stats opaque issue pointed out at the hackathon and removed some wasteful function calls (more to come).</message>
    <tree>0999112a62230d18393587b633fd251543ac09c5</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b03e781cf885c177d1c4b7ef0d846f893e53eec</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/df5d1bf9d87428d3e777782d9b676baf37667b53</url>
    <id>df5d1bf9d87428d3e777782d9b676baf37667b53</id>
    <committed-date>2008-10-14T20:20:47-07:00</committed-date>
    <authored-date>2008-10-14T20:20:47-07:00</authored-date>
    <message>Removed dead code and renamed cq_peek to cq_pop</message>
    <tree>c675fc0f6d61e9433e15633fb1cb02f5b494b846</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61e70388185df9602a156440257205e0081cd153</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/8b03e781cf885c177d1c4b7ef0d846f893e53eec</url>
    <id>8b03e781cf885c177d1c4b7ef0d846f893e53eec</id>
    <committed-date>2008-10-08T03:28:02-07:00</committed-date>
    <authored-date>2008-10-08T03:28:02-07:00</authored-date>
    <message>Invoke the dtrace binary we searched for instead of searching the path</message>
    <tree>c61a748ff8cb906a535071a59a642dcb2154d19c</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67e63aaf5ee33823aa123bf65755854767fc873d</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/61e70388185df9602a156440257205e0081cd153</url>
    <id>61e70388185df9602a156440257205e0081cd153</id>
    <committed-date>2008-10-08T02:05:23-07:00</committed-date>
    <authored-date>2008-10-08T02:05:23-07:00</authored-date>
    <message>Added support for detailed stats mode over the binary protocol.</message>
    <tree>508efd56226cbf64d79814daffe230a61891415f</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa2a8acfc4d2f4e083986456b1770750f2a6e027</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>trond.norbye@sun.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/67e63aaf5ee33823aa123bf65755854767fc873d</url>
    <id>67e63aaf5ee33823aa123bf65755854767fc873d</id>
    <committed-date>2008-10-06T05:24:27-07:00</committed-date>
    <authored-date>2008-10-06T05:24:27-07:00</authored-date>
    <message>Always use bundled daemonize function, fixed warnings on MacOSX</message>
    <tree>c9fc2f0e77548b1f16319e1e135631e4bd323c6c</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>trond.norbye@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1cf85b5e3a77460d9b4c248140a15eb969d0a42b</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/fa2a8acfc4d2f4e083986456b1770750f2a6e027</url>
    <id>fa2a8acfc4d2f4e083986456b1770750f2a6e027</id>
    <committed-date>2008-10-06T04:11:21-07:00</committed-date>
    <authored-date>2008-10-06T04:11:21-07:00</authored-date>
    <message>RHEL specify the members in mallinfo as int while Solaris use long. Add explicit cast</message>
    <tree>9a816edbd1de58bef1b1ce5860dee43262506b15</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6f26999e2ed238d3ef6b0eae647604c7f74db09</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/1cf85b5e3a77460d9b4c248140a15eb969d0a42b</url>
    <id>1cf85b5e3a77460d9b4c248140a15eb969d0a42b</id>
    <committed-date>2008-10-06T04:07:34-07:00</committed-date>
    <authored-date>2008-10-06T04:07:34-07:00</authored-date>
    <message>Add -Wall to gcc compilation</message>
    <tree>bab3242248b16304681621eaa52d6fc40b969927</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9fab8e0c981f29ee1f43bbe486660b441544ec9</id>
      </parent>
      <parent>
        <id>4e2ec01457e0b782c1376db6bc627dc03a1c3876</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/a6f26999e2ed238d3ef6b0eae647604c7f74db09</url>
    <id>a6f26999e2ed238d3ef6b0eae647604c7f74db09</id>
    <committed-date>2008-10-06T03:53:26-07:00</committed-date>
    <authored-date>2008-10-06T03:53:26-07:00</authored-date>
    <message>Merge commit 'tmaesaka/binprot' into binprot</message>
    <tree>d7f3c40d7cecfb98a08c0169648ea7c790c9411f</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ed1d435af24de719d0e0ee28b4ff2c1e24725fd</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/a9fab8e0c981f29ee1f43bbe486660b441544ec9</url>
    <id>a9fab8e0c981f29ee1f43bbe486660b441544ec9</id>
    <committed-date>2008-10-06T03:52:41-07:00</committed-date>
    <authored-date>2008-10-06T03:52:41-07:00</authored-date>
    <message>Removed compiler warnings and increased warning level</message>
    <tree>61bc216982f09e9768f80e0e71485307e34057e1</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b58718f1599495bddb034b65bf3e9feab9d3a162</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/4e2ec01457e0b782c1376db6bc627dc03a1c3876</url>
    <id>4e2ec01457e0b782c1376db6bc627dc03a1c3876</id>
    <committed-date>2008-10-06T00:47:16-07:00</committed-date>
    <authored-date>2008-10-06T00:47:16-07:00</authored-date>
    <message>Fix for invalid free in get_stats() pointed out by Trond.</message>
    <tree>7a38522169a2bb1fdbe70430aaafbab87158af52</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d38f67244af96ded7ff19af5e987e6d10c9abcb</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/b58718f1599495bddb034b65bf3e9feab9d3a162</url>
    <id>b58718f1599495bddb034b65bf3e9feab9d3a162</id>
    <committed-date>2008-10-04T23:21:48-07:00</committed-date>
    <authored-date>2008-10-04T23:21:48-07:00</authored-date>
    <message>The slabber no longer needs a is_binary like flag for stats due to abstraction by the callback.</message>
    <tree>37f07cac5822d055de02197e9e3baab084421db7</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03680cf4f3edf4a913df4e0de47834c8964630e1</id>
      </parent>
      <parent>
        <id>8d38f67244af96ded7ff19af5e987e6d10c9abcb</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/0ed1d435af24de719d0e0ee28b4ff2c1e24725fd</url>
    <id>0ed1d435af24de719d0e0ee28b4ff2c1e24725fd</id>
    <committed-date>2008-10-03T04:04:55-07:00</committed-date>
    <authored-date>2008-10-03T04:04:55-07:00</authored-date>
    <message>Merge commit 'tmaesaka/binprot' into binprot</message>
    <tree>95e2ccaa09b0e1b248809f4bfd9cddd4916734fe</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>686b1101fcb2518b4a4bee7cfa9a25d235ca5692</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/8d38f67244af96ded7ff19af5e987e6d10c9abcb</url>
    <id>8d38f67244af96ded7ff19af5e987e6d10c9abcb</id>
    <committed-date>2008-10-03T03:31:08-07:00</committed-date>
    <authored-date>2008-10-03T03:31:08-07:00</authored-date>
    <message>Fixed a memory corruption bug in stats.</message>
    <tree>3adbb130e3137f6bb5c42fbe3fb5dd9d67201569</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46510f26e1b17cdb082d5f9cb94186f8ce8d90a3</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/03680cf4f3edf4a913df4e0de47834c8964630e1</url>
    <id>03680cf4f3edf4a913df4e0de47834c8964630e1</id>
    <committed-date>2008-10-02T05:38:46-07:00</committed-date>
    <authored-date>2008-10-02T05:38:46-07:00</authored-date>
    <message>Remove whitespaces introduced with the introduction of dtrace probes in the binary protocol</message>
    <tree>1c1c303077f165fc932e8b03b5644c369ace2cb9</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5011995cc2bcf0742d17a573ba1cde9946e6c9e6</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/46510f26e1b17cdb082d5f9cb94186f8ce8d90a3</url>
    <id>46510f26e1b17cdb082d5f9cb94186f8ce8d90a3</id>
    <committed-date>2008-10-02T05:35:33-07:00</committed-date>
    <authored-date>2008-10-02T05:35:33-07:00</authored-date>
    <message>dtrace on macosx does not support -G</message>
    <tree>ac39b528cbc554559bab04540910f34b8e4237c1</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58ece9527f89bc16899fa2525cf6988b67196365</id>
      </parent>
      <parent>
        <id>686b1101fcb2518b4a4bee7cfa9a25d235ca5692</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/5011995cc2bcf0742d17a573ba1cde9946e6c9e6</url>
    <id>5011995cc2bcf0742d17a573ba1cde9946e6c9e6</id>
    <committed-date>2008-10-02T03:42:16-07:00</committed-date>
    <authored-date>2008-10-02T03:42:16-07:00</authored-date>
    <message>Merge commit 'tmaesaka/binprot' into binprot</message>
    <tree>2e1a118c6e9572a9984039b00300913f2619b58a</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ad3b2e9c26168801ec228b77a62130b634d7bf7</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/58ece9527f89bc16899fa2525cf6988b67196365</url>
    <id>58ece9527f89bc16899fa2525cf6988b67196365</id>
    <committed-date>2008-10-02T03:42:07-07:00</committed-date>
    <authored-date>2008-10-02T03:42:07-07:00</authored-date>
    <message>Add DTrace probes to the binary protocol</message>
    <tree>32e70eff625ab60f0e2e64e5f10382c62f89e168</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6cf91d2af6c744396c868f3371b80a26d1765567</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/686b1101fcb2518b4a4bee7cfa9a25d235ca5692</url>
    <id>686b1101fcb2518b4a4bee7cfa9a25d235ca5692</id>
    <committed-date>2008-10-02T01:41:35-07:00</committed-date>
    <authored-date>2008-10-02T01:41:35-07:00</authored-date>
    <message>Fixed a typo in stats key and cleaned whitespaces.</message>
    <tree>e1d4079c17c487eca7eaf7798478f04b133a7f75</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ad3b2e9c26168801ec228b77a62130b634d7bf7</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/6cf91d2af6c744396c868f3371b80a26d1765567</url>
    <id>6cf91d2af6c744396c868f3371b80a26d1765567</id>
    <committed-date>2008-10-02T00:58:08-07:00</committed-date>
    <authored-date>2008-10-02T00:58:08-07:00</authored-date>
    <message>A callback function is used for stats request over ascii protocol as well now.</message>
    <tree>c03d15c4a314db7e628f703a31c94fe4bcf92249</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58e9638f4bde8cafc953756c71e40960a5bf1063</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/2ad3b2e9c26168801ec228b77a62130b634d7bf7</url>
    <id>2ad3b2e9c26168801ec228b77a62130b634d7bf7</id>
    <committed-date>2008-10-01T04:59:46-07:00</committed-date>
    <authored-date>2008-10-01T04:59:46-07:00</authored-date>
    <message>Changed the argument ordering for stats callback to something more common.</message>
    <tree>f20b1118042e8fdaebbdf0007848a86c29082bd9</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a01ae597953584512f7a26940e631240c26eadde</id>
      </parent>
      <parent>
        <id>5fa458bb560841a30f303c40110e27f01d081fb6</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>trond@opensolaris.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/58e9638f4bde8cafc953756c71e40960a5bf1063</url>
    <id>58e9638f4bde8cafc953756c71e40960a5bf1063</id>
    <committed-date>2008-09-30T04:21:20-07:00</committed-date>
    <authored-date>2008-09-30T04:21:20-07:00</authored-date>
    <message>Merge commit 'tmaesaka/binprot' into binprot</message>
    <tree>96e1e0334ceec622f66d27a79c1ae785e1f381c6</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>trond@opensolaris.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12c63f9a625f5edb3e451b1e1dde54a006da0ad7</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/5fa458bb560841a30f303c40110e27f01d081fb6</url>
    <id>5fa458bb560841a30f303c40110e27f01d081fb6</id>
    <committed-date>2008-09-30T01:54:24-07:00</committed-date>
    <authored-date>2008-09-30T01:54:24-07:00</authored-date>
    <message>Report various listen failures, Updated Changelog/CONTRIBUTORS and Protocol Document.</message>
    <tree>27411e8f5aef69bb0db642dc35a8229a1f400d54</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a909fef11acf0d504afc0281496c409a6b19902</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/12c63f9a625f5edb3e451b1e1dde54a006da0ad7</url>
    <id>12c63f9a625f5edb3e451b1e1dde54a006da0ad7</id>
    <committed-date>2008-09-30T01:08:17-07:00</committed-date>
    <authored-date>2008-09-30T01:08:17-07:00</authored-date>
    <message>Remove managed instance mode (Dormando) - We should come back and do this right, probably built on top of the binary protocol and SE stuff.</message>
    <tree>b8f0ca795d500218be906c23da08d82b273eac02</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>866c6151cc52006a54d55aed54450632fd449a1a</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/2a909fef11acf0d504afc0281496c409a6b19902</url>
    <id>2a909fef11acf0d504afc0281496c409a6b19902</id>
    <committed-date>2008-09-30T00:16:48-07:00</committed-date>
    <authored-date>2008-09-30T00:16:48-07:00</authored-date>
    <message>Warning messages added for setsockopt() and IPv6 patch for broken stack.</message>
    <tree>1d99dc3a75fac6ae0f84ab9bcaa12f7296ca8291</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b3ad6c53525bcdea317028f9e9726e68a2e25ae</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/866c6151cc52006a54d55aed54450632fd449a1a</url>
    <id>866c6151cc52006a54d55aed54450632fd449a1a</id>
    <committed-date>2008-09-29T23:35:46-07:00</committed-date>
    <authored-date>2008-09-29T23:35:46-07:00</authored-date>
    <message>Fixed indent issues.</message>
    <tree>717297168ebe86da4cfd9e0f3e66daf575f009d7</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b430762b3518a6de1dae27e7851d160ef289a906</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/9b3ad6c53525bcdea317028f9e9726e68a2e25ae</url>
    <id>9b3ad6c53525bcdea317028f9e9726e68a2e25ae</id>
    <committed-date>2008-09-29T20:47:16-07:00</committed-date>
    <authored-date>2008-09-29T20:47:16-07:00</authored-date>
    <message>UDP/TCP can be disabled by setting their port to zero.</message>
    <tree>342f723b7e3727a86b1c0a8f570898afb68d4f31</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b430762b3518a6de1dae27e7851d160ef289a906</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>trond@opensolaris.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/a01ae597953584512f7a26940e631240c26eadde</url>
    <id>a01ae597953584512f7a26940e631240c26eadde</id>
    <committed-date>2008-09-29T04:27:24-07:00</committed-date>
    <authored-date>2008-09-29T04:27:24-07:00</authored-date>
    <message>stats_prefix_* should not assume that all keys are zero-terminated</message>
    <tree>4d73b67059f4530acefc1d63364010c279b206a9</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>trond@opensolaris.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1dcd8797a36c6eab56e88db882d57ac94439e226</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/b430762b3518a6de1dae27e7851d160ef289a906</url>
    <id>b430762b3518a6de1dae27e7851d160ef289a906</id>
    <committed-date>2008-09-29T00:52:41-07:00</committed-date>
    <authored-date>2008-09-29T00:52:41-07:00</authored-date>
    <message>DTrace probe fix, Fix typo in configure script, Use calloc(3) instead of malloc(3) for thread structures.</message>
    <tree>db3548c5eac75795e1299bc3689f316695c32ff9</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
</commits>
