From 2a7a2f671ac846b615749311e0c71d2034e4190a Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 11 Jun 2009 02:34:04 +0200 Subject: [PATCH] add todo list --- TODO | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000000..f1056974a1 --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ +Major features planned: (somewhat ordered) + +- require/include HTTP URLs + +- C++ API for external modules/plugins + (Some sort of module build system?) + +- Posgres module + (http://www.postgresql.org/docs/8.1/static/libpq-async.html) + +- Support AF_UNIX named pipes + +- Signal handlers + +- popen() (perhaps with bidirectional stream?) + +- Internally replace getaddrinfo() with udns + http://www.corpit.ru/mjt/udns.html + JS resolver interface + +- TLS + +- UDP interface + +- Socket pairs