Fix for bad location of include directory
[awesomized/libmemcached] / lib / memcached_stats.c
2008-02-06   <brian@gir-2.local>Fix for 64 bit
2008-01-21   <patg@patg.net>Merge
2008-01-21   <brian@gir.tangen... Merge.
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-07   <brian@gir.tangen... Patch by Toru Maesaka for stats comparison
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-11-29  Brian AkerAdded tests for consistent hash.
2007-11-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-25  Brian AkerFixed output variables in rusage
2007-11-25  Brian AkerCleanup of stats code (fixed byte alignment issue)
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-01  Brian Akerpkgconfig support done (need to write example)
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-07  Brian AkerUpdated return code from memcached_response to send...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-01  Brian AkerAll *_init() have been changed to _create()
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
2007-09-27  Brian AkerReadjusted a number function names.
2007-09-26   <brian@gir.tangen... NEw string type.
2007-09-25   <brian@gir.local>Started to abstract out the stats calls.
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.
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...
2007-09-18   <brian@gir.local>Broke library up into multiple files.