616 Commits (bc9388342f59ed5c69d69c7095e5a17fcbd80ba8)

Author SHA1 Message Date
Jan Wynholds 06810b29fa tracing: add systemtap support 12 years ago
Ben Noordhuis cb6d084d35 node: update description of --print 12 years ago
Andrew Paprocki 8c5f269f90 Fix -Wsizeof-array-argument compiler warning. 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 13 years ago
Ben Noordhuis 96ca59fbf3 process: fix setuid() and setgid() error reporting 12 years ago
Ben Noordhuis 83b1dda12f cli: make argument to -p optional 13 years ago
Ben Noordhuis f03c3203a1 cli: make -p equivalent to -pe 13 years ago
Bert Belder 2c5828b65b Remove node_io_watcher 13 years ago
Bert Belder 34fc97880f Delete the old node_signal_watcher code 13 years ago
Bert Belder 600a6468dc process: use uv_signal instead of ev_signal 13 years ago
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