about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-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...)