summaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)Author
2014-07-28cluster: enable error/message events using .workercjihrig
2014-07-15cluster: include settings object in 'setup' eventRyan Graham
2014-07-15cluster: allow multiple calls to setupMaster()Ryan Graham
2014-07-02child_process: accept uid/gid everywhereFedor Indutny
2014-06-11cluster: restore v0.10.x setupMaster() behaviourRyan Graham
2013-12-31cluster: do not synchronously emit 'setup' eventSam Roberts
2013-12-31cluster: only forcibly exit worker on unclean exitSam Roberts
2013-12-31cluster: disconnect callback should always occurSam Roberts
2013-12-31cluster: replace erroneous comma with semicolonSam Roberts
2013-10-14cluster: fix premature 'disconnect' eventBen Noordhuis
2013-08-15cluster: variable is not globalBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-28cluster: fix shared handle bind error propagationBen Noordhuis
2013-07-28cluster: remove duplicate this.errno assignmentBen Noordhuis
2013-07-25cluster: support setting data on shared serverFedor Indutny
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-05-13cluster: use round-robin load balancingBen Noordhuis
2013-05-08debugger, cluster: each worker has new debug portMiroslav Bajtoš
2013-04-20cluster: clean up lib/cluster.jsBen Noordhuis
2013-04-11lintisaacs
2013-04-11cluster: fix O(n*m) scan of cmd stringBen Noordhuis
2013-03-03cluster: Rename destroy() to kill(signal=SIGTERM)isaacs
2013-01-28cluster: support datagram socketsBert Belder
2013-01-18cluster: make --prof work for workersBen Noordhuis
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia
2012-08-06net: fix listen() regression, revert patchesBen Noordhuis
2012-08-05cluster: do not use internal server APIAndreas Madsen
2012-07-06Avoid redeclaring variableJonas Westerlund
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-05More cluster event consistencyisaacs
2012-05-04cluster: worker exit event to match child_processJ. Lee Coltrane
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-19cluster: English language fixingisaacs
2012-03-19cluster: kill workers when master diesAndreas Madsen
2012-03-19cluster: add graceful disconnect supportAndreas Madsen
2012-03-15Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith
2012-02-20util: add `util._extend` for extending objectsMaciej Małecki
2012-02-18Lint all the JavaScripts.isaacs
2012-02-06cluster: use process.disconnect methodAndreas Madsen
2012-02-06cluster: simplify process event handlingAndreas Madsen
2012-01-20Add cluster.setupMasterAndreas Madsen
2012-01-11child_process: fix typo in internal message event nameAndreas Madsen
2012-01-05typosAndreas Madsen
2012-01-04cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-19Remove debug console.log and optimize object copyAndreas Madsen