diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-09-16 22:22:38 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-09-16 22:22:38 -0700 |
commit | 3def66ac3b3c2644bc4f0261662236638b55ba51 (patch) | |
tree | c37b8129361a7f52f6891857be9b0f8237f71354 /TODO | |
parent | 431e43009c1a90781bea57aa993797d0161bbf95 (diff) | |
download | nodejs-3def66ac3b3c2644bc4f0261662236638b55ba51.tar.gz nodejs-3def66ac3b3c2644bc4f0261662236638b55ba51.tar.bz2 nodejs-3def66ac3b3c2644bc4f0261662236638b55ba51.zip |
Add items to TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,3 +20,9 @@ Test on Linux's /proc/sys/kernel/hostname - Ruby-like Process#detach (is that possible?) - stderr isn't flushing on exit +- Pull constants output process. +- ReadStream should not use an offset in calls to fs.read + (so that it can pull in files larger than 2G) +- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer + based on size but rather read until EOF into a chain of buffers, then + concat them together. |