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-08-28child_process: Avoid extra copy for string stdioisaacs
2013-08-28child_process: Callback with Buffers from execSeth Fitzsimmons
2013-08-16lib: remove unused variables and functionsBrian White
2013-08-02src: Replace macros with util functionsisaacs
2013-07-29child_process: add 'shell' option to .exec()Ben Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-07-04{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-06-21child_process: emit 'disconnect' asynchronouslyBen Noordhuis
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-04-11child_process: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-03child_process: acknowledge sent handlesFedor Indutny
2013-03-26child_process: don't emit same handle twiceBen Noordhuis
2013-03-25child_process: fix sending utf-8 to child processBen Noordhuis
2013-03-07child_process: support sending dgram socketAndreas Madsen
2013-03-06child_process: handle ENOENT correctly on WindowsScott Blomquist
2013-03-01lib, src: remove errno globalBen Noordhuis
2013-01-29cluster: support datagram socketsBert Belder
2013-01-28child_process: move binding init in constructorFedor Indutny
2013-01-20child_process: remove .track optionFedor Indutny
2013-01-18child_process: do not keep list of sent socketsFedor Indutny
2013-01-18Revert "child_process: do not keep list of sent sockets"Fedor Indutny
2013-01-18child_process: do not keep list of sent socketsFedor Indutny
2013-01-07child_process: Pull through untouched stdio streamsisaacs
2013-01-07child_process: don't `resume()` created socketMaciej MaƂecki
2013-01-07child_process: make fork() execPath configurableBradley Meck
2012-12-14child_process: Remove stream.pause/resume callsisaacs
2012-09-22child_process: don't die when disconnect event existsAndreas Madsen
2012-09-22child_process: make .fork()'d child auto-exitBen Noordhuis
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-28windows: fix single-accept mode for shared server socketsBert Belder
2012-08-21child_process: emit error on exec failureBen Noordhuis
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-07net: fix listen() regression, revert patchesBen Noordhuis
2012-08-06cluster: do not use internal server APIAndreas Madsen
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon
2012-07-29child_process: improve maxBuffer error messageTom Hughes-Croucher
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-152012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-13Fix child_process.kill odditiesBert Belder
2012-06-12cluster: don't silently drop messages when the write queue gets bigBert Belder
2012-06-11Remove auto-unrefisaacs
2012-06-09child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-15child_process: hook up handle wrap to owning objectBen Noordhuis