summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-18 16:57:46 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-11-18 16:57:46 -0800
commit296802c641783034a3d56f4eacc180191c8506cc (patch)
tree564a3a4775afe1e2e85b5dc6326e226f8f7b62c9 /TODO
parentcd9515efd99dfa6510e72342a2621bb4b291a89c (diff)
downloadandroid-node-v8-296802c641783034a3d56f4eacc180191c8506cc.tar.gz
android-node-v8-296802c641783034a3d56f4eacc180191c8506cc.tar.bz2
android-node-v8-296802c641783034a3d56f4eacc180191c8506cc.zip
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 986b1ea588..3550a30c0d 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@
- readline
- fix for two column glyphs. use Markus Kuhn's wcwidth.c
- fix for commands that extend beyond term width
-- SSL should be factored out of net.js into standalone stream object
-- add completion callbacks to all stream write() methods
- Erradicate all traces of 'binary' encoding. Only used, now, in OpenSSL
binding.
- EventSource branch merged
@@ -28,3 +26,5 @@
- anchor links next to each function, for easy linking.
EG <a href="#fs.stat">#</a>
+- Add callbacks to write() on other streams (fs.WriteStream, http outgoing)
+ callbacks are already on net.Stream streams.