This fixes the overflow size_t possible problem in the string functions (yes,
[awesomized/libmemcached] / lib /
2007-10-26   <brian@gir.local>This fixes the overflow size_t possible problem in...
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
2007-10-25   <brian@dhcpvisito... Updated to build on OSX (will now require updated autoconf)
2007-10-24  Brian AkerImprovement in multi-get. It no longer builds strings...
2007-10-24  Brian AkerRemoved the dead select code.
2007-10-23  Brian AkerAllocation fixes in string library (now we can run...
2007-10-19  Brian AkerBig change, we use poll() now instead of select()
2007-10-18  Brian AkerFinally tracked down the oddball valgrind warning that...
2007-10-18  Brian AkerFixed malloc() issues in test.
2007-10-17  Brian AkerNull merge
2007-10-16  Mark Atwoodcommand line error reporting, use my_errno
2007-10-16  Brian AkerSet recv/send sockket sizes.
2007-10-16  Brian AkerMade string class private
2007-10-16  Brian AkerCleaning up #include headers so that we don't export...
2007-10-14  Mark Atwoodmerge in brian's change to "Update for async delete"
2007-10-14  Brian AkerUpdate for async delete.
2007-10-13   <brian@gir>Hard to believe I documented the entire thing... this...
2007-10-13  Brian AkerCreated a bigger buffer for write/read.
2007-10-13  Brian AkerRefactor test system to give me times on calling tests...
2007-10-13  Brian AkerRemoved explicit flush from memcached_storage()
2007-10-13  Brian AkerUpdates to clean server structure.
2007-10-12  Brian AkerThis is a rewrite of some of the IO code to handle...
2007-10-11  Brian AkerFixed strings returned by get to be null terminated...
2007-10-11  Brian AkerFixed for bad call in memcached_behavior.c
2007-10-08  Brian AkerFix for bug in behavior.
2007-10-08  Brian AkerUpdated for help commands (and a little bit on ketama)
2007-10-07  Brian AkerCleanup of behavior (refactored...)
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-07  Brian AkerFinished up memcached_behavior_set/get() method. Tests...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
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-04  Brian AkerSee changes in changelog, but...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-02  Brian AkerGetting everything ready for non-blocking IO.
2007-10-02  Brian AkerRemoved bind() call (and I have no idea how that got...
2007-10-02  Brian AkerOptimization for read(), we now optimize on buffer...
2007-10-02  Brian AkerSwitching to pointer for read (mainly getting ready...
2007-10-02  Brian AkerAdding buffered IO to reads
2007-10-02  Brian AkerAdded buffered IO to write calls
2007-10-01  Brian AkerMissing hosts file.
2007-10-01  Brian AkerAll *_init() have been changed to _create()
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-29  Brian AkerAdded basic print output.
2007-09-29  Brian AkerMore udpates to memslap.
2007-09-29  Brian AkerFixed memory issues found by new tool memslap.
2007-09-29  Brian AkerFix failing issue in memstat
2007-09-28  Brian AkerMissing new common.h files (I should really check missi...
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-27  Brian AkerRemoved all valgrind warning. Thought this error persi...
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>Merge Mark's test code.
2007-09-24   <brian@gir.local>Fixed merge
2007-09-24   <brian@gir.local>Rewrote return read() to now read exactly character...
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-20  Mark Atwoodadd error reporting to tools, and link memcached_strerr...
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.