603 Commits (6bec5440ebced1bc2b91c1c9f3fbc7a361995331)

Author SHA1 Message Date
Ben Noordhuis 786e1e8712 buffer, crypto: fix buffer decoding 13 years ago
Ben Noordhuis 9693d3334c node: remove process.uvCounters() 13 years ago
Bert Belder 22d03c9108 node.cc: include ares.h 13 years ago
isaacs b3cf3f35fc Report errors properly from --eval and stdin 13 years ago
Ben Noordhuis f69234703f node: don't scan add-on for "init" symbol 13 years ago
Ben Noordhuis 59b584c92d node: remove PrepareTick() and CheckTick() 13 years ago
Peter Rybin 688859afc0 debugger: wake up the event loop when a debugger command is dispatched 13 years ago
isaacs 430d94ef85 nextTick: Preserve depth in error/reentry cases 13 years ago
isaacs 0109a9f90a Move MakeCallback to JS 13 years ago
Nathan Rajlich d3d83d7b90 process: throw a TypeError when anything but an Array is passed to hrtime() 13 years ago
Ben Noordhuis fee02db705 Re-apply commit e307468. 13 years ago
Bert Belder 0581afe531 Revert "Fix #3521 Use an object as the process.env proto" 13 years ago
isaacs e3074689f5 Fix #3521 Use an object as the process.env proto 13 years ago
isaacs 48c3d20041 Apply --no-deprecation to C++ warnings as well 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis f0ce98441f fs: make fs.watchFile() work on windows 13 years ago
Trent Mick 196207c228 node: remove unused flags and files 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Andreas Madsen 6d70a4ae16 node: change the constructor name of process from EventEmitter to process 13 years ago
Igor Zinkovsky 39d2337859 Windows: don't fire GC ETW events without ETW consumers 13 years ago
Bert Belder 09be360a0f Inherited FDs should not accidentally be inherited by child processes 13 years ago
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