Branch prediction optimizations.
[awesomized/libmemcached] / lib / memcached_auto.c
2008-03-07   <brian@233.sub... Branch prediction optimizations.
2008-02-15   <brian@gir-2.local>Added behavior method around testing of keys.
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-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...
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-11-16  Brian AkerPossible fix for problem where servaddr may not always...
2007-11-14  Brian AkerRemoved more then a handfull of memset() calls.
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-12  Brian AkerFixing increment and decrement to take a 64bit unsigned...
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
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 AkerGetting everything ready for non-blocking IO.
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-22   <brian@gir.local>Removed dumb bug concerning set (was still using a...
2007-09-19   <brian@gir.local>Increment and decrement now works.