Refactored all of the IO commands to pass only server structures (this is an
[awesomized/libmemcached] / lib / memcached.c
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-18   <brian@gir.local>More on clone/cleanup callbacks
2008-01-11  Brian AkerMEMCACHED_BEHAVIOR_USER_DATA work. This allows a client...
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-05   <brian@h220-215... Cleanup of spelling error in option.
2007-12-04   <brian@h220-215... This includes work for partitioning by key. Dormando...
2007-12-04   <brian@h220-215... Fix for hash not being cloned.
2007-12-04   <brian@h220-215... Hash algo was not being copied. andre@cabine.org discov...
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
2007-12-03   <brian@h220-215... Fixed problem with out of range character in key.
2007-12-02   <brian@gir.local>Fix for minor rewrite in clone method of number of...
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-29   <brian@gir.local>Extended consistent hash logic to handle splice (should...
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-22  Brian Akermemcached_behavior_set() can now modify the poll timeout
2007-11-03  Brian AkerRestructuring for new memcached_result_st.
2007-10-28   <brian@gir>Adding new memcached_clone() function
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-01  Brian AkerAll *_init() have been changed to _create()
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-28  Brian AkerDTrace support
2007-09-22   <brian@gir.local>Fixed all warnings in code.
2007-09-20   <brian@gir.local>Test cases now pass
2007-09-20  Brian AkerMemory leak fixed.
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>Small cleanups for design of some functions that will...
2007-09-18   <brian@gir.local>memcached_server_add() now works so you can connect...
2007-09-18   <brian@gir.local>Broke library up into multiple files.
2007-09-18   <brian@gir.local>First import.