awesomized/libmemcached
2009-01-10  Trond NorbyeDeprecate MEMCACHED_NO_KEY_PROVIDED, and fixed key...
2009-01-09  Brian AkerMerge.
2009-01-09  Brian AkerChanged memcached_servers_parse() to take const
2009-01-09   <hannu.valtonen... Change binary protocol behavior to disallow the use...
2009-01-07  Trond NorbyeRemoved obsolete DTrace related macros
2009-01-07  Trond NorbyeFixed the support for DTrace so that it also builds...
2009-01-06  Brian AkerFix for test case to not leak memory.
2009-01-06  Brian AkerMerge
2009-01-06  Brian AkerImport new purge work from trond
2009-01-06  Trond NorbyeTest for a working SO_SNDTIMEO and SO_RCVTIMEO during...
2009-01-06  Trond NorbyeRun the async tests on the binary protocol as well
2009-01-06  Trond NorbyeDisable user_supplied_bug17 on Solaris
2009-01-06  Brian AkerFix test case for weighted servers.
2009-01-05  Brian AkerRefactor to remove leak in new framework for clone...
2009-01-05  Brian AkerRefactor for host_reset, updated test. TODO in code...
2009-01-05  Brian AkerRefactor out host_reset and add internal _with() to...
2009-01-05   <brian@gir... Bug fix for host_reset()
2009-01-04   <brian@gir... Fix for decrement
2008-12-11  Trond NorbyeDisable SO_SNDTIMEO and SO_RCVTIMEO on Solaris
2008-12-15  Trond Norbyememcached_io_reset should disconnect from the server...
2008-12-10  Trond NorbyeAdd --with-memcached to be able to specify the memcache...
2008-12-01  Trond NorbyeSync protocol_binary.h with the memcached repository
2008-11-28  Trond Norbyebootstrap should search for aclocal-1.10 and automake...
2008-11-28  Brian AkerAdded tag 0.25 for changeset 1ed3d51f323f
2008-11-28  Brian AkerFix for config to not be stored into filesystem. 0.25
2008-11-28  Brian AkerFix for bad disconnect during test run.
2008-11-28   <brian@gir... Incomming fix from Chris
2008-11-21   <brian@gir... Patch from evn
2008-11-17   <brian@gir... Removing purge support for the time being.
2008-11-16  Brian AkerFix for most errors around non-block
2008-11-15  Brian AkerStraighten up exection path
2008-11-15   <brian@gir... Trying to remove dead branch
2008-11-15   <brian@gir... Merge.
2008-11-15   <brian@gir... Fix to make sure we do not copy an element on top of...
2008-11-15   <brian@gir... Remove dead variable and on close check value of file...
2008-11-05  Yin Chenfix io_read bug
2008-11-04   <brian@ubuntu>Fix make dist.
2008-11-03   <brian@gir... Adding missing file
2008-11-03   <brian@gir... Incomming code for additions in keys (see Changelog)
2008-11-03   <brian@gir... Merge fixed from trond
2008-10-23  Trond NorbyeSearch for pod2man during configure
2008-10-22  Trond NorbyePurge the input buffer if I discover a lot of commands...
2008-10-16   <brian@gir... Solaris Forte issue fix (inttype over stdint)
2008-10-15  Brian AkerSaving fix for busy wait
2008-10-15  Brian AkerPatch for memslap by Furuhashi Sadayuk
2008-10-15  Brian AkerIncoming update to Murmur
2008-10-01  Trond Norbyelibmemcached_config.h should not be installed
2008-09-30  Trond NorbyeHostname (and filename) should be const in memcached_se...
2008-09-22   <brian@gir... Adding missing file.
2008-09-22   <brian@gir... Merging in Brian Pontz work on Jenkins hash
2008-09-16  Brian AkerWrapping up fixed for .24 release
2008-09-09   <brian@gir... Refactored call, removed abort() call (we should never...
2008-09-09   <brian@gir... Moved response code to use a switch/case (instead if...
2008-09-08   <brian@gir... Cleanup values for future use of memcached_server_free()
2008-09-08   <brian@gir... Style cleanup
2008-09-08   <brian@gir... Updated for the creation of memcached_server_by_key().
2008-09-08   <brian@gir... Fix dangling endif
2008-09-08   <brian@gir... More warning cleanup.
2008-09-08   <brian@gir... Cleanup warnings/found issue in store by key functions.
2008-09-07  Brian AkerAdded tag .23 for changeset 86b581b9fdb8
2008-09-07  Brian AkerForgot to update version number. 0.23 _23
2008-09-07  Brian AkerUpdate for release
2008-09-07  Brian AkerAdded tag .23 for changeset 58900f15f36b
2008-09-07  Brian AkerMerge
2008-09-07  Brian AkerFix for new RPM build machine.
2008-08-29  Yin Chenfix a configure.ac typo(03 for O3)
2008-08-29  Yin Chenfix the incr/decr operation connection closed bug
2008-08-25  Yin Chenadd a memcached_result_string_st(A) interface to suppo...
2008-08-20  Yin Chenfix a bug in update_continuum
2008-08-19  Trond NorbyeClean up the compiler flag section
2008-08-19  Trond NorbyeFix compiler warning
2008-08-19  Trond NorbyeAdded my name to the AUTHORS file
2008-08-19  Brian AkerFixed udp warnings.
2008-08-19  Brian AkerFew more cleanups.
2008-08-19  Brian AkerTurned up warnings in code
2008-08-19  Brian AkerFixed memory leaks in test program.
2008-08-12  Yin Chenfix a logic error on memcached_server_remove which...
2008-08-02   <brian@localhost... Small cleanups
2008-08-07  Yin ChenFix some flaw and bugs in server failure rehash
2008-08-07  Yin ChenAdd the LDFLAGS for -lm(floorf)
2008-08-07  Yin ChenMerge the server failure rehash implementation
2008-08-06  Yin ChenImplement the server failure rehash mechanism
2008-08-05  Trond NorbyeFix macro for verifying proper struct padding in protoc...
2008-08-05  Trond NorbyeDetect the required libraries instead of hardcoding...
2008-08-04  Trond NorbyeFixed: warning: missing braces around initializer
2008-08-03  Trond NorbyeDo not try to run the binary protocol testsuite for...
2008-07-30   <brian@localhost... Added MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIO...
2008-07-29   <brian@localhost... Handling merge
2008-07-31  Trond NorbyeRemoved build-time dependency to memcached with binary...
2008-07-29   <brian@localhost... Fix for lingerd and bad free.
2008-07-27   <brian@localhost... Fix for zero length bad key fix.
2008-07-26   <trond@localhost>Initial support for the binary protocol
2008-07-23   <brian@localhost... Fix for Chinese character sets.
2008-07-23   <brian@localhost... Pushing weighted ketama code.
2008-07-18   <brian@localhost... Removed dead code.
2008-07-18   <brian@localhost... Adding missing file.
2008-07-18   <brian@localhost... Fix for Solaris 64bit
2008-07-18   <brian@localhost... Fix for solaris
2008-07-14  Brian AkerAdded tag 0.22 for changeset 55e4cd5cda1d
2008-07-14  Brian AkerSaving new version 0.22
next