Fix for non-blocking IO error. The refactoring bit broke some cases where
[awesomized/libmemcached] / tests / function.c
2008-01-29  Brian AkerFix for non-blocking IO error. The refactoring bit...
2008-01-29  Brian AkerFixed add test failure for OS'es with broken async...
2008-01-29  Brian AkerIncomming Patch from Kevin
2008-01-27  Brian AkerKevin's patch bug13
2008-01-23  Brian AkerRefactor of generate tests.
2008-01-21   <patg@patg.net>Merge
2008-01-21  Brian AkerFix lack of free() in bug (quiet valgrind)
2008-01-21  Brian AkerClean up pointer issue.
2008-01-21   <brian@gir.tangen... Fixed bug found by Evan Weaver where increment was...
2008-01-21   <brian@gir.tangen... Merge.
2008-01-20   <patg@patg.net>Merge
2008-01-20   <patg@patg.net>Removed major, minor, micro from memcached.h
2008-01-20  Brian AkerMerge
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-20   <patg@patg.net>MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED...
2008-01-20   <patg@patg.net>Working on getting version patch working
2008-01-19   <brian@gir.local>Typed clone and cleanup functions with memcached_ prefixes,
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-18   <brian@gir.local>Merge.
2008-01-18   <brian@gir.local>This patch includes all of the callback work for settin...
2008-01-15   <brian@gir.local>Adding test for MEMCACHED_BEHAVIOR_USER_DATA
2008-01-09  Brian AkerTest Cleanup.
2008-01-09  Brian AkerMore timeout cleanup
2008-01-09  Brian AkerMerge
2008-01-09   <brian@gir.tangen... merge
2008-01-09   <brian@gir.tangen... Incorrect polltimeout set on test (Patch by Kevin)
2008-01-08   <brian@gir.tangen... Removing all of the multi-set bits (aka the buffer...
2008-01-05  Brian AkerTest fixes for new return code on buffered calls.
2008-01-05  Brian AkerFix for bad error in execute.
2008-01-05   <brian@gir.tangen... Merging
2008-01-05   <brian@gir.tangen... memcached_behavior() causes commands to be buffered...
2007-12-22   <brian@gir.tangen... Merging branches.
2007-12-22  Brian AkerNEw code for the memcached_fetch_execute() function.
2007-12-19  Brian AkerMulti branch work.
2007-12-18  Brian AkerFixed error in lack of pointer found (Tim Bunce discovered)
2007-12-18  Brian AkerCode for multi delete functions.
2007-12-18  Brian AkerPortability patches from Kevin Dalley for Freebsd 4.0.
2007-12-14   <brian@wlan-guest... Turns out the protocol docs were in error, and that...
2007-12-11  Brian AkerNew async test.
2007-12-08   <brian@gir.tangen... Refactor of async code. poll() is now only called when...
2007-12-06  Brian AkerModifying tests to always get failures (aka test that...
2007-12-05  Brian AkerExtending tests...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
2007-12-03   <brian@h220-215... Fixed problem with out of range character in key.
2007-12-02   <brian@gir.local>Extending test cases (Hsieh has benchmarks now run...
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-12-01   <brian@gir.tangen... Fix in issue where no servers are to be found (introduc...
2007-12-01   <brian@gir.tangen... Big fix for async mode to make sure all data has been...
2007-11-29  Brian AkerAdded tests for consistent hash.
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-28  Brian AkerLonger test case added for server parsing.
2007-11-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-25  Brian AkerCleanup of stats code (fixed byte alignment issue)
2007-11-25  Brian AkerExtended tests so that memcached starts up its own...
2007-11-25  Brian AkerCleanedup test cases (they had some valgrind warnings).
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