libmemcached: fix char*strerror_r() handling
[m6w6/libmemcached] / TODO
diff --git a/TODO b/TODO
index dae11b9cc55806c619a5945f657b12253a767d97..622fed717858517155da0a510595c01a935e01b7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,17 @@
+- Clients (src/bin):
+    - consolidate CLI
+    - convert to proper C++ where applicable
+
+## Legacy:
+
 - Write a shell application (?)
 - Fix version in command line tools
-- Write test cases for all command line tools (!!!)
+- Write (more) test cases for all command line tools (!!!)
 - Write some sort of "default" options bit for tools
-- Write man() pages
 - More examples using libraries
 - Doxygen?
-- Make a "make deb"... or accept patch...
 - implement more connection/hash algo
 - implement compression
+- Revisit get() code (look for performance enhancements)
+- Add support for managing servers for clusters.
+- Build embedded version