Update TODO

This commit is contained in:
Ryan Dahl
2010-11-18 16:57:46 -08:00
parent cd9515efd9
commit 296802c641

4
TODO
View File

@@ -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.