node/TODO

19 строки
835 B
Plaintext
Исходник Обычный вид История

2010-07-15 21:36:35 +04:00
- tmp directory test/tmp for all files created during tests.
- fix tests for NODE_MODULE_CONTEXTS=1
2010-07-15 22:32:51 +04:00
- readline
- fix for two column glyphs. use Markus Kuhn's wcwidth.c
- fix for commands that extend beyond term width
- tab completion interface
- SSL should be factored out of net.js into standalone stream object
2010-07-26 23:42:59 +04:00
- add completion callbacks to all stream write() methods
2010-07-27 23:19:08 +04: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-21 22:44:47 +04:00
- debug and production modes
- EventSource branch merged
2010-08-09 00:12:21 +04:00
- TCP servers should have an optional number of maximum connections. When
the maximum is reached it stops accepting new connections.
- compile under clang