579 Commits (37d75ba241780c9199f601dd4c70713d190c68e6)

Author SHA1 Message Date
Igor Zinkovsky 35a1421e96 Windows: Enable ETW events. 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Oleg Efimov 968b49ba0a Check for tabs in source line in DisplayExceptionLine 13 years ago
isaacs a3753b496e Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 13 years ago
Ben Noordhuis e813e3491e node: make _getActiveHandles() return user objects 13 years ago
Ben Noordhuis 5f0406534c process: add _getActiveHandles(), _getActiveRequests() 13 years ago
Ben Noordhuis 636add246c req_wrap: share process_symbol, domain_symbol 13 years ago
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