First view of server cursor function.
[m6w6/libmemcached] / lib / Makefile.am
2008-02-20   <brian@gir-2.local>First view of server cursor function.
2008-02-13   <brian@gir-2.local>Merge
2008-02-13   <brian@gir-2.local>MEMCACHED_BAD_KEY_PROVIDED has been added as an error...
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-19   <brian@gir.local>Pulling back the C++ code to just be an include.
2008-01-18   <brian@gir.local>Merge.
2008-01-18   <brian@gir.local>This patch includes all of the callback work for settin...
2008-01-14   <brian@gir.local>First push of example C++ interface.
2008-01-08   <brian@gir.tangen... Removing all of the multi-set bits (aka the buffer...
2007-12-22   <brian@gir.tangen... Merging branches.
2007-12-22  Brian AkerNEw code for the memcached_fetch_execute() function.
2007-12-19  Brian AkerMulti branch work.
2007-12-01  Brian AkerFixed memcached_get() to now use finish instead of...
2007-11-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-15  Brian AkerMore tests, and new code for append/prepend.
2007-11-13  Brian AkerRefactor all code to go through memcached_do().
2007-11-05  Brian AkerFixup for release 0.8
2007-11-03  Brian AkerRestructuring for new memcached_result_st.
2007-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-30  Brian AkerAdding support for CRC Hashing
2007-10-05  Brian AkerFixed test case output
2007-10-05  Brian AkerNull
2007-10-05  Brian AkerFound bug in multi get where key size was not being...
2007-10-02  Brian AkerGetting everything ready for non-blocking IO.
2007-10-02  Brian AkerAdded buffered IO to write calls
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-26   <brian@gir.tangen... NEw string type.
2007-09-22   <brian@gir.local>Fixed all warnings in code.
2007-09-20  Mark Atwoodadd error reporting to tools, and link memcached_strerr...
2007-09-19   <brian@gir.local>Increment and decrement now works.
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.