Performance improvements in get operations
[m6w6/libmemcached] / lib / memcached_response.c
2007-12-11  Brian AkerPerformance improvements in get operations
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-11-25  Brian AkerCleanedup test cases (they had some valgrind warnings).
2007-11-15  Brian AkerMore tests, and new code for append/prepend.
2007-11-14  Brian AkerRemoved more then a handfull of memset() calls.
2007-11-04  Brian Akerfetch_result() implemented for memcached_result_st.
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
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-07  Brian AkerUpdated return code from memcached_response to send...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-02  Brian AkerGetting everything ready for non-blocking IO.
2007-10-02  Brian AkerAdding buffered IO to reads
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
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   <brian@gir.local>Rewrote return read() to now read exactly character...
2007-09-20   <brian@gir.local>Test cases now pass
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>Broke library up into multiple files.