summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2012-09-17process: fix setuid() and setgid() error reportingBen Noordhuis
2012-08-14buffer, crypto: fix buffer decodingBen Noordhuis
2012-07-30Report errors properly from --eval and stdinisaacs
2012-07-23debugger: wake up the event loop when a debugger command is dispatchedPeter Rybin
2012-07-08process: throw a TypeError when anything but an Array is passed to hrtime()Nathan Rajlich
2012-06-21Apply --no-deprecation to C++ warnings as wellisaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-18node: remove unused flags and filesTrent Mick
2012-06-17node: change the constructor name of process from EventEmitter to processAndreas Madsen
2012-06-14Windows: don't fire GC ETW events without ETW consumersIgor Zinkovsky
2012-06-14Inherited FDs should not accidentally be inherited by child processesBert Belder
2012-06-13Windows: Enable ETW events.Igor Zinkovsky
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21Check for tabs in source line in DisplayExceptionLineOleg Efimov
2012-05-16Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs
2012-05-15Merge branch 'master' into v0.6-mergeisaacs
2012-05-15node: make _getActiveHandles() return user objectsBen Noordhuis
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2012-05-15req_wrap: share process_symbol, domain_symbolBen Noordhuis
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer
2012-05-09Fix #3242 Actually deprecate 'binary' buffer encodingisaacs
2012-05-08Don't use _snprintf() on Windows, it's not safe.Ben Noordhuis
2012-05-05node: un-revert 9a6012eMarcel Laverdet
2012-05-03addon: add AtExit() functionBen Noordhuis
2012-05-01process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich
2012-04-30process: ensure that the "exit" event always has "code" givenNathan Rajlich
2012-04-25Remove unused local variable.Ben Noordhuis
2012-04-24process: comment for consistencyNathan Rajlich
2012-04-24process: set _print_eval even when --eval is not passedNathan Rajlich
2012-04-17Domain hooks in ReqWrap<T> and MakeCallbackisaacs
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-04-17MakeCallback: abort() if not a functionisaacs
2012-04-17MakeCallback: Return the callback return valueisaacs
2012-04-17MakeCallback: Accept Function or Symbol argumentisaacs
2012-04-17Report errors thrown from uncaughtException handersisaacs
2012-04-16node: don't check return value of unsetenv()Ben Noordhuis
2012-03-31node: don't check return value of unsetenv()Ben Noordhuis
2012-03-30Revert "Re-add top-level v8::Locker"Bert Belder
2012-03-30node: remove unused functionBen Noordhuis
2012-03-30node: fix signedness compiler warningsBen Noordhuis
2012-03-28debugger: use v8 api to wait for a connectionFedor Indutny
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-21cmd: add a -i / --interactive flag to force the REPLNathan Rajlich
2012-03-15process: fix process.title setterBen Noordhuis
2012-03-15Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith
2012-03-14process: use NODE_STRINGIFY macro to set process.versions.uvNathan Rajlich
2012-03-12process: expose the zlib version in use in process.versionsNathan Rajlich
2012-03-10process: expose the http_parser version in process.versionsNathan Rajlich