node/TODO

20 lines
874 B
Plaintext
Raw Normal View History

2010-07-16 01:36:35 +08:00
- fix tests for NODE_MODULE_CONTEXTS=1
2010-07-16 02:32:51 +08:00
- 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
2010-07-27 03:42:59 +08:00
- add completion callbacks to all stream write() methods
2010-07-28 03:19:08 +08:00
- 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.
2010-07-22 02:44:47 +08:00
- EventSource branch merged
2010-08-17 23:16:43 +08:00
- Use C++ style casts everywhere.
2010-09-12 11:40:46 +08:00
- Ruby-like Process#detach (is that possible?)
- stderr isn't flushing on exit
2010-09-17 13:22:38 +08:00
- ReadStream should not use an offset in calls to fs.read
(so that it can pull in files larger than 2G)
2010-09-17 14:16:36 +08:00
- process object should be defined in src/node.js not in c++
- Test for EMFILE accept spin bug.