From 505178d82bb6a6f4f92ddc0a9a5235d712b65f5f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 27 Jul 2010 12:19:08 -0700 Subject: [PATCH] Add todos --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2b695187fe..15d2596b7b 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,10 @@ - SSL should be factored out of net.js into standalone stream object - base64 write and toString for buffers - add completion callbacks to all stream write() methods - +- Erradicate all traces of 'binary' encoding. Only used, now, in OpenSSL + binding. +- Documentation needs a major refactor; should generate more than one HTML + page/man page from the single api.markdown file. Deep sections should be + allowed. - debug and production modes - EventSource branch merged