memcached_behavior() causes commands to be buffered until they are flushed to
[awesomized/libmemcached] / lib / memcached_delete.c
2008-01-05   <brian@gir.tangen... memcached_behavior() causes commands to be buffered...
2007-12-18  Brian AkerCode for multi delete functions.
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-07   <brian@gir.local>Adding delete_by_key function to complete partitioning...
2007-11-13  Brian AkerRefactor all code to go through memcached_do().
2007-11-12  Brian AkerFixed bug where zero length key was provided.
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-10-14  Mark Atwoodmerge in brian's change to "Update for async delete"
2007-10-14  Brian AkerUpdate for async delete.
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-03  Brian AkerNon-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-24   <brian@gir.local>Merge Mark's test code.
2007-09-24   <brian@gir.local>Fixed merge
2007-09-22  Mark Atwoodemit messages to stderr when write fails
2007-09-22  Mark Atwoodadd error checking, for command overflow, and short...
2007-09-22   <brian@gir.local>Fixed all warnings in code.
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>memcached_server_add() now works so you can connect...