This add AES support.
[m6w6/libmemcached] / libmemcached / server.cc
2012-04-03  Brian AkerLatest of libtest.
2012-01-28  Brian AkerRemove some of copy/past around incr/decr
2012-01-26  Brian AkerThis fixes memcached_dump(), and creates a couple of...
2012-01-23  Brian AkerFix fatal testing.
2012-01-11  Brian AkerMore memcached_dump()
2011-12-31  Brian AkerAdd back in the UDP header creation.
2011-12-25  Brian AkerFix detangle, minor style cleanups.
2011-11-30  Brian AkerFirst pass through to make sure malloc is type safe
2011-11-29  Brian AkerTry to setup initial DNS a bit earlier in the process...
2011-10-08  Brian AkerMerge in fixes for UDP
2011-10-05  Brian AkerMerge in touch.
2011-10-02  Brian AkerUpdate all of the delete key logic (split it off for...
2011-09-20  Brian AkerIssues fixed for Clang
2011-08-20  Brian AkerThis patch creates a couple of tests around how autoeje...
2011-08-19  Brian AkerMerge in updates for server failure testing.
2011-08-16  Brian AkerAdd test cases for add server for NULL cases.
2011-07-30  Brian AkerMerge in removal of dead constants (don't need them...
2011-07-26  Brian AkerOSX fixes, make memcapable a test.
2011-07-22  Brian AkerRemove old watchpoint system.
2011-07-20  Brian AkerFix for 809390
2011-07-19  Brian AkerCleans up the assert and some other things that Fedora...
2011-07-18  Brian AkerMerge in all of libtest updates.
2011-07-01  Brian AkerUpdating test framework for startup/shutdown of memcached.
2011-06-29  Brian AkerAdd in test cases for --socket (and documentation).
2011-06-28  Brian AkerMerge in namespace fixes for binary protocol.
2011-06-19  Brian AkerMerge in docs.
2011-06-14  Brian AkerMerge in fix for additional logic for timeouts.
2011-05-25  Brian AkerMerge in trunk.
2011-05-24  Brian AkerFix set_last_disconnected_host() to handle a null opera...
2011-05-24  Brian AkerMerge in local trunk
2011-05-23  Brian AkerSimply free so that we can not have a bunch of if/else...
2011-05-23  Brian AkerThis fixes bug 776354.
2011-05-18  Brian AkerSmall style cleanup
2011-05-04  Brian AkerMerge in fix so that we don't have to do weight on...
2011-04-28  Brian AkerMerge in code for C++ compiling of libmemcached.
2011-04-28  Brian AkerMerge in conversion to C++.