26 Commits (0da4c671659cfbae12def127b2e94690b9d9b5e1)

Author SHA1 Message Date
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 412b3cee05 src: pass node_isolate to String::Empty 12 years ago
Ben Noordhuis 5664dd2fc1 src: use static_cast where appropriate 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Ben Noordhuis db5c26e3b5 fs: fix assert in fs.watch() 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ben Noordhuis 22c2c34952 fs: fix fs.watch() segmentation fault 13 years ago
Ben Noordhuis 8dd4fcbe8f fs: don't close uninitialized fs.watch handle 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Igor Zinkovsky 1a9286c6e9 update fs_event_wrap.cc to work with new uv_fs_event_init api 13 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 14 years ago