Bugfix for memcached_connect() so that it will not always start up servers.
[awesomized/libmemcached] / tests / function.c
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-22  Brian Akermemcached_behavior_set() can now modify the poll timeout
2007-11-21  Brian AkerUpdates for pkg-config.
2007-11-19  Brian AkerFull CAS support now enabled in the library.
2007-11-16  Brian AkerPossible fix for problem where servaddr may not always...
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-14  Brian AkerRework of the server connect so that "hostname" lookup...
2007-11-13  Brian AkerTesting to make sure that partial reads do not break...
2007-11-13  Brian AkerAdding comments to memcached_mget() that you need to...
2007-11-12  Brian AkerUpdated tests (including one possible failing test...
2007-11-12  Brian AkerFixing increment and decrement to take a 64bit unsigned...
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-11-09  Brian AkerMerged in new generate tests.
2007-11-09  Brian AkerUpdating test cases to return true/false
2007-11-09   <brian@gir.tangen... More tests.
2007-11-04  Brian AkerRefactored out actual test code from test.c