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-21Child processesBert Belder
2010-12-21There is no child process support for windows yetBert Belder
2010-11-24Fix memleak in ChildProcess:Spawn().Tom Hughes
2010-11-22Fix compiler warnings.Ben Noordhuis
2010-11-08Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton
2010-10-11environ symbol fix for Mac OS XRasmus Andersson
2010-09-17Move constants out of process objectRyan Dahl
2010-08-31Fix styleRyan Dahl
2010-08-10Unset CLOEXEC on spawn's customFdsRyan Dahl
2010-08-07New api for child_process.spawn; ability to set cwd for spawn()ed processBert Belder
2010-08-04SetBlocking should set blocking, not toggle itisaacs
2010-08-04When the parent's stdio FDs are passed to a child, make them temporarily bloc...isaacs
2010-07-14Move child process to extension model.Paul Querna
2010-06-29Added new API to Script, and implemented it in the REPLRuben Rodriguez
2010-06-02Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez
2010-05-24Port to OpenBSDBrian White
2010-05-11Revert "Check for strings.h"Ryan Dahl
2010-05-11Check for strings.hRyan Dahl
2010-04-29Fix child_process.cc build failure for FreeBSD.Herbert Vojčík
2010-04-29Properly handle child process exit codesFelix Geisendörfer
2010-03-22Fix ChildProcess::KillRyan Dahl
2010-03-20Don't kill negative PIDsRyan Dahl
2010-03-18child process now use net.SocketRyan Dahl
2010-03-04Don't allow child process to clobber environRyan Dahl
2010-03-03Allow passing env to child processRyan Dahl
2010-02-22Encoding 0 length data, returns '' instead of nullRyan Dahl
2010-01-31Was using the old node object to get the int from the constant.Jonas Pfenniger
2009-12-09Statically define symbolsRyan Dahl
2009-12-07Attach/Detach -> Ref/UnrefRyan Dahl
2009-10-27Prefix all source files with node_Ryan Dahl