Bugfix for memcached_connect() so that it will not always start up servers.
[awesomized/libmemcached] / lib / memcached_storage.c
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-19  Brian AkerFull CAS support now enabled in the library.
2007-11-15  Brian AkerAdded test for binary append (works as an example as...
2007-11-15  Brian AkerMore tests, and new code for append/prepend.
2007-11-15  Brian AkerFlags fix found by Stuart Midgley
2007-11-12  Brian AkerFixed bug where zero length key was provided.
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
2007-10-13  Brian AkerCreated a bigger buffer for write/read.
2007-10-13  Brian AkerRefactor test system to give me times on calling tests...
2007-10-13  Brian AkerRemoved explicit flush from memcached_storage()
2007-10-12  Brian AkerThis is a rewrite of some of the IO code to handle...
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-02  Brian AkerGetting everything ready for non-blocking IO.
2007-10-02  Brian AkerAdded buffered IO to write calls
2007-09-29  Brian AkerFixed memory issues found by new tool memslap.
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
2007-09-27  Brian AkerReadjusted a number function names.
2007-09-24   <brian@gir.local>Fixed merge
2007-09-22  Mark Atwoodadd error checking, for command overflow, and short...
2007-09-22   <brian@gir.local>Fixed all warnings in code.
2007-09-22   <brian@gir.local>Removed dumb bug concerning set (was still using a...
2007-09-19   <brian@gir.local>Increment and decrement now works.
2007-09-18   <brian@gir.local>Change hosts over to realloc array
2007-09-18   <brian@gir.local>memcached_server_add() now works so you can connect...
2007-09-18   <brian@gir.local>Broke library up into multiple files.