682 Commits (9b3de60d3537df657e75887436a5b1df5ed80c2d)

Author SHA1 Message Date
Felix Geisendörfer 814033365b Fix process.nextTick throw call sites 13 years ago
isaacs 5979f096d1 Fix #3242 Actually deprecate 'binary' buffer encoding 13 years ago
Ben Noordhuis 78e831a31c Don't use _snprintf() on Windows, it's not safe. 13 years ago
Marcel Laverdet c33d3174b8 node: un-revert 9a6012e 13 years ago
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
Nathan Rajlich b894521bd2 process: ensure that "exit" doesn't get emitted twice on a natural exit 13 years ago
Nathan Rajlich 248f552ab4 process: ensure that the "exit" event always has "code" given 13 years ago
Ben Noordhuis 5648d95c4a Remove unused local variable. 13 years ago
Nathan Rajlich 6292df659f process: comment for consistency 13 years ago
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