This add AES support.
[m6w6/libmemcached] / libmemcached / storage.cc
2012-04-09  Brian AkerThis add AES support.
2012-04-03  Brian AkerLatest of libtest.
2012-01-28  Brian AkerRemove some of copy/past around incr/decr
2012-01-11  Brian AkerMore memcached_dump()
2012-01-04  Brian AkerUpdate to error messages.
2011-12-31  Brian AkerFix NULL bit to exist for UDP
2011-12-31  Brian AkerStyle change
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 AkerConvert storage over to use vector better.
2011-12-25  Brian AkerFix detangle, minor style cleanups.
2011-11-28  Brian AkerMerge
2011-11-28  Brian AkerCorrection for UDP code in ascii mode.
2011-10-08  Brian AkerMerge in fixes for UDP
2011-10-03  Brian AkerFlip structure declation.
2011-09-19  Brian AkerAdd memcached_exist()
2011-08-15  Brian AkerAdd a method for checking error/returning error.
2011-07-29  Brian AkerMerge in refactor of storage such that it is laid out...
2011-07-13  Brian AkerStandardize the snprintf() failure messages, and add...
2011-07-05  Brian AkerCleanup internal naming convention.
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-14  Brian AkerThis creates memcached_htonll() to be used internally...
2011-06-14  Brian AkerMerge in fix for additional logic for timeouts.
2011-04-28  Brian AkerMerge in code for C++ compiling of libmemcached.
2011-04-28  Brian AkerMerge in conversion to C++.