560 Commits (ef3a874f41b617e9531909b2b6bbd6b02f1775a7)

Author SHA1 Message Date
Nathan Rajlich ef3a874f41 process: set _print_eval even when --eval is not passed 13 years ago
isaacs 10ce3d129d Domain hooks in ReqWrap<T> and MakeCallback 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
isaacs 88f94fa28c MakeCallback: abort() if not a 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
isaacs 80a55e9c83 Report errors thrown from uncaughtException handers 13 years ago
Ben Noordhuis 3f4261276e node: don't check return value of unsetenv() 13 years ago
Ben Noordhuis dee8c51547 node: don't check return value of unsetenv() 13 years ago
Bert Belder 407181538b Revert "Re-add top-level v8::Locker" 13 years ago
Ben Noordhuis db0a1dc7d9 node: remove unused function 13 years ago
Ben Noordhuis 8c97ad4c30 node: fix signedness compiler warnings 13 years ago
Fedor Indutny 5e8c2b0768 debugger: use v8 api to wait for a connection 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Nathan Rajlich feaa8a41c7 cmd: add a -i / --interactive flag to force the REPL 13 years ago
Ben Noordhuis 1a97998644 process: fix process.title setter 13 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
Nathan Rajlich 35043ad8ac process: use NODE_STRINGIFY macro to set process.versions.uv 13 years ago
Nathan Rajlich 9701f1c4b2 process: expose the zlib version in use in process.versions 13 years ago
Nathan Rajlich 36761b2055 process: expose the http_parser version in process.versions 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Nathan Rajlich 07c886f944 process: add `process.hrtime()` 13 years ago
Shigeki Ohtsu 59c3923672 process: show detailed error message in process.dlopen() 13 years ago
Andreas Madsen 3f4062309e core: ignore too many arguments, don't assert 13 years ago
Maciej Małecki 977e211421 debugger: rename `process.debug_port` to `process.debugPort` 13 years ago
Bert Belder 8f2694bb53 Make win32 ansi api usage explicit 13 years ago
Bert Belder 9364699be1 Revert "Windows: support non-ansi command line arguments" 13 years ago
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 13 years ago
Bert Belder 077f9d7293 Windows: use unicode environment 13 years ago
Bert Belder ef032cbe85 Windows: support non-ansi command line arguments 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
Marcel Laverdet 9a6012edd9 Re-add top-level v8::Locker 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis 7543c38dca Revert "Add explicit v8 locker" 13 years ago
Marcel Laverdet 11d1eca9f3 Add explicit v8 locker 14 years ago
Bert Belder 68db20656e Rename some occurrences of `process_1` back to `process` 13 years ago
Igor Zinkovsky de78922b12 ref isolate loop 13 years ago
Ben Noordhuis 03cb903e7e isolates: remove references to uv_thread_self() 13 years ago
Fedor Indutny 99679c6430 IsolateDebugger C++ 13 years ago
Fedor Indutny 44e7033279 fixed debugger segfaults 13 years ago
Ben Noordhuis 9a79bb694e Avoid unnecessary buffer to string conversion. 13 years ago
Ben Noordhuis 1e73e4c62f isolates: remove global isolates list 13 years ago
Ben Noordhuis dadc30318f isolates: implement message passing 13 years ago
Ryan Dahl 649dbbbd83 Add process.features.isolates 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 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
Ryan Dahl 268476549e Join all threads at end of main thread 13 years ago
Ryan Dahl 4d02e77f44 Move prog_start_time init after isolate assigned 13 years ago
Ryan Dahl 4f46ee4400 Add link-list of all isolates 13 years ago