awesomized/libmemcached
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 AkerTest Cleanup.
2008-01-09  Brian AkerMore timeout cleanup
2008-01-09  Brian AkerMerge
2008-01-09  Brian AkerDocumentation and Changlog information.
2008-01-09   <brian@gir... Patch by Marc Rossi to add --hash to command line tools.
2008-01-09   <brian@gir... merge
2008-01-09   <brian@gir... Incorrect polltimeout set on test (Patch by Kevin)
2008-01-08  Brian AkerKevin Dalley's patch for EOF
2008-01-08   <brian@gir... Removing all of the multi-set bits (aka the buffer...
2008-01-08   <brian@gir... Removing dead code.
2008-01-07   <brian@gir... Patch by Toru Maesaka for stats comparison
2008-01-05  Brian AkerTest fixes for new return code on buffered calls.
2008-01-05  Brian AkerFix for bad error in execute.
2008-01-05   <brian@gir... Merging
2008-01-05   <brian@gir... memcached_behavior() causes commands to be buffered...
2008-01-03   <patg@patg... Fix to doc for memcached_server_add_unix_socket
2007-12-29  Brian AkerCONSTANTS documentation.
2007-12-28  Brian AkerFixed issue between 32bit and 64bit hash calculations...
2007-12-22   <brian@gir... 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 AkerMore Changelog.. note on Freebsd
2007-12-17  Brian AkerUpdating Changelog
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 AkerFixed test cases (hackathon item)
2007-12-14  Brian AkerFixed uint16_t issues
2007-12-14   <brian@wlan... Turns out the protocol docs were in error, and that...
2007-12-11  Brian AkerCommitting work for next release (got to do something...
2007-12-11  Brian AkerPerformance improvements in get operations
2007-12-11  Brian AkerChanging the value of linger to just be max
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-09   <davida@breeze2... Fixed a small error in the documentation.
2007-12-08  Mark AtwoodDocumentation fixes
2007-12-08   <brian@gir... Refactor of async code. poll() is now only called when...
2007-12-07   <brian@gir... Adding delete_by_key function to complete partitioning...
2007-12-06  Brian AkerModifying tests to always get failures (aka test that...
2007-12-05  Brian AkerExtending tests...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-05   <brian@h220... Cleanup of spelling error in option.
2007-12-04   <brian@h220... adding documentation for memcached_get_by_key() and...
2007-12-04   <brian@h220... This includes work for partitioning by key. Dormando...
2007-12-04   <brian@h220... First push (no docs) on range by key request by Dormondo.
2007-12-04   <brian@h220... Fix for hash not being cloned.
2007-12-04   <brian@h220... Hash algo was not being copied. andre@cabine.org discov...
2007-12-03  Brian AkerFix to removed GNU specific bit
2007-12-03   <brian@gir... Fixing failure of socket issue.
2007-12-03   <brian@h220... Fixed problem with out of range character in key.
2007-12-02   <brian@gir... Fix for minor rewrite in clone method of number of...
2007-12-02   <brian@gir... Extending test cases (Hsieh has benchmarks now run...
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... Fix in issue where no servers are to be found (introduc...
2007-12-01   <brian@gir... Big fix for async mode to make sure all data has been...
2007-11-30  Brian AkerNeeded to add memset to remove crashing case in memslap
2007-11-29  Brian AkerUpdating documentation on consistent hashing.
2007-11-29  Brian AkerAdded tests for consistent hash.
2007-11-29   <brian@gir... IPV6 support, plus cleanup around consistent hashing.
2007-11-29   <brian@gir... Extended consistent hash logic to handle splice (should...
2007-11-28  Brian AkerLonger test case added for server parsing.
2007-11-28  Brian AkerFix for source specfile (aka source RPM).
2007-11-26  Brian AkerUpdating with more ignores.
2007-11-26  Brian AkerAdded tag .11 for changeset 8d16fe8ee085
2007-11-26  Brian AkerUpdating date for release .11 0.11 _11
2007-11-25  Brian AkerCleanuped up make test
2007-11-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-25  Brian AkerFixed output variables in rusage
2007-11-25  Brian AkerUpdating test output
2007-11-25  Brian AkerCleanup of stats code (fixed byte alignment issue)
2007-11-25  Brian AkerFixed bug in memcached_version() call
2007-11-25  Brian AkerExtended tests so that memcached starts up its own...
2007-11-25  Brian AkerRefactored out param
2007-11-25  Brian AkerCleanedup test cases (they had some valgrind warnings).
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-24  Brian AkerMemory leak for failed attempt to use memcached_result_...
2007-11-23  Brian AkerAdded more documentation on using libmemcached with...
2007-11-22  Brian Akermemcached_behavior_set() can now modify the poll timeout
2007-11-21  Brian AkerAdding date for release
2007-11-21  Brian AkerAdded tag 0.10 for changeset 3edd680dcb59
2007-11-21  Brian AkerFix for new manpage 0.10
2007-11-21  Brian AkerUpdates for pkg-config.
2007-11-20  Brian AkerFixed thread issue on Linux with gethostbyname_r().
2007-11-20  Brian AkerFix for poorly terminated hostname.
2007-11-20  Brian AkerAdded memerror so that I can find out what an error...
2007-11-19  Brian AkerFull CAS support now enabled in the library.
2007-11-19  Brian AkerAdded MEMCACHED_BEHAVIOR_CACHE_LOOKUPS flag (you can...
next