0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 14:33:11 +01:00
nodejs/TODO

12 lines
534 B
Plaintext
Raw Normal View History

2010-07-15 19:36:35 +02:00
- tmp directory test/tmp for all files created during tests.
- fix tests for NODE_MODULE_CONTEXTS=1
2010-07-15 20:32:51 +02: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
- base64 write and toString for buffers
2010-07-19 19:35:59 +02:00
- node_crypto, support for Buffer in update function of Cipher, Decipher,
Hmac, Sign, Verify. See 9a26946aaa99a3f27905d5ba91220784e864e5d0 for an
example of how to do it.