Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-20windows: enable watching signals with process.on('SIGXYZ')Bert Belder
2013-03-14deps: upgrade libuv to 7b66ea1Ben Noordhuis
2013-03-09domain: Fix double-exit on nested domainsisaacs
2013-03-09lintisaacs
2013-03-09domains: Handle errors thrown in nested error handlersisaacs
2013-03-06node: Add --throw-deprecationisaacs
2013-03-06process: invoke EventEmitter on `process`Nathan Rajlich
2013-03-01lib, src: remove errno globalBen Noordhuis
2013-02-28process: separate nextTick domain logicTrevor Norris
2013-02-28core: Remove the nextTick for running the main fileisaacs
2013-02-22stream: remove lowWaterMark featureisaacs
2013-02-21process: fix bug where spinner wasn't calledTrevor Norris
2013-02-16process: allow ticker to cross communicate betterTrevor Norris
2013-02-16process: streamlining tick callback logicTrevor Norris
2013-02-16Revert "Move MakeCallback to JS"isaacs
2013-02-10buffer: fix Buffer::HasInstance() checkBen Noordhuis
2013-02-02debugger: Make the debugger timeout configurableisaacs
2013-01-30node: Do not use fn.apply() in process._makeCallbackisaacs
2013-01-19domain: empty stack on all exceptionsDave Olszewski
2012-12-30node: emit 'exit' when exiting with errorisaacs
2012-12-29domain: use camelCase instead of snake_caseisaacs
2012-12-29domain: Do not use uncaughtException handlerisaacs
2012-12-21stdio: Do not read from stdout/errisaacs
2012-12-14tty/stdin: Refactor for streams2isaacs
2012-12-14module: Support cycles in native module requiresisaacs
2012-10-29Print warning when maxTickDepth is reachedisaacs
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-09-03windows: don't blow when a signal handler is attachedBert Belder
2012-08-28lintisaacs
2012-08-21process: use uv_signal instead of ev_signalBert Belder
2012-08-12timers: implement setImmediateTimothy J Fontaine
2012-08-04Merge remote-tracking branch 'ry/v0.8'isaacs
2012-07-30Report errors properly from --eval and stdinisaacs
2012-07-19nextTick: Preserve depth in error/reentry casesisaacs
2012-07-17nextTick: explicitly no-op when _exitingisaacs
2012-07-17nextTick: Handle tick callbacks after each tickisaacs
2012-07-17Move MakeCallback to JSisaacs
2012-07-07Assign to property of global, instead of implicit global variableJonas Westerlund
2012-06-22stdin.pipe: Replace forgotten opts memberisaacs
2012-06-22Fix #3503: stdin: resume() on pipe(dest)isaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-18node: change the constructor name of process from EventEmitter to processAndreas Madsen
2012-06-13Fix child_process.kill odditiesBert Belder
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-22cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14node: delete NODE_CHANNEL_FD from envBen Noordhuis
2012-05-10Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer