19 Commits (870b5db46c1c39b8f11de54e273bb955bff040b5)

Author SHA1 Message Date
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