<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>80de6d802157229598cb9c5fd899582d36dead39</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/f644256da6beae99c3b097c8b565270512453bd9</url>
    <id>f644256da6beae99c3b097c8b565270512453bd9</id>
    <committed-date>2008-05-22T03:09:05-07:00</committed-date>
    <authored-date>2008-05-22T03:09:05-07:00</authored-date>
    <message>Removed item_free from the engine API, and renamed item_defer_delete to item_delete</message>
    <tree>d237d8cfb62cf8eb6ec384b2ae8686c8ef4973fe</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dcc3186a0703ff67462a9d5d11c0d29e075970d6</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/80de6d802157229598cb9c5fd899582d36dead39</url>
    <id>80de6d802157229598cb9c5fd899582d36dead39</id>
    <committed-date>2008-05-22T02:16:04-07:00</committed-date>
    <authored-date>2008-05-22T02:16:04-07:00</authored-date>
    <message>removed unused variable</message>
    <tree>d6c09ac8d604ba28aa0849d77da128720a07b3bd</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87ba0e9d7825ce79bc2dc0776a832b336d65dfd8</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/dcc3186a0703ff67462a9d5d11c0d29e075970d6</url>
    <id>dcc3186a0703ff67462a9d5d11c0d29e075970d6</id>
    <committed-date>2008-05-22T01:40:13-07:00</committed-date>
    <authored-date>2008-05-22T01:40:13-07:00</authored-date>
    <message>Fix error message if dlopen fails.

dlopen does not set errno. use dlerror instead</message>
    <tree>397c8aa0442c1d6fe636dc336a555b118aba1257</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea07c63705b073155c52894941a3df59f60a0268</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/87ba0e9d7825ce79bc2dc0776a832b336d65dfd8</url>
    <id>87ba0e9d7825ce79bc2dc0776a832b336d65dfd8</id>
    <committed-date>2008-05-22T00:41:34-07:00</committed-date>
    <authored-date>2008-05-22T00:41:34-07:00</authored-date>
    <message>First prototype for storage backends.

This patch contains the initial work needed to decouple the ram backend
with the core server. There is some loose ends:

* If you compile with gcc you need to add -rdynamic to the linker flags
* The code for detailed stats should probably live in the backend
* The backend use some of the variables / functions in the core server:
        - current_time
        - settings
        - STAT_LOCK / UNLOCK
* The item struct contains slabber-specific members.</message>
    <tree>a8d26badcb78a4bc3ee264bd0f00e70a8d5eba27</tree>
    <committer>
      <name>Trond Norbye</name>
      <email>tn202803@khepri38.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b7a8118d256b725bc7b5f9a1e888818e483e454</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ea07c63705b073155c52894941a3df59f60a0268</url>
    <id>ea07c63705b073155c52894941a3df59f60a0268</id>
    <committed-date>2008-05-09T00:28:52-07:00</committed-date>
    <authored-date>2008-05-09T00:28:52-07:00</authored-date>
    <message>The core server never called the mutex wrapper for do_item_replace()
so &quot;item_replace()&quot; was altered to directly call do_item_replace().

This makes things slightly easier to understand when supporting
multiple engines later on since we don't have to worry about
deadlocks occuring in item_replace().</message>
    <tree>c1e532664366b9b8e667d5087ee236931cad847c</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62325305aa5abc47b1c79c7f8482ea5811e4bcb8</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/1b7a8118d256b725bc7b5f9a1e888818e483e454</url>
    <id>1b7a8118d256b725bc7b5f9a1e888818e483e454</id>
    <committed-date>2008-05-03T00:35:18-07:00</committed-date>
    <authored-date>2008-05-03T00:35:18-07:00</authored-date>
    <message>Don't leave the CAS id uninitialized in process_update_command.

This leads to spurious failures in commands that don't support CAS.</message>
    <tree>7629972c7a26cea1737905e897a742ecbf793b29</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d9839e2ddac1d5f47fb0caba8e1670776ac5640</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@sun.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/62325305aa5abc47b1c79c7f8482ea5811e4bcb8</url>
    <id>62325305aa5abc47b1c79c7f8482ea5811e4bcb8</id>
    <committed-date>2008-05-02T18:47:08-07:00</committed-date>
    <authored-date>2008-05-02T18:47:08-07:00</authored-date>
    <message>Bug fix for hash corruption in do_item_alloc</message>
    <tree>5f976854ca0108954409b263cbd08790aec44526</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c50575ca4155bc963270d85b1aed38c90f0b3e2</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/9d9839e2ddac1d5f47fb0caba8e1670776ac5640</url>
    <id>9d9839e2ddac1d5f47fb0caba8e1670776ac5640</id>
    <committed-date>2008-04-29T19:16:26-07:00</committed-date>
    <authored-date>2008-04-29T19:16:26-07:00</authored-date>
    <message>Return the CAS ID in incr and decr responses.</message>
    <tree>f3c273ee663a16f44426c5c381e24cc546e0bf55</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>472fa92042784bed7a46465b670b8ab0425e5227</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/8c50575ca4155bc963270d85b1aed38c90f0b3e2</url>
    <id>8c50575ca4155bc963270d85b1aed38c90f0b3e2</id>
    <committed-date>2008-04-29T19:06:37-07:00</committed-date>
    <authored-date>2008-04-29T19:06:37-07:00</authored-date>
    <message>Deletion should honor CAS.</message>
    <tree>5d88737ad7ed1c1f16799d3f51974529d3c05129</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8651c568f53a9be3f5f590140f08619a86f1c9a</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/472fa92042784bed7a46465b670b8ab0425e5227</url>
    <id>472fa92042784bed7a46465b670b8ab0425e5227</id>
    <committed-date>2008-04-29T18:57:54-07:00</committed-date>
    <authored-date>2008-04-29T18:56:39-07:00</authored-date>
    <message>Get bin flush looking slightly more like the text one.

It doesn't work very well for very small time bombs due to how time is
handled internally.</message>
    <tree>57e00ae918e3263e0594003b736ac9396f58dc4f</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3da517359dd1ad1bacbba8518e1a4ebba24edba5</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@sun.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/b8651c568f53a9be3f5f590140f08619a86f1c9a</url>
    <id>b8651c568f53a9be3f5f590140f08619a86f1c9a</id>
    <committed-date>2008-04-29T14:30:56-07:00</committed-date>
    <authored-date>2008-04-29T14:30:56-07:00</authored-date>
    <message>Binary protocol updates from the fourth hackathon.

Also separated much of the headers that may be interesting to client
implementors into a separate header file.</message>
    <tree>3918166936e87be4d1b7c3a7577117198bc30284</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d53637b289d6539818424759644cf57fc862dfc</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/3da517359dd1ad1bacbba8518e1a4ebba24edba5</url>
    <id>3da517359dd1ad1bacbba8518e1a4ebba24edba5</id>
    <committed-date>2008-04-28T09:57:06-07:00</committed-date>
    <authored-date>2008-04-28T09:57:06-07:00</authored-date>
    <message>Added a .gitignore</message>
    <tree>946ec50fcf87f8bc6049e67bde28943548e3d45f</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce6899734bc37c7b0c99df8ad3e7524d760d60c2</id>
      </parent>
    </parents>
    <author>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/1d53637b289d6539818424759644cf57fc862dfc</url>
    <id>1d53637b289d6539818424759644cf57fc862dfc</id>
    <committed-date>2008-04-28T01:05:59-07:00</committed-date>
    <authored-date>2008-04-28T01:05:59-07:00</authored-date>
    <message>Code modified to only build and run under multi-threaded mode.
Macros for aliasing &quot;do_&quot; or &quot;mt_&quot; functions removed and &quot;mt_&quot; prefix
stripped from the multi-thread wrappers, so that the core server can
directly use them.

configure.ac and server files modified to suit the changes.</message>
    <tree>fd1c08012e96659b7c5e3e78ab48856cf9fb6e90</tree>
    <committer>
      <name>Toru Maesaka</name>
      <email>dev@torum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce451672e7982070a4cacf8cbc32c41bc2e9a045</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@Sun.COM</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ce6899734bc37c7b0c99df8ad3e7524d760d60c2</url>
    <id>ce6899734bc37c7b0c99df8ad3e7524d760d60c2</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-04-27T14:33:55-07:00</authored-date>
    <message>Documentation updates reflecting the changes from the most recent hackathon.

Trond Norbye did all this work and included a log more examples.</message>
    <tree>a8174f69035b0e89859b0737da972adc4dccef53</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee5b4fa806821d955fd28f86cc07b86b6c86cacd</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@sun.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ce451672e7982070a4cacf8cbc32c41bc2e9a045</url>
    <id>ce451672e7982070a4cacf8cbc32c41bc2e9a045</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-04-17T23:11:40-07:00</authored-date>
    <message>Binary quit command.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@778 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>f2a789b15d879fa01970c2634fa58ad84b1648a6</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac27f52dec92071f02911b6e6569b980bedb818f</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Stone</name>
      <email>astone@sixapart.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ee5b4fa806821d955fd28f86cc07b86b6c86cacd</url>
    <id>ee5b4fa806821d955fd28f86cc07b86b6c86cacd</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-04-17T00:28:03-07:00</authored-date>
    <message>Update the stylesheet paths to point to xml2rfc/ now.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@777 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>25ea47a7b6ab82e5fd137cbb5855f6ef916e2b53</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8648d3989fc0838ad5c890dec706ce2072743dac</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Stone</name>
      <email>astone@sixapart.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ac27f52dec92071f02911b6e6569b980bedb818f</url>
    <id>ac27f52dec92071f02911b6e6569b980bedb818f</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-04-17T00:22:51-07:00</authored-date>
    <message>Rearrange the binary protocol docs and xml2rfc tools.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@776 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>fa2238376a42e7df72999c7dbf8b84f15121b0d6</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad6bb871242a103872bfff2d5e0fdf823a09fe57</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@sun.com</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/8648d3989fc0838ad5c890dec706ce2072743dac</url>
    <id>8648d3989fc0838ad5c890dec706ce2072743dac</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-04-02T10:41:43-07:00</authored-date>
    <message>Syscall optimizations.

I have been using the last two days to test the modifications I have done to
the binary protocol, and I have not been able to find any new bugs. From my
testing the binary protocol now use the same amount of system calls as the
textual protocol.

I have tried to use a common state machine, and branch the execution path as
late as possible.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@775 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>48bc0aaa01222aa4620ff237558c242068ea98d2</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9914305523c5579976d350c85c728bda6f2ddcd3</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ad6bb871242a103872bfff2d5e0fdf823a09fe57</url>
    <id>ad6bb871242a103872bfff2d5e0fdf823a09fe57</id>
    <committed-date>2008-04-27T16:37:47-07:00</committed-date>
    <authored-date>2008-03-30T01:16:46-07:00</authored-date>
    <message>Super ghetto version bump... It's a development release!

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@773 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>f0b78a8577a76bae003bec8fe77c2bc240859f64</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6e2cad135e9aa91a261fbdecc0893004c2109c3</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/9914305523c5579976d350c85c728bda6f2ddcd3</url>
    <id>9914305523c5579976d350c85c728bda6f2ddcd3</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-30T01:08:45-07:00</authored-date>
    <message>BIN_RES_MAGIC should be 0x81 as described in the protocol document.

Also useful for wireshark/etc for analyzing the protocol.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@772 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>aacb9606907d7c7669b91462f40ca7fb3aeddf21</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11732cbfc0c7c03567ea22852cea353a5ae86ec6</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/d6e2cad135e9aa91a261fbdecc0893004c2109c3</url>
    <id>d6e2cad135e9aa91a261fbdecc0893004c2109c3</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-29T02:36:33-07:00</authored-date>
    <message>16/4 == 4.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@771 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>acfcb73af5f048407124ba18115278857f8fc922</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81cdcac1093baa35f77706569b46bcb49a64c6e8</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/11732cbfc0c7c03567ea22852cea353a5ae86ec6</url>
    <id>11732cbfc0c7c03567ea22852cea353a5ae86ec6</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-29T02:36:30-07:00</authored-date>
    <message>All tests pass... except memcached-debug doesn't work.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@770 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>a65fbd3ca2347505aedb1edd905d2b149b0c7395</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce22b650c98185f5f2c496ec47b57eb155761f7d</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/81cdcac1093baa35f77706569b46bcb49a64c6e8</url>
    <id>81cdcac1093baa35f77706569b46bcb49a64c6e8</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-29T02:36:25-07:00</authored-date>
    <message>All existing tests pass.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@769 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>4be714f1d70116a742e3124e3eebcdb00996ba36</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>507fce6f9f19df5f446d723e232e51fdf8cf064f</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/ce22b650c98185f5f2c496ec47b57eb155761f7d</url>
    <id>ce22b650c98185f5f2c496ec47b57eb155761f7d</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-27T21:26:59-07:00</authored-date>
    <message>Most tests pass now. MultiGet is still busted.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@768 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>6c323ea0b25749402322bd967f3348f5b25eb08a</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>895d17133988976b8ee29c62355ac3da3f85366f</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/507fce6f9f19df5f446d723e232e51fdf8cf064f</url>
    <id>507fce6f9f19df5f446d723e232e51fdf8cf064f</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-26T21:31:35-07:00</authored-date>
    <message>Fix incr/decr perl tests. Next up is CAS, which are no longer separate commands.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@767 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>b10b0f7fa34bae8d2c84eae154cdf370081f0060</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>915b5f4b73ae08243b7728ab377c2d2df09f663a</id>
      </parent>
    </parents>
    <author>
      <name>Trond Norbye</name>
      <email>Trond.Norbye@Sun.COM</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/895d17133988976b8ee29c62355ac3da3f85366f</url>
    <id>895d17133988976b8ee29c62355ac3da3f85366f</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-25T14:05:29-07:00</authored-date>
    <message>1) I don't have any prototype for daemon 2) The signature for dispatch_conn_new differs in the header and thead.c 3) I get a &quot;overflow&quot; warning since the constant BIN_RES_MAGIC is defined as a signed int...

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@766 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>8bf85a0b692929f18a643e3b98ca2528ea6005f9</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d81280e341ad021ed64e354d516d13c7e445551</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/915b5f4b73ae08243b7728ab377c2d2df09f663a</url>
    <id>915b5f4b73ae08243b7728ab377c2d2df09f663a</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-25T01:25:18-07:00</authored-date>
    <message>More perl binary protocol tests passing now. Still a lot broken.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@765 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>18647d5e45203473b4ddf263a62640cccddbdc96</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b402c523404039565d7cdf0c7217f70f6dad5be</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/6d81280e341ad021ed64e354d516d13c7e445551</url>
    <id>6d81280e341ad021ed64e354d516d13c7e445551</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-25T01:25:15-07:00</authored-date>
    <message>Updating perl tests. Now works a little again. Fails 'Simple set/get'

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@764 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>0cccf06b0f03effb76166345693cfc184dc5420e</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d6da61f0e63ab6ea334afeec98b13cddde6ae65</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@rydia.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/4b402c523404039565d7cdf0c7217f70f6dad5be</url>
    <id>4b402c523404039565d7cdf0c7217f70f6dad5be</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-24T23:26:01-07:00</authored-date>
    <message>Make unix domain sockets work again.

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@763 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>55cc1672c62d63bdf7fc946344cd7daeb0b4175e</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1cf50ae19a9ffa236ee7538284c3e5a8af47e899</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/tmaesaka/memcached/commit/8d6da61f0e63ab6ea334afeec98b13cddde6ae65</url>
    <id>8d6da61f0e63ab6ea334afeec98b13cddde6ae65</id>
    <committed-date>2008-04-27T16:37:46-07:00</committed-date>
    <authored-date>2008-03-18T22:19:32-07:00</authored-date>
    <message>Updated protocol xml to match protcol txt

git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@761 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>9192d1022b2dd2d585b2f9567a89fde795128941</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
</commits>
