136 Commits (3d4c663ee68326990e0732a4aa76445688e1064e)

Author SHA1 Message Date
isaacs ee695e935d child_process: Avoid extra copy for string stdio 11 years ago
Seth Fitzsimmons 711d1934ea child_process: Callback with Buffers from exec 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis c13bfdc091 child_process: add 'shell' option to .exec() 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Ben Noordhuis b255f4c10a child_process: emit 'disconnect' asynchronously 12 years ago
Ben Noordhuis 21bd456763 child_process: fix handle delivery 12 years ago
Ben Noordhuis 212eb8a52e child_process: fix O(n*m) scan of cmd string 12 years ago
Fedor Indutny 5902bc45c5 child_process: acknowledge sent handles 12 years ago
Ben Noordhuis 9352c19885 child_process: don't emit same handle twice 12 years ago
Ben Noordhuis 44843a6062 child_process: fix sending utf-8 to child process 12 years ago
Andreas Madsen bdf7ac2c5d child_process: support sending dgram socket 12 years ago
Scott Blomquist 323120b5c9 child_process: handle ENOENT correctly on Windows 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Fedor Indutny c13354e339 child_process: move binding init in constructor 12 years ago
Fedor Indutny 00abc243dd child_process: remove .track option 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
isaacs df3563aa65 child_process: Pull through untouched stdio streams 12 years ago
Maciej Małecki a5d4e74891 child_process: don't `resume()` created socket 12 years ago
Bradley Meck 70ad9bbcbd child_process: make fork() execPath configurable 12 years ago
isaacs 81e356279d child_process: Remove stream.pause/resume calls 12 years ago
Andreas Madsen 5070eccf1b child_process: don't die when disconnect event exists 12 years ago
Ben Noordhuis 212466bea2 child_process: make .fork()'d child auto-exit 12 years ago
Bert Belder b0d2795fe9 child process: fix processes with IPC channel don't emit 'close' 12 years ago
Bert Belder 2418434568 windows: fix single-accept mode for shared server sockets 12 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 12 years ago
Tom Hughes-Croucher c05f52c254 child_process: improve maxBuffer error message 14 years ago
Fedor Indutny 0a89e8b838 child_process: add .stdin stream to forks 13 years ago
isaacs 1f93aa5d5d 2012.06.15, Version 0.7.11 (unstable) 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Bert Belder 10f85fadfe Fix child_process.kill oddities 13 years ago
Bert Belder bb2ce1a108 cluster: don't silently drop messages when the write queue gets big 13 years ago
Bert Belder cfa28690db cluster: don't silently drop messages when the write queue gets big 13 years ago
isaacs 1358632e67 Remove auto-unref 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Ben Noordhuis a3908f47f1 child_process: hook up handle wrap to owning object 13 years ago
Ben Noordhuis 4ec77e2e28 child_process: rename field _internal to _handle 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago