awesomized/libmemcached
2007-10-16  Brian AkerUpdating for release
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-15  Mark Atwoodremove autotools generated INSTALL from reposatory
2007-10-14  Mark Atwoodmake rules for man pages now set proper headers and...
2007-10-14  Mark Atwoodmerge in brian's change to "Update for async delete"
2007-10-14  Mark AtwoodMany fixes to the POD documentation
2007-10-14  Brian AkerUpdate for async delete.
2007-10-13   <brian@gir>Updating makefile to ship pod
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 AkerExtended test system to pin point specific test groups
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 AkerUpdating version numbers
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-09  Brian AkerAdded tag 0.5 for changeset 76a1ddcb86f3
2007-10-09  Brian AkerFinal data on version 0.5 0.5
2007-10-08  Brian AkerPutting in revision number for new rpm
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 AkerUpdating TODO list
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  Dustin SallingsAdded an .hgignore file
2007-10-04  Brian AkerFiles are generated with each run, no reason to save...
2007-10-04  Brian AkerNew bootstrap script thanks to Jan's lighttd project
2007-10-04  Brian AkerSee changes in changelog, but...
2007-10-03  Brian AkerAdded tag 0.4 for changeset 45bd6abd7821
2007-10-03  Brian AkerReadying for a release 0.4
2007-10-03  Brian AkerFix error causing crash in memslap
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 AkerUpdating for larger cache.
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 AkerFixing broken memstat application
2007-10-01  Brian AkerAdded tag 0.3 for changeset 51d5149b2db0
2007-10-01  Brian AkerUpdates for release 0.3
2007-10-01  Brian AkerAddinng missing files (getting old quickly...)
2007-10-01  Brian AkerMissing hosts file.
2007-10-01  Brian AkerAll *_init() have been changed to _create()
2007-10-01  Brian AkerUpdates to tools for help and version.
2007-09-30  Brian Akermemcap works, though it does nothing useful at the...
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-29  Brian AkerReworked the generator code into its own files.
2007-09-29  Brian AkerAdded basic print output.
2007-09-29  Brian AkerRemoving wrongly commited ifdef.
2007-09-29  Brian AkerMore udpates to memslap.
2007-09-29  Brian AkerAdded parameter to memslap so that key generation can...
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 AkerAdding miissing file
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
2007-09-28  Brian AkerFinished RPM support. You can now type "make rpm" to...
2007-09-28   <brian@gir... Adding in spec file, this has not been tested... commit...
2007-09-27   <brian@gir... Adding support for spaces in configure options.
2007-09-27  Brian AkerAdded tag 0.2 for changeset 72b98d8bc30e
2007-09-27  Brian AkerFinal fixes for 0.2 release 0.2
2007-09-27  Brian AkerFixing make dist
2007-09-27  Brian AkerUpdating for release
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... NEw string type.
2007-09-25   <brian@gir... Started to abstract out the stats calls.
2007-09-24   <brian@gir... Merge Mark's test code.
2007-09-24   <brian@gir... Fixed merge
2007-09-24  Mark Atwoodadd test for longer data, 8K
2007-09-24  Mark Atwoodfix bug in calling parse_opt_servers
2007-09-24  Mark Atwoodfix bug, trying to walk off the end of the argv array
2007-09-24   <brian@gir... 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  Mark Atwoodremove WATCHPOINTs from memflush tool
2007-09-22  Mark Atwoodadd memflush tool
2007-09-22  Mark Atwoodfix bug in handling some single letter command line...
2007-09-22   <brian@gir... Fixed all warnings in code.
2007-09-22   <brian@gir... Removed dumb bug concerning set (was still using a...
2007-09-21  Mark Atwoodbugfixes and formating fixes
2007-09-20  Mark Atwoodfix bug in memcat
2007-09-20  Mark Atwoodadd error reporting to tools, and link memcached_strerr...
2007-09-20  Mark AtwoodMake the --verbose flag do something
2007-09-20  Mark Atwoodadd single letter command line options
2007-09-20   <brian@gir... Test cases now pass
2007-09-20  Brian AkerMemory leak fixed.
next