test: poll_timeout; see php-memcached-dev/php-memcached#531
[awesomized/libmemcached] / TODO
diff --git a/TODO b/TODO
index ead0e74c3460652b703b3e32b1ba49af2211d30b..bc71ac3f9e2b63704f0eecf228d0b9006eb20632 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,23 @@
+- Stats:
+    - redo
+- Deprecations:
+    - UDP, disabled by default from memcached-1.5.6
+      soft (maybe only discourage in docs)
+    - API:
+        - memcached_delete(): expires param is obsolete
+Includes:
+    - Rename all headers with a standard name like `string.h` and `limits.h`.
+
+## Legacy:
+
 - 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 (more) test cases for all 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
+- Revisit get() code (look for performance enhancements)
+- Add support for managing servers for clusters.
+- Build embedded version