From: Brian Aker Date: Sun, 7 Oct 2007 23:12:56 +0000 (-0700) Subject: Updating TODO list X-Git-Tag: 0.5~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=8567c90f9066cc6eb79d26ac2e70abbc72352a41;hp=b9298b65419d873299e010afa0f4eca2c8259969;p=awesomized%2Flibmemcached Updating TODO list --- diff --git a/ChangeLog b/ChangeLog index c14cabf0..7f745df0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Added environmental variable MEMCACHED_SERVERS which can be used to set the servers list. * fixed memcached_stat method (and now memstat works) + * server connect now happens on demand. 0.4 Wed Oct 3 10:28:50 PDT 2007 * Added buffered IO to write calls for keys diff --git a/TODO b/TODO index ead0e74c..dae11b9c 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,10 @@ - Write a shell application (?) -- Stats output looks to be buggy - Fix version in command line tools - Write test cases for all command line tools (!!!) -- Fix env to be used for command line tools - Write some sort of "default" options bit for tools -- Write Asyncronous IO interface to current library for writes - (or extend?... would mean pthreads...) - Write man() pages - More examples using libraries - Doxygen? -- Move IO in library over to being buffered - Make a "make deb"... or accept patch... +- implement more connection/hash algo +- implement compression