Fix for zero length values.
[awesomized/libmemcached] / lib / memcached_io.c
2008-03-05   <brian@gir-2.local>Fix for zero length values.
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-27  Brian AkerKevin's patch bug13
2008-01-23  Brian AkerModifications for IO performance.
2008-01-23  Brian AkerSlight optimization in write() call
2008-01-21   <patg@patg.net>Merge
2008-01-21   <brian@gir.tangen... Fixed bug found by Evan Weaver where increment was...
2008-01-21   <brian@gir.tangen... Merge.
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2008-01-09   <brian@gir.tangen... merge
2008-01-08  Brian AkerKevin Dalley's patch for EOF
2008-01-05  Brian AkerTest fixes for new return code on buffered calls.
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-11  Brian AkerPerformance improvements in get operations
2007-12-11  Brian AkerRaised default timeout.
2007-12-11  Brian AkerNew async test.
2007-12-11  Brian AkerCleanup of linger call.
2007-12-11  Brian AkerRemoved recent regression issue with close()
2007-12-08   <brian@gir.tangen... Refactor of async code. poll() is now only called when...
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-12-01   <brian@gir.tangen... Big fix for async mode to make sure all data has been...
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-22  Brian Akermemcached_behavior_set() can now modify the poll timeout
2007-11-14  Brian AkerRemoved more then a handfull of memset() calls.
2007-11-14  Brian AkerRework of the server connect so that "hostname" lookup...
2007-11-09  Brian AkerUpdating server_st to keep client buffers per server.
2007-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-27   <brian@gir>Randomm dead code cleanup/spelling errors/made a variab...
2007-10-27   <brian@gir.tangen... Fixed return length issues.
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
2007-10-24  Brian AkerRemoved the dead select code.
2007-10-19  Brian AkerBig change, we use poll() now instead of select()
2007-10-13  Brian AkerCreated a bigger buffer for write/read.
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-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-02  Brian AkerOptimization for read(), we now optimize on buffer...
2007-10-02  Brian AkerSwitching to pointer for read (mainly getting ready...
2007-10-02  Brian AkerAdding buffered IO to reads
2007-10-02  Brian AkerAdded buffered IO to write calls