43 Commits (16a402c0b5444b167887a20bb44c2ab53aacb97c)

Author SHA1 Message Date
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Ben Noordhuis e772a7deaf build: fix --without-ssl build 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 11 years ago
Ben Noordhuis d4c14c1fe5 src: add libuv bindings module 11 years ago
Nathan Rajlich 567c72b8c5 configure: fix the --without-ssl option 11 years ago
Trevor Norris 8f3f9f7830 smalloc: initial implementation 12 years ago
Fedor Indutny 03e008ddb8 tls_wrap: embed TLS encryption into streamwrap 12 years ago
Dean McNamee 3f75454426 typed arrays: don't declare as module 12 years ago
Bert Belder 600a6468dc process: use uv_signal instead of ev_signal 12 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Mikael Bourges-Sevenier 5b05429bf0 typed arrays: add Buffer -> TypedArray constructor 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 533a455274 move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 13 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Ryan Dahl 311fe737e8 Upgrade libuv to 60c639f 13 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 13 years ago
Ryan Dahl c1ae6ea2f2 Add TTYWrap 13 years ago
isaacs 5b8e1dabbc Initial pass at zlib bindings 13 years ago
Ben Noordhuis cbd4033619 dgram: integrate libuv UDP support 13 years ago
Peter Bright 6ac8c55989 Make MSVS build. 13 years ago
Ryan Dahl 8ace421bfd Complete removal of node_child_process_win32.cc 13 years ago
Ryan Dahl f01b241057 add wrapper for uv_spawn 13 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 13 years ago
Ryan Dahl cc0f608c7c Add pipe_wrap 13 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 13 years ago
Ryan Dahl 062759194b Initial binding to uv_tcp_t 14 years ago
Bert Belder 406f44a86b Build on windows again 14 years ago
Ryan Dahl 9d1bad8960 Implement new wrap for uv timer 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Bert Belder 0a2f1cb334 Child processes 14 years ago
Bert Belder b4510d57dc There is no child process support for windows yet 14 years ago
Brian White f1762ff815 Add os module and getHostname 14 years ago
Paul Querna 870aa3d97f Move evals to extension module. 14 years ago
Paul Querna ace2be8aa6 Move the Stat structure functions to node_file.cc 14 years ago
Paul Querna 82daa46e26 Move Buffer to extension model. 14 years ago
Paul Querna 4f7f43762d Move child process to extension model. 14 years ago
Paul Querna e65c27062f Move http parser to extension model. 14 years ago
Paul Querna e51aef7f3c Move signal_watcher to extension model. 14 years ago
Paul Querna 208290b524 Move cares to extension model 14 years ago
Paul Querna e5bb8abc9d Move stdio to extension model. 14 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 14 years ago