about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-29 13:23:27 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-29 13:29:38 -0700
commit774e523e6d52172ac74483fc526626461708ff02 (patch)
tree72906bac2ab09ae82c0222b1892c62cbe2f6d0fe
parentc7750815d56c98911c1dc4db26a8778657b45a1b (diff)
downloadunicorn-774e523e6d52172ac74483fc526626461708ff02.tar.gz
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 01f58f2..527c28b 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,16 @@
 * Documentation improvements
+
+* ensure test suite passes on non-GNU/Linux systems
+  (likely that it already does)
+
+* consider adding "working_directory" directive to Configurator
+  since START_CTX is ugly...
+
+* consider adding user switching support (ugh...)
+  This makes more sense for Rainbows!, but some folks use it already...
+
+* fix const-correctness in HTTP parser
+
+* performance validation (esp. TeeInput)
+
+* improve test suite (steal from Rainbows!, probably...)