Updated Version status. Updated all command line tools to return error
[m6w6/libmemcached] / src / memcat.c
2008-02-09  Brian AkerUpdated Version status. Updated all command line tools...
2008-01-09  Brian AkerMerge
2008-01-09   <brian@gir.local>Patch by Marc Rossi to add --hash to command line tools.
2007-12-18  Brian AkerPortability patches from Kevin Dalley for Freebsd 4.0.
2007-12-14  Brian AkerFixed uint16_t issues
2007-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-17  Brian AkerNull merge
2007-10-16  Mark Atwoodcommand line error reporting, use my_errno
2007-10-16  Brian AkerCleaning up #include headers so that we don't export...
2007-10-08  Brian AkerUpdated for help commands (and a little bit on ketama)
2007-10-05  Brian AkerNull
2007-10-05  Brian AkerFound bug in multi get where key size was not being...
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-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-24  Mark Atwoodfix bug, trying to walk off the end of the argv array
2007-09-22  Mark Atwoodfix bug in handling some single letter command line...
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-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-19   <brian@gir.local>Cleanup.
2007-09-19   <brian@gir.local>Adding memstat framework.
2007-09-19  Mark Atwoodfix to dont lose the last item on the command line
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.local>Merge from Mark's code. Modified memcat to use enum...
2007-09-19   <brian@gir.local>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.local>Adding simple memcat application.