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
2012-02-01support for sharing streams accross isolatesIgor Zinkovsky
2012-02-01child_process: do not disconnect on exit emitAndreas Madsen
2012-01-30Add disconnect method to forked child processesAndreas Madsen
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-17Allow calling fork() without args or optionsAndreas Madsen
2012-01-17child_process: add errno property to exceptionsAndreas Madsen
2012-01-11child_process: fix typo in internal message event nameMaciej Małecki
2012-01-10debug threadsFedor Indutny
2012-01-06child_process: add isolates supportBen Noordhuis
2012-01-05cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-29Add isolate version of test-child-process-forkRyan Dahl
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-18child_process: make .send() throw if message is undefinedBen Noordhuis
2011-12-18Add silent option to child_process.forkAndreas Madsen
2011-12-17jslintAndreas Madsen
2011-12-04Remove superfluous 'new'Ryan Dahl
2011-11-28child_process: fix order of args to errnoException()Thomas Shinnick
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-11-02child_process: in a new `ChildProcess` set `killed` to falseMaciej Małecki
2011-11-02windows: enable pending accepts knobIgor Zinkovsky
2011-10-30fix for --harmony_block_scopingkoichik
2011-10-14child_process.fork: don't modify argskoichik
2011-10-13Fix test/pummel/test-exec.jsRyan Dahl
2011-10-13Improve IPC performance.Daniel Ennis
2011-10-12Remove child_process_legacyRyan Dahl
2011-08-01initial pass at lib/child_process_uv.jsRyan Dahl
2011-06-20net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env varRyan Dahl
2011-05-17fork: Use utf8 for channel encodingRyan Dahl
2011-05-12Rename spawnNode to forkRyan Dahl
2011-05-11child_process.spawnNodeRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-25Read up the prototype of the 'env' object.Nathan Rajlich
2011-01-28Helpful error when child_process.exec hit maxBufferRyan Dahl
2011-01-24lintRyan Dahl
2011-01-18Make child_process.kill always work on windowsBert Belder
2011-01-11child_process: Add gid/uid flags to spawn configisaacs
2011-01-11typo setuid -> setsidRyan Dahl
2011-01-11Add setsid option to child_processRyan Dahl
2010-12-02lint child_process.jsRyan Dahl
2010-11-30Simplify execution from "big if statement"Travis Swicegood
2010-11-30Remove cruft that dealt with env parameterTravis Swicegood
2010-11-30fix a typo in commentTravis Swicegood
2010-10-23Make sure Error object on exec() gets killed memberRyan Dahl
2010-10-21Fix execFile timeouts, improve testsRyan Dahl
2010-10-21ChildProcesses cannot be killed if pid is missingRyan Dahl
2010-10-20Prevents child_process.exec timeouts from throwing when the child was previou...Aaron Heckmann
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-09Fix styleRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-28quicker loopsAaron Heckmann