8 Commits (fc025f878a0b7a5bbb5810005da3e09cb856b773)

Author SHA1 Message Date
Ryan Dahl 4ddfd8aa42 Fix posix.statSync() 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl 3414eab2f3 Refactor node_file.cc to not use Promises. 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl 1cacb50f2b Fix memory leak on fs.write() 15 years ago
Ryan Dahl 711774c1f0 Remove unreachable lines 15 years ago
Ryan Dahl ae7c9909be fix error from v8 upgrade 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl cfe5876350 Add v8 patch to fix mac x64 build. 15 years ago
Connor Dunn 2dbd0d3806 Add node.fs.sendfile() 15 years ago
Ryan Dahl 602f9dbf3f SetClassName on internal classes. 15 years ago
Ryan Dahl 8a5194b7cf cpplint.js file.{cc,h} 15 years ago
Ryan Dahl 76f4962636 Bugfix: EIOPromise::Create was allocating two EIOPromise objects 15 years ago
Ryan Dahl 663deb3828 delete[] instead of delete for arrays. 15 years ago
Ryan Dahl b54fad9b3f Bugfix: node.fs.write() was stack allocating buffer. 15 years ago
Ryan Dahl 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. 15 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 15 years ago
Ryan 21a1b045f5 Byte stream to V8 decoding and encoding. 15 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 15 years ago
Ryan 3736bf9f49 Add node.fs.mkdir() 15 years ago
Ryan 9b3e2ae192 Add node.fs.readdir() 15 years ago
Ryan 747d6723aa Clean up eio wrappers. Create EIOPromise. 15 years ago
Ryan fbf65b58f9 Use Error exceptions where possible in net.cc and file.cc 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 19f182a39f Experimental support for Promise.block() 15 years ago
Ryan ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read() 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 15 years ago
Ryan c2bdc01870 Bad array index in AfterStat() 16 years ago
Ryan c9cb41cf80 Wrong number of arguments being passed to emit in AfterOpen 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan 0e67b34c27 Fix thread pool unref issue. 16 years ago
Ryan f56309deee Remove eio_warmup. Use ev_ref instead. 16 years ago
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