Removed recent regression issue with close()
[awesomized/libmemcached] / lib / memcached_io.c
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