More tests, and new code for append/prepend.
[awesomized/libmemcached] / tests /
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-05  Brian AkerFixup for release 0.8
2007-11-04  Brian AkerRefactored out actual test code from test.c
2007-11-04  Brian Akerfetch_result() implemented for memcached_result_st.
2007-11-03  Brian AkerRestructuring for new memcached_result_st.
2007-11-03  Brian AkerFixed 64bit issue in hash.
2007-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-31  Brian AkerMore Hashing methods
2007-10-31  Brian AkerUpdate to interface (modified to better support lots...
2007-10-31  Brian AkerUpdated test output.
2007-10-31  Brian AkerAdded support for UNIX sockets.
2007-10-30  Brian AkerAdding support for CRC Hashing
2007-10-30  Brian AkerModified test to allow it to run on slow machines ... 0.7 0_7
2007-10-28   <brian@gir>Adding new memcached_clone() function
2007-10-27   <brian@gir>Randomm dead code cleanup/spelling errors/made a variab...
2007-10-26   <brian@gir.local>Enabled all tests (they now all pass)
2007-10-26   <brian@gir.local>This fixes the overflow size_t possible problem in...
2007-10-26   <brian@gir.local>Branch merge
2007-10-26   <brian@gir.local>Rewrote test loop to remove copy/paste code.
2007-10-25   <brian@dhcpvisito... Updated to build on OSX (will now require updated autoconf)
2007-10-24  Brian AkerRemoved the dead select code.
2007-10-23  Brian AkerEnabled user test
2007-10-23  Brian AkerAllocation fixes in string library (now we can run...
2007-10-21  Brian AkerObvious mistake in test case launch
2007-10-18  Brian AkerFinally tracked down the oddball valgrind warning that...
2007-10-18  Brian AkerFixed malloc() issues in test.
2007-10-18  Brian AkerTest from Cal (get to go along with his set)
2007-10-16  Brian AkerSet recv/send sockket sizes.
2007-10-16  Brian AkerCleaning up #include headers so that we don't export...
2007-10-14  Mark Atwoodmerge in brian's change to "Update for async delete"
2007-10-14  Brian AkerUpdate for async delete.
2007-10-13  Brian AkerRefactor test system to give me times on calling tests...
2007-10-13  Brian AkerExtended test system to pin point specific test groups
2007-10-13  Brian AkerUpdates to clean server structure.
2007-10-12  Brian AkerThis is a rewrite of some of the IO code to handle...
2007-10-08  Brian AkerFix for bug in behavior.
2007-10-07  Brian AkerCleanup of behavior (refactored...)
2007-10-07  Brian AkerUpdated return code from memcached_response to send...
2007-10-07  Brian AkerFinished up memcached_behavior_set/get() method. Tests...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-05  Brian AkerFixed test case output
2007-10-05  Brian AkerNull
2007-10-05  Brian AkerFound bug in multi get where key size was not being...
2007-10-04  Brian AkerSee changes in changelog, but...
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-10-01  Brian AkerAll *_init() have been changed to _create()
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-29  Brian AkerRemoving wrongly commited ifdef.
2007-09-29  Brian AkerMore udpates to memslap.
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
2007-09-27  Brian AkerFinal fixes for 0.2 release 0.2
2007-09-27  Brian AkerReadjusted a number function names.
2007-09-27  Brian AkerRemoved all valgrind warning. Thought this error persi...
2007-09-25   <brian@gir.local>Started to abstract out the stats calls.
2007-09-24   <brian@gir.local>Merge Mark's test code.
2007-09-24   <brian@gir.local>Fixed merge
2007-09-24  Mark Atwoodadd test for longer data, 8K
2007-09-24   <brian@gir.local>Rewrote return read() to now read exactly character...
2007-09-20   <brian@gir.local>Test cases now pass
2007-09-20  Brian AkerMemory leak fixed.
2007-09-19   <brian@gir.local>Merge from Mark's code. Modified memcat to use enum...
2007-09-19  Mark Atwoodgetopt_long added to src/memcat.c
2007-09-19   <brian@gir.local>Increment and decrement now works.
2007-09-18   <brian@gir.local>Broke library up into multiple files.
2007-09-18   <brian@gir.local>First import.