summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2007-09-22 09:12:55 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2007-09-22 09:12:55 +0000
commit2b2c0a4a34173fefd9cf254860252a203c189361 (patch)
tree640ce922a56d8e9eabe39b35b4e4f5313bdbd2bc /TODO
downloadhaserl-2b2c0a4a34173fefd9cf254860252a203c189361.tar.bz2
haserl-2b2c0a4a34173fefd9cf254860252a203c189361.tar.xz
move to trunk/tags/branches arch
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..bc820ce
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+12 Jul 2007
+* integrate the rest of timo's suggestions
+* combine all the llist stuff into one generic library. (save space)
+* Redo the whole bash shell thing; just dump and wait, rather than
+ the echo at the end.
+* For some reason, thttpd sometimes returns short reads, then as a final
+ insult, leaves stdin open without having any more data to feed to the
+ script. This causes haserl to hang. Either investigate thttpd or
+ warn not to use it.
+6 Feb 2007
+* Compile the haserl startup code into the binary, rather than having
+h_luascript.c use uncompiled source.
+
+* Investigate fastcgi for the lua version of haserl