Fix for bad location of include directory
[awesomized/libmemcached] / lib / memcached_response.c
2008-02-15   <brian@gir-2.local>Bug fix for memcached_cas() operator.
2008-02-06   <brian@gir-2.local>Modifying behavior to bounce connection in the case...
2008-02-01  Brian AkerMerging Patrick's work on C++ interface.
2008-01-30  Brian AkerPartial work on making UDP protocol actually work ...
2008-01-30   <patg@patg.net>Merged
2008-01-29  Brian AkerFix for non-blocking IO error. The refactoring bit...
2008-01-21   <patg@patg.net>Merge
2008-01-21   <brian@gir.tangen... Merge.
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-17  Brian AkerRefactor (1st piece) of logic around creating messages...
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.