Browse Source

Update TODO

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
296802c641
  1. 4
      TODO

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

Loading…
Cancel
Save