<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>5bf5dee3754dc5cb13eeb45642a8397a89e4c617</id>
      </parent>
    </parents>
    <author>
      <name>Cosimo Streppone</name>
      <email>cosimo@opera.com</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/1c3c4c0d7a59ebe61ace685794789f2179c482bb</url>
    <id>1c3c4c0d7a59ebe61ace685794789f2179c482bb</id>
    <committed-date>2008-06-19T08:29:10-07:00</committed-date>
    <authored-date>2008-06-19T08:29:10-07:00</authored-date>
    <message>Another buffer overrun fix.</message>
    <tree>705c84654f8648f84654713d62991f0e070e88e2</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74d52354bb720d08f9554d91fd781032ad2aa8e3</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/5bf5dee3754dc5cb13eeb45642a8397a89e4c617</url>
    <id>5bf5dee3754dc5cb13eeb45642a8397a89e4c617</id>
    <committed-date>2008-06-18T12:11:50-07:00</committed-date>
    <authored-date>2008-06-18T12:11:50-07:00</authored-date>
    <message>Allocate new conn structures with calloc.

Janusz Dziemidowicz reported conn-&gt;next was sometimes not initialized.
This would have been the case for any client connection, or any
listener connection that wasn't tcp.</message>
    <tree>e0c776d8b087593f3cc433acfad12845f96e85b2</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ebdf6d38cd65cca31885e8e7e2f4c7ac4888279</id>
      </parent>
    </parents>
    <author>
      <name>Tomash Brechko</name>
      <email>tomash.brechko@gmail.com</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/74d52354bb720d08f9554d91fd781032ad2aa8e3</url>
    <id>74d52354bb720d08f9554d91fd781032ad2aa8e3</id>
    <committed-date>2008-06-18T11:35:20-07:00</committed-date>
    <authored-date>2008-06-18T11:31:54-07:00</authored-date>
    <message>Fix heap corruption when copying too much data onto an item.

(Dustin:)
I wrote a fuzz test that would consistently crash in assoc_find, but
after this change the test failed to break things and my fuzz
generator couldn't produce another breaking case.</message>
    <tree>277825b188297d9f0ec26036e1b36e4a8b791fba</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ec16c4ad2e8274e23d3c1c2111a8a6a2f99d3b4</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/0ebdf6d38cd65cca31885e8e7e2f4c7ac4888279</url>
    <id>0ebdf6d38cd65cca31885e8e7e2f4c7ac4888279</id>
    <committed-date>2008-06-18T11:30:22-07:00</committed-date>
    <authored-date>2008-06-18T11:30:22-07:00</authored-date>
    <message>Use calloc for allocating the hash table vs. malloc+memset.

calloc is already used to resize the hash table, so it's good to be
consistent here.</message>
    <tree>a8237b3f6ea4bb90137613f49ac4c1ce22ce0aaf</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7391190f7ff652e662a490d4ca0409dc33fba283</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/6ec16c4ad2e8274e23d3c1c2111a8a6a2f99d3b4</url>
    <id>6ec16c4ad2e8274e23d3c1c2111a8a6a2f99d3b4</id>
    <committed-date>2008-06-13T09:01:12-07:00</committed-date>
    <authored-date>2008-06-13T09:01:12-07:00</authored-date>
    <message>Fix freesuffix corruption.

When attempting to grow the freesuffix storage, the realloc is sized
to the number of bytes in freesuffixtotal instead of a number of
pointers of that size.

That is, the original malloc is for

  sizeof(char *) * freesuffixtotal

but the realloc for growth was

  freesuffixtotal * 2

On a 32-bit machine, this would have the effect of freeing half of
the freelist when an attempt was made to grow it.

The realloc is now consistent with the initial malloc.</message>
    <tree>1a50eab2c97c81d56c5f517ebc738f32f1ad7be3</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>031fab415ce7efbad450e4c3c0809f2df6313400</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/7391190f7ff652e662a490d4ca0409dc33fba283</url>
    <id>7391190f7ff652e662a490d4ca0409dc33fba283</id>
    <committed-date>2008-06-11T20:36:09-07:00</committed-date>
    <authored-date>2008-06-11T20:36:09-07:00</authored-date>
    <message>make -k work under daemon mode (-d).


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@783 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>8b3a1cfb5704429af1817404a3af2783b9e78544</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>366108d785ceccb36bb9d171f53c873cea457c5b</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/031fab415ce7efbad450e4c3c0809f2df6313400</url>
    <id>031fab415ce7efbad450e4c3c0809f2df6313400</id>
    <committed-date>2008-03-03T10:45:30-08:00</committed-date>
    <authored-date>2008-03-03T10:45:30-08:00</authored-date>
    <message>Document a few of the stats commands.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@747 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>4b0caff75068260bd40340e5b04d56acd7966566</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e567223e565c0a01b2baaf38759b2ddb1db05096</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/366108d785ceccb36bb9d171f53c873cea457c5b</url>
    <id>366108d785ceccb36bb9d171f53c873cea457c5b</id>
    <committed-date>2008-03-02T21:08:47-08:00</committed-date>
    <authored-date>2008-03-02T21:08:47-08:00</authored-date>
    <message>Halve distro size ;)

If we want the image back, fetch it from history into a doc or scratch repo.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@743 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>d2b2629e736063eb6bdf00b2db8e75c022ac6cd9</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>feed81c17d62f2b93bfc793f5ca39a73a4e094b0</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/e567223e565c0a01b2baaf38759b2ddb1db05096</url>
    <id>e567223e565c0a01b2baaf38759b2ddb1db05096</id>
    <committed-date>2008-03-02T21:08:44-08:00</committed-date>
    <authored-date>2008-03-02T21:08:44-08:00</authored-date>
    <message>Add -L mode to manpage.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@742 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>32a7f1529d28d08d393c88222f388532571d446d</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5800f57352255391656cf0fbb6f80af03e9c75e5</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/feed81c17d62f2b93bfc793f5ca39a73a4e094b0</url>
    <id>feed81c17d62f2b93bfc793f5ca39a73a4e094b0</id>
    <committed-date>2008-03-02T21:08:40-08:00</committed-date>
    <authored-date>2008-03-02T21:08:40-08:00</authored-date>
    <message>Version bump (shipit's having trouble with it), and update ChangeLog


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@741 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>05bbc3b70d399b1bc505b6cd70566b903d4722ac</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>424543b721e7d68536a982444ac7154d63b4d5c1</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/5800f57352255391656cf0fbb6f80af03e9c75e5</url>
    <id>5800f57352255391656cf0fbb6f80af03e9c75e5</id>
    <committed-date>2008-03-02T21:08:36-08:00</committed-date>
    <authored-date>2008-03-02T21:08:36-08:00</authored-date>
    <message>per-stat-class tracking of evictions and out of memory conditions.
We have an evictions stat, but it doesn't tell us if a particular slab class is hot. Now you can tell.
Can also tell if a particular class is in a weird state if the out of memory errors are high.

Also handy if you're using -M to disable the LRU.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@740 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>4aa0d63aabfd1d1cc17ad379c78fc78db2ad23ef</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdb3757c7c08130e8c942c1ac8fad3ff97859a6e</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/424543b721e7d68536a982444ac7154d63b4d5c1</url>
    <id>424543b721e7d68536a982444ac7154d63b4d5c1</id>
    <committed-date>2008-03-02T21:08:31-08:00</committed-date>
    <authored-date>2008-03-02T21:08:31-08:00</authored-date>
    <message>Don't re-calculate the slab class id for slabs_free() either.
This + previous patch slightly reduce user CPU time, especially during heavy evictions.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@739 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>be554e6bb00bfc28d49095af81e0d3aec774e823</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dbdd3db54203e4b947d18a1c395dffac76b9d86b</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/bdb3757c7c08130e8c942c1ac8fad3ff97859a6e</url>
    <id>bdb3757c7c08130e8c942c1ac8fad3ff97859a6e</id>
    <committed-date>2008-03-02T21:08:26-08:00</committed-date>
    <authored-date>2008-03-02T21:08:26-08:00</authored-date>
    <message>Don't re-calculate the slab class id.
slabs_alloc() internally calls slabs_clsid(), so an eviction case would crawl the list of slab classes three times.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@738 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>dc67ee92623a31808297b6aafc133998f6b6c972</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6727b0a16b5f81562830af6cf409541ca00da7d6</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/dbdd3db54203e4b947d18a1c395dffac76b9d86b</url>
    <id>dbdd3db54203e4b947d18a1c395dffac76b9d86b</id>
    <committed-date>2008-03-02T21:08:23-08:00</committed-date>
    <authored-date>2008-03-02T21:08:23-08:00</authored-date>
    <message>Useless check. 'id' will never be higher than POWER_LARGEST.
Which is defined as 200 in slabs.c, but LARGEST_ID is defined as 255 in items.c? Weird.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@737 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>63bd45725b2ae4cff42b6c546e26b796d3b364f8</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6147ed7b2b8263f10749d44aaf1bb1c52d2070c2</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/6727b0a16b5f81562830af6cf409541ca00da7d6</url>
    <id>6727b0a16b5f81562830af6cf409541ca00da7d6</id>
    <committed-date>2008-03-02T21:08:17-08:00</committed-date>
    <authored-date>2008-03-02T21:08:17-08:00</authored-date>
    <message>Give 'SERVER_ERROR out of memory' errors more context.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@736 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>7f8e626dc60c0a480ca350046fd4eee0f2d42d34</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b85c6c79565599c6c1735a0ac98ec81ed6a0c3f2</id>
      </parent>
    </parents>
    <author>
      <name>dsallings</name>
      <email>dsallings@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/6147ed7b2b8263f10749d44aaf1bb1c52d2070c2</url>
    <id>6147ed7b2b8263f10749d44aaf1bb1c52d2070c2</id>
    <committed-date>2008-02-29T11:43:21-08:00</committed-date>
    <authored-date>2008-02-29T11:43:21-08:00</authored-date>
    <message>Minor refactoring of server_socket.

Build the linked list out backwards so this command may be executed
more than once.  This also reduces the code a bit.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@729 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>00d8eeea8e9b783946cfb37824569813f4570017</tree>
    <committer>
      <name>dsallings</name>
      <email>dsallings@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3e522bcc5a211198f587bb63ce08f310a0b2783</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/b85c6c79565599c6c1735a0ac98ec81ed6a0c3f2</url>
    <id>b85c6c79565599c6c1735a0ac98ec81ed6a0c3f2</id>
    <committed-date>2008-02-27T02:07:59-08:00</committed-date>
    <authored-date>2008-02-27T02:07:59-08:00</authored-date>
    <message>Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@728 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>7b7039c705408e53aab43fc4422d291b3c1b1695</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b15956837dcbc5f2fcda47de4e2f7df04ca3df01</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/f3e522bcc5a211198f587bb63ce08f310a0b2783</url>
    <id>f3e522bcc5a211198f587bb63ce08f310a0b2783</id>
    <committed-date>2008-02-26T19:37:18-08:00</committed-date>
    <authored-date>2008-02-26T19:37:18-08:00</authored-date>
    <message>Enable UDP by default, clean up server socket code (Brian Aker)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@726 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>758ff32b08e0a1163b5f76a621b1c6a9f3eaa6c1</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e71a593cba43d814d0db73064ba2607101edf608</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/b15956837dcbc5f2fcda47de4e2f7df04ca3df01</url>
    <id>b15956837dcbc5f2fcda47de4e2f7df04ca3df01</id>
    <committed-date>2008-02-25T08:56:45-08:00</committed-date>
    <authored-date>2008-02-25T08:56:45-08:00</authored-date>
    <message>Enable use of large memory pages (Trond Norbye) &lt;Trond.Norbye@Sun.COM&gt;

Initial support for solaris.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@724 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>9b1a90cc4883fd5f7a392cdb164ff5d0f4f431f6</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33be1495bf95f77d7eed9546aa940fb2016a8a47</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/e71a593cba43d814d0db73064ba2607101edf608</url>
    <id>e71a593cba43d814d0db73064ba2607101edf608</id>
    <committed-date>2008-02-24T14:28:34-08:00</committed-date>
    <authored-date>2008-02-24T14:28:34-08:00</authored-date>
    <message>Make likely() and unlikely() available (Brian Aker)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@716 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>70d6d1c7021871dc4194a5d4fbeb4c732f42fbd0</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dc6d38e165797698c3c2fa08375979ded33baf5</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/33be1495bf95f77d7eed9546aa940fb2016a8a47</url>
    <id>33be1495bf95f77d7eed9546aa940fb2016a8a47</id>
    <committed-date>2008-02-21T21:05:23-08:00</committed-date>
    <authored-date>2008-02-21T21:05:23-08:00</authored-date>
    <message>Add verbose message on noreply conditions.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@712 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>c5b08e9ce6bffad3364a227a0879e30b6609da2f</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4bf269d09145b7a06773a5b83ef23f3c3aa48ae6</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/8dc6d38e165797698c3c2fa08375979ded33baf5</url>
    <id>8dc6d38e165797698c3c2fa08375979ded33baf5</id>
    <committed-date>2008-02-21T20:57:55-08:00</committed-date>
    <authored-date>2008-02-21T20:57:55-08:00</authored-date>
    <message>Changelog update (fix my formatting too)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@711 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>62a7fd88254b9eefcee7fb518053d67fdbd8d9fe</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8ba86ae6d58866756682f34c5692d142fa39959</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/4bf269d09145b7a06773a5b83ef23f3c3aa48ae6</url>
    <id>4bf269d09145b7a06773a5b83ef23f3c3aa48ae6</id>
    <committed-date>2008-02-21T20:57:41-08:00</committed-date>
    <authored-date>2008-02-21T20:57:41-08:00</authored-date>
    <message>Implement 'noreply' option for update commands. (Tomash Brechko &lt;tomash.brechko@gmail.com&gt;)

Commands add, set, replace, append, prepend, cas, delete, incr, decr,
flush_all, verbosity can take last optional parameter, 'noreply',
which instructs the server to not send the reply.

Add benchmark script for noreply parameter.


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@708 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>850b51c15d6d5b00493f850bfd37e6666e186865</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>32ad795d678d75338bed34a25a0cfe83555f9e02</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/e8ba86ae6d58866756682f34c5692d142fa39959</url>
    <id>e8ba86ae6d58866756682f34c5692d142fa39959</id>
    <committed-date>2008-02-21T20:38:00-08:00</committed-date>
    <authored-date>2008-02-21T20:38:00-08:00</authored-date>
    <message>Close socket on unhandled read errors. (Tao Hui &lt;taohui3@gmail.com&gt;)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@707 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>20df4c66dc5e4b0aec245dc9a210153c04c840b1</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4ff694161c74ee01b210037ecc9282610e11ccf</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/32ad795d678d75338bed34a25a0cfe83555f9e02</url>
    <id>32ad795d678d75338bed34a25a0cfe83555f9e02</id>
    <committed-date>2008-02-18T23:45:13-08:00</committed-date>
    <authored-date>2008-02-18T23:45:13-08:00</authored-date>
    <message>Someday I'll stop forgetting the changelog updates :)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@706 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>5bdb56d320b4bf6573826ba8ef84133b58f6e38a</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ccef54658370bf82c392890c50f4eb91207e5b6e</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/f4ff694161c74ee01b210037ecc9282610e11ccf</url>
    <id>f4ff694161c74ee01b210037ecc9282610e11ccf</id>
    <committed-date>2008-02-18T02:26:22-08:00</committed-date>
    <authored-date>2008-02-18T02:26:22-08:00</authored-date>
    <message>Swap time(2) with gettimeofday(2), since the latter is optimized away on some platforms. (Brian Aker) &lt;brian@tangent.org&gt;


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@704 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>266f2a6eb4fc5a0c02b77d3c1d506c887e836ae6</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6831dd7af650ac470b7e38ce51d5147cd0ab2f0a</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/ccef54658370bf82c392890c50f4eb91207e5b6e</url>
    <id>ccef54658370bf82c392890c50f4eb91207e5b6e</id>
    <committed-date>2008-02-18T02:10:20-08:00</committed-date>
    <authored-date>2008-02-18T02:10:20-08:00</authored-date>
    <message>Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) &lt;Trond.Norbye@Sun.COM&gt;


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@703 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>eec0ba8b16bdade90f4ec92b847cb06f54d95740</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00eb260e1ef67abfd03d6f58ef4f6f0d71a649e6</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/6831dd7af650ac470b7e38ce51d5147cd0ab2f0a</url>
    <id>6831dd7af650ac470b7e38ce51d5147cd0ab2f0a</id>
    <committed-date>2008-02-18T02:10:17-08:00</committed-date>
    <authored-date>2008-02-18T02:10:17-08:00</authored-date>
    <message>add compiler options for Sun Studio compilers with --enable-threads (Trond Norbye)


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@702 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>3062a7af1e30cc8f8442a64287c0e6897707c6ac</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1a7ef04bd04654104ccaca9e927ec9ee06d892f</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/00eb260e1ef67abfd03d6f58ef4f6f0d71a649e6</url>
    <id>00eb260e1ef67abfd03d6f58ef4f6f0d71a649e6</id>
    <committed-date>2008-02-18T01:22:47-08:00</committed-date>
    <authored-date>2008-02-18T01:22:47-08:00</authored-date>
    <message>Support multiple interfaces returned by IPv6 interfaces. By Brian Aker &lt;brian@tangent.org&gt;


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@701 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>4f909b6d21a27a93db54001163879a5a3ea076da</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c873219538fec8fde060aa7c0a09c22ee781f774</id>
      </parent>
    </parents>
    <author>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </author>
    <url>http://github.com/nkallen/memcached/commit/e1a7ef04bd04654104ccaca9e927ec9ee06d892f</url>
    <id>e1a7ef04bd04654104ccaca9e927ec9ee06d892f</id>
    <committed-date>2008-02-18T01:22:42-08:00</committed-date>
    <authored-date>2008-02-18T01:22:42-08:00</authored-date>
    <message>IPv6 support patch by Brian Aker &lt;brian@tangent.org&gt;


git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@700 b0b603af-a30f-0410-a34e-baf09ae79d0b</message>
    <tree>5043522ca6f42279dd0dd8254a1c939a0209b0db</tree>
    <committer>
      <name>dormando</name>
      <email>dormando@b0b603af-a30f-0410-a34e-baf09ae79d0b</email>
    </committer>
  </commit>
</commits>
