Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-08-08 23:13:20 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-08-08 23:13:20 +0400
commitcf5ae13f85063b907dd73719015529da3e5ada7a (patch)
tree907820bf6395d6e485aae70738eb18e17f58eb59 /TODO
parent7068912fbbe53c2f9bab6c6ab13bd6a6d31e2ede (diff)
Remove completed TODO task
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 15d2596b7b1..fd928fec127 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@
- 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
- add completion callbacks to all stream write() methods
- Erradicate all traces of 'binary' encoding. Only used, now, in OpenSSL
binding.