Patch for "murmur" hash algorithm.
[awesomized/libmemcached] / lib /
2008-03-05   <brian@gir-2.local>Patch for "murmur" hash algorithm.
2008-03-05   <brian@gir-2.local>Fix for zero length values.
2008-02-20   <kevin@laminaria>After quit is issued, client reads all data from server,
2008-02-20   <brian@gir-2.local>First view of server cursor function.
2008-02-19   <brian@gir-2.local>Cleanup of memcached_fetch_execute() definition
2008-02-19   <brian@gir-2.local>Merge fix.
2008-02-19   <brian@gir-2.local>MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT added from Marcelo...
2008-02-18  Brian AkerFix for looping through multi-interfaces (in case one...
2008-02-18   <brian@gir-2.local>Fix for if NULL is passed as a valid argument to memcac...
2008-02-18   <brian@gir-2.local>All behavior changes should not require a flush.
2008-02-17   <brian@gir-2.local>Minor cleanups (missing file added).
2008-02-15   <brian@gir-2.local>Bug fix for memcached_cas() operator.
2008-02-15   <brian@gir-2.local>Added behavior method around testing of keys.
2008-02-13   <brian@gir-2.local>Merge
2008-02-13   <brian@gir-2.local>Added MEMCACHED_BEHAVIOR_SORT_HOSTS behavior to enable...
2008-02-13   <brian@gir-2.local>MEMCACHED_BAD_KEY_PROVIDED has been added as an error...
2008-02-13   <brian@gir-2.local>We now sort servers to make sure the client application...
2008-02-06   <brian@gir-2.local>Modifying behavior to bounce connection in the case...
2008-02-06   <brian@gir-2.local>Fix for 64 bit
2008-02-04   <brian@gir.tangen... Assert in debug to look for random allocation in get.
2008-02-02   <brian@gir.tangen... Removing "unworthy" assert from debug mode :)
2008-02-01  Brian AkerMerging Patrick's work on C++ interface.
2008-01-30  Brian AkerPartial work on making UDP protocol actually work ...
2008-01-30   <patg@patg.net>Merged
2008-01-29  Brian AkerFix for non-blocking IO error. The refactoring bit...
2008-01-29  Brian AkerIncomming Patch from Kevin
2008-01-27  Brian AkerKevin's patch bug13
2008-01-23  Brian AkerModifications for IO performance.
2008-01-23  Brian AkerSlight optimization in write() call
2008-01-23  Brian AkerRefactor of generate tests.
2008-01-21   <patg@patg.net>Merge
2008-01-21  Brian AkerClean up pointer issue.
2008-01-21   <brian@gir.tangen... Fixed bug found by Evan Weaver where increment was...
2008-01-21   <brian@gir.tangen... Merge.
2008-01-21   <brian@gir.tangen... Fix for bad null pointer on flag by Toru Maesaka.
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2008-01-20   <patg@patg.net>Merge
2008-01-20  Brian AkerMerge
2008-01-20  Brian AkerChicken and Egg problem in clone fixed.
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-20   <patg@patg.net>Working on getting version patch working
2008-01-19   <brian@gir.local>Typed clone and cleanup functions with memcached_ prefixes,
2008-01-19   <brian@gir.local>Pulling back the C++ code to just be an include.
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-18   <brian@gir.local>More on clone/cleanup callbacks
2008-01-18   <brian@gir.local>Merge.
2008-01-18   <brian@gir.local>This patch includes all of the callback work for settin...
2008-01-15   <brian@gir.local>Cleanup's for Tim. Also dropping support back to ipv4...
2008-01-14   <brian@gir.local>First push of example C++ interface.
2008-01-11  Brian AkerMEMCACHED_BEHAVIOR_USER_DATA work. This allows a client...
2008-01-10  Brian AkerFix for connect() to invalidate socket on failure.
2008-01-09  Brian AkerMore timeout cleanup
2008-01-09   <brian@gir.tangen... merge
2008-01-08  Brian AkerKevin Dalley's patch for EOF
2008-01-08   <brian@gir.tangen... Removing all of the multi-set bits (aka the buffer...
2008-01-08   <brian@gir.tangen... Removing dead code.
2008-01-07   <brian@gir.tangen... Patch by Toru Maesaka for stats comparison
2008-01-05  Brian AkerTest fixes for new return code on buffered calls.
2008-01-05   <brian@gir.tangen... Merging
2008-01-05   <brian@gir.tangen... memcached_behavior() causes commands to be buffered...
2007-12-28  Brian AkerFixed issue between 32bit and 64bit hash calculations...
2007-12-22   <brian@gir.tangen... Merging branches.
2007-12-22  Brian AkerFixed a bug Cal found on null termination of a result...
2007-12-22  Brian AkerNEw code for the memcached_fetch_execute() function.
2007-12-19  Brian AkerMulti branch work.
2007-12-18  Brian AkerFixed error in lack of pointer found (Tim Bunce discovered)
2007-12-18  Brian AkerFix to make all keys null terminated (sort of surprised...
2007-12-18  Brian AkerCode for multi delete functions.
2007-12-18  Brian AkerPortability patches from Kevin Dalley for Freebsd 4.0.
2007-12-17  Brian AkerFix for when CRC return 0.
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-17  Brian AkerRefactor (1st piece) of logic around creating messages...
2007-12-16  Brian AkerMinor bug discovered at hackathon.
2007-12-14  Brian AkerFix for lingers socket issues on Freebsd
2007-12-14   <brian@wlan-guest... Turns out the protocol docs were in error, and that...
2007-12-11  Brian AkerPerformance improvements in get operations
2007-12-11  Brian AkerSuggested change from Antony
2007-12-11  Brian AkerRaised default timeout.
2007-12-11  Brian AkerNew async test.
2007-12-11  Brian AkerCleanup of linger call.
2007-12-11  Brian AkerRemoved recent regression issue with close()
2007-12-08   <brian@gir.tangen... Refactor of async code. poll() is now only called when...
2007-12-07   <brian@gir.local>Adding delete_by_key function to complete partitioning...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-05   <brian@h220-215... Cleanup of spelling error in option.
2007-12-04   <brian@h220-215... This includes work for partitioning by key. Dormando...
2007-12-04   <brian@h220-215... First push (no docs) on range by key request by Dormondo.
2007-12-04   <brian@h220-215... Fix for hash not being cloned.
2007-12-04   <brian@h220-215... Hash algo was not being copied. andre@cabine.org discov...
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
2007-12-03   <brian@h220-215... Fixed problem with out of range character in key.
2007-12-02   <brian@gir.local>Fix for minor rewrite in clone method of number of...
2007-12-01  Brian AkerFixed memcached_get() to now use finish instead of...
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-12-01   <brian@gir.tangen... Fix in issue where no servers are to be found (introduc...
2007-12-01   <brian@gir.tangen... Big fix for async mode to make sure all data has been...
2007-11-29  Brian AkerAdded tests for consistent hash.
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-29   <brian@gir.local>Extended consistent hash logic to handle splice (should...
2007-11-28  Brian AkerLonger test case added for server parsing.
next