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
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
2010-09-17Move constants out of process objectRyan Dahl
2010-08-10If no options are given to child_process.spawn, env should default to process...Bert Belder
2010-08-07Expose cwd option to child_process.exec()Bert Belder
2010-08-07New api for child_process.spawn; ability to set cwd for spawn()ed processBert Belder
2010-07-20Specify env differently in execFileRyan Dahl
2010-07-16added env to child_process.execСергей Крыжановский
2010-07-13Return child from execFileRyan Dahl
2010-06-02Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez
2010-05-09Don't emit 'exit' twice from child processRyan Dahl
2010-05-09Fix error reporting in child_process callbacksRyan Dahl
2010-04-29Properly handle child process exit codesFelix Geisendörfer
2010-04-15Add execFile() for OrlandoRyan Dahl
2010-04-14Add timeout and maxBuffer options to child_process.execRyan Dahl
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell
2010-04-09Fix child_process to use end() instead of close() in the stdin stream.Tim Caswell
2010-04-09Close child process stdin on SIGCHLDRyan Dahl
2010-03-18s/Socket/Stream/gRyan Dahl
2010-03-18child process now use net.SocketRyan Dahl