32 Commits (cc67d8efc765d37eae872431ffbf5e17210f62e1)

Author SHA1 Message Date
Ryan 0d780fe6b8 Free pointer with delete, since created with new 16 years ago
Ryan b260a9108b Add errno constants. Move all constants to `node.constants` namespace. 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan c326614c8d More docs. Add rmdir and unlink. 16 years ago
Ryan a9f29cd18d File I/O documentation. Remove necessity of class="sh_javascript". 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 baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 427e3f5dcb Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature. 16 years ago
Ryan ba17940551 Add accessor File#encoding 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan fd392d0a50 Remove `if (pointer == NULL)` after allocations with `new`. 16 years ago
Ryan 064c8f0252 Use ObjectWrap base class for File, Socket, Server. 16 years ago
Ryan cf1c58063e Create a node namespace 16 years ago
Ryan 0ea7577a72 sign error on file position argument 16 years ago
Ryan 0b1e3240be add position arguments to File#read and File#write 16 years ago
Ryan d996b59d9c fix some errors/memleaks 16 years ago
Ryan 47fad676b4 Rename JS_ to NODE_ for method macros. add marcos to timers.cc 16 years ago
Ryan 102c6399ac rename NewFile to File::New 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
Ryan e303d950d9 add stdout stderr global file objects. remove node.blocking.print 16 years ago
Ryan c0b90ca763 only store fd in javascript (not in c++) 16 years ago
Ryan 470c6342cc Change symantics of file.open. Now takes a callback argument. 16 years ago
Ryan 7e1350f6e4 add file.write() 16 years ago
Ryan e8ce6ef790 add file open/close 16 years ago
Ryan 63a9cd3897 everything is changed. i've waited much too long to commit. 16 years ago