awesomized/libmemcached
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.
2007-09-19   <brian@gir... Cleanup.
2007-09-19   <brian@gir... Adding memstat framework.
2007-09-19  Mark Atwoodadd memrm tool
2007-09-19  Mark Atwoodnow memcp uses --set, --add, --replace
2007-09-19  Mark Atwoodfix to dont lose the last item on the command line
2007-09-19  Mark Atwoodfix some typos
2007-09-19  Mark Atwoodadd options to memcp, fix options in memcat
2007-09-19  Mark Atwoodimplement --flags for memcat, display flags instead...
2007-09-19  Mark Atwoodparse --servers option
2007-09-19   <brian@gir... Merge from Mark's code. Modified memcat to use enum...
2007-09-19   <brian@gir... Updates to all applications. New memcp and have fixed...
2007-09-19  Mark Atwoodgetopt_long added to src/memcat.c
2007-09-19   <brian@gir... Adding simple memcat application.
2007-09-19   <brian@gir... Increment and decrement now works.
2007-09-18   <brian@gir... Change hosts over to realloc array
2007-09-18   <brian@gir... Small cleanups for design of some functions that will...
2007-09-18   <brian@gir... memcached_server_add() now works so you can connect...
2007-09-18   <brian@gir... Broke library up into multiple files.
2007-09-18   <brian@gir... First import.