120 Commits (e71d9fd8342fef87a7624022da57034d591da153)

Author SHA1 Message Date
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Miroslav Bajtos c16963b977 src: break on uncaught exception 12 years ago
Ben Noordhuis 4bb4f734b3 src: unexport node_isolate 12 years ago
Rod Vagg ccabd4a6fa process: expose NODE_MODULE_VERSION in process.versions 12 years ago
Timothy J Fontaine 51f128d64b fs: uv_[fl]stat now reports subsecond resolution 12 years ago
Ben Noordhuis ad819bcc4b src: bump NODE_MODULE_VERSION after abi change 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Ben Noordhuis 875c1106c6 node: remove ev-emul.h 12 years ago
Ben Noordhuis 8d2753c141 constants: fix wrapping of large constants 12 years ago
Ben Noordhuis 71ba7bc2a0 node: remove eio-emul.h 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 13 years ago
Ben Noordhuis 53f3b128f5 node: tag Encode and friends NODE_EXTERN 13 years ago
Ben Noordhuis c3d4c3560e node: bump NODE_MODULE_VERSION 13 years ago
isaacs 8988af58f4 Externalize node::no_deprecation 13 years ago
Ben Noordhuis 09150b0616 node: replace NODE_STAT_STRUCT with uv_statbuf_t 13 years ago
Ben Noordhuis 067be2b3fe node: fix namespacing issue in ev-emul.h 13 years ago
Ben Noordhuis 7de6eba061 node: preemptively unbreak windows build 13 years ago
Ben Noordhuis 1b22f5376b build: install eio-emul.h 13 years ago
Ben Noordhuis f405517de1 build: install ev-emul.h 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Joel Brandt b9c5eee7d9 add NODE_EXTERN to node::Start 13 years ago
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
isaacs ac1aaddc00 MakeCallback: Return the callback return value 13 years ago
isaacs 7407be896e MakeCallback: Accept Function or Symbol argument 13 years ago
Igor Zinkovsky 052aaa4c4d windows: use 64bit offsets for uv_fs apis 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Roman Shtylman e97b961815 add node::SetMethod and node::SetPrototypeMethod 13 years ago
Igor Zinkovsky 6c0c00a205 fix windows build 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 09dc577931 build: move internals to separate header file 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 a778a25cab build: move internals to separate header file 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Bert Belder 823a443321 Rename FSError to UVException and move to node.cc 13 years ago
Ryan Dahl b0030af135 Fixes #2140. Fix illumos build. 13 years ago
Bert Belder 6ee73a2fee Windows: ErrnoException shouldn't mix up crt and win32 errors 13 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 13 years ago
Bert Belder a56a95b652 Export some functions from node.h 13 years ago
Bert Belder 4a1efb2b9c Support native extension loading on Windows 13 years ago
Bert Belder 889620dcd2 Wrap long lines, strip trailing whitespace 13 years ago
Bert Belder 1e2d777601 Remove outdated comment 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 14 years ago