Patch for "murmur" hash algorithm.
[awesomized/libmemcached] / lib / memcached_hash.c
2008-03-05   <brian@gir-2.local>Patch for "murmur" hash algorithm.
2008-02-06   <brian@gir-2.local>Fix for 64 bit
2008-01-05   <brian@gir.tangen... Merging
2007-12-28  Brian AkerFixed issue between 32bit and 64bit hash calculations...
2007-12-17  Brian AkerFix for when CRC return 0.
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-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-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-11-09  Brian AkerMerged in new generate tests.
2007-11-06   <brian@gir.local>Clean up warning for 32bit
2007-11-03  Brian AkerFixed 64bit issue in hash.
2007-10-31  Brian AkerMore Hashing methods
2007-10-31  Brian AkerUpdate to interface (modified to better support lots...
2007-10-30  Brian AkerAdding support for CRC Hashing
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
2007-10-11  Brian AkerFixed for bad call in memcached_behavior.c
2007-10-08  Brian AkerUpdated for help commands (and a little bit on ketama)
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-09-29  Brian AkerFixed memory issues found by new tool memslap.
2007-09-28  Brian AkerDTrace support
2007-09-19   <brian@gir.local>Increment and decrement now works.