33 Commits (16185ae57e11024ba0d35586eb0550e14782bd2b)

Author SHA1 Message Date
Ryan Dahl 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 15 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Abe Fettig 53b3d6be35 Bugfix: stdin fd (0) being ignored by node.File. 15 years ago
Ryan 4f46c47773 node.fs.File was not passing args to promise callbacks. 15 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 16 years ago
Ryan e8a5d3d311 remove the callback from node.cat, node.fs.cat 16 years ago
Ryan e7ad8ab4b0 Clean up some of the event handling code 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan 2b557c467f Namespace trimming: remove node.constants 16 years ago
Ryan 7cce31d4e4 Add global print() function. 16 years ago
Ryan ed283dc280 Fix bug: catting non-existent files 16 years ago
Ryan b260a9108b Add errno constants. Move all constants to `node.constants` namespace. 16 years ago
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 16 years ago
Ryan 2fe090b7f6 Add node.fs prefix to some constants. oops. 16 years ago
Ryan d1b0ce6d37 Large refactor of file code. 16 years ago
Ryan 5c2389fada Remove error codes from file on_completion callbacks. Use file.onError. 16 years ago
Ryan 58c13e5192 Namespace File stuff in node.fs 16 years ago
Ryan 6244f77822 Beginnings of file i/o docs. Finish up timers. 16 years ago
Ryan de6036669d Add p() like in Ruby. 16 years ago
Ryan 43531093a3 don't die on EPIPE 16 years ago
Ryan ba17940551 Add accessor File#encoding 16 years ago
Ryan 8a8e9df72e wasn't sending pos arg for puts() 16 years ago
Ryan 0b1e3240be add position arguments to File#read and File#write 16 years ago
Ryan c2decd720f add File.cat 16 years ago
Ryan e7dd20dc6e add File.stat File.exists File.strerror 16 years ago
Ryan 5207226da3 fix a bug with eio polling. 16 years ago
Ryan dd691decd2 file system methods to be queued. 16 years ago
Ryan c8e20fbf81 add file.read only. raw encoding right now. 16 years ago
Ryan 12d31dd0b7 file operations are queued. 16 years ago