Update for protocol (and a single fix).
[m6w6/libmemcached] / libmemcached / response.cc
2012-04-24  Brian AkerUpdate for protocol (and a single fix).
2012-04-09  Brian AkerThis add AES support.
2012-02-18  Brian AkerUpdate error type
2012-02-13  Brian AkerJust update to ptr for some loops.
2012-01-30  Brian AkerUpdate binary version parsing.
2012-01-30  Brian AkerPush version parsing into the parser.
2012-01-30  Brian AkerMake use of memcached_fatal for determining state of...
2012-01-28  Brian AkerFix it so that we use the result object for storing...
2012-01-26  Brian AkerThis fixes memcached_dump(), and creates a couple of...
2012-01-23  Brian AkerFix fatal testing.
2012-01-04  Brian AkerUpdate to error messages.
2012-01-02  Brian AkerFixes UDP protocol to just use sendmsg().
2011-12-31  Brian AkerUpdate logic around UDP.
2011-12-28  Brian AkerUpdate for storage to now use vector
2011-12-27  Brian AkerUpdating for simplified IO flush.
2011-12-27  Brian AkerHave incr/decr use the number the parser for asci finds.
2011-12-26  Brian AkerFormat changes to response.cc
2011-12-25  Brian AkerFix detangle, minor style cleanups.
2011-12-22  Brian AkerClean up the ASCII parser.
2011-12-22  Brian AkerSwitch verbose to vector.
2011-12-22  Brian AkerConvert stats to vector.
2011-10-05  Brian AkerMerge in touch.
2011-09-20  Brian AkerIssues fixed for Clang
2011-09-19  Brian AkerAdd memcached_exist()
2011-07-30  Brian AkerExpand error for incorrect report.
2011-07-29  Brian AkerMerge in simple extrace for strings, style issues in io
2011-07-05  Brian AkerCleanup internal naming convention.
2011-07-01  Brian AkerUpdating test framework for startup/shutdown of memcached.
2011-06-28  Brian AkerMerge in namespace fixes for binary protocol.
2011-06-19  Brian AkerMerge in docs.
2011-06-17  Brian AkerDocument/standardize the return types from the fetch...
2011-06-16  Brian AkerLossen up restrictions on the recv().
2011-06-14  Brian AkerThis creates memcached_htonll() to be used internally...
2011-05-24  Brian AkerMerge in local trunk
2011-05-23  Brian AkerThis fixes bug 776354.
2011-05-03  Brian AkerFixed up a few more places where we set the error in...
2011-04-28  Brian AkeriFix for OSX
2011-04-28  Brian AkerFix for OSX.
2011-04-28  Brian AkerMerge in code for C++ compiling of libmemcached.
2011-04-28  Brian AkerMerge in conversion to C++.