summaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)AuthorFilesLines
2015-01-31lib: reduce util.is*() usagecjihrig1-11/+11
2015-01-21lib: use const to define constantscjihrig1-13/+13
2015-01-19cluster: avoid race enabling debugger in workerTimothy J Fontaine1-1/+1
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-12lib: make --debug-port work with clusterBen Noordhuis1-1/+1
2015-01-10cluster: cluster.disconnect() should check statusSam Roberts1-1/+2
2015-01-10cluster: don't assume all workers bind same portsSam Roberts1-1/+1
2014-11-22lib: turn on strict modeBen Noordhuis1-2/+2
2014-10-08cluster: do not signal children in debug modeFedor Indutny1-5/+23
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris1-0/+2
2014-09-02cluster: centralize removal from workers list.Julien Gilli1-16/+54
2014-08-01cluster: support options in Worker constructorcjihrig1-40/+54
2014-07-28cluster: enable error/message events using .workercjihrig1-0/+2
2014-07-15cluster: include settings object in 'setup' eventRyan Graham1-3/+3
2014-07-15cluster: allow multiple calls to setupMaster()Ryan Graham1-3/+7
2014-07-02child_process: accept uid/gid everywhereFedor Indutny1-1/+3
2014-06-11cluster: restore v0.10.x setupMaster() behaviourRyan Graham1-10/+10
2013-12-31cluster: do not synchronously emit 'setup' eventSam Roberts1-1/+3
2013-12-31cluster: only forcibly exit worker on unclean exitSam Roberts1-3/+11
2013-12-31cluster: disconnect callback should always occurSam Roberts1-3/+8
2013-12-31cluster: replace erroneous comma with semicolonSam Roberts1-1/+1
2013-10-14cluster: fix premature 'disconnect' eventBen Noordhuis1-1/+2
2013-08-15cluster: variable is not globalBrian White1-0/+1
2013-08-01src: Replace macros with util functionsisaacs1-10/+10
2013-07-28cluster: fix shared handle bind error propagationBen Noordhuis1-54/+45
2013-07-28cluster: remove duplicate this.errno assignmentBen Noordhuis1-1/+0
2013-07-25cluster: support setting data on shared serverFedor Indutny1-2/+14
2013-07-24lib: macro-ify type checksBen Noordhuis1-10/+10
2013-07-20src, lib: update after internal api changeBen Noordhuis1-15/+26
2013-05-13cluster: use round-robin load balancingBen Noordhuis1-38/+273
2013-05-08debugger, cluster: each worker has new debug portMiroslav Bajtoš1-1/+27
2013-04-20cluster: clean up lib/cluster.jsBen Noordhuis1-505/+237
2013-04-11lintisaacs1-3/+3
2013-04-11cluster: fix O(n*m) scan of cmd stringBen Noordhuis1-2/+3
2013-03-03cluster: Rename destroy() to kill(signal=SIGTERM)isaacs1-3/+6
2013-01-28cluster: support datagram socketsBert Belder1-3/+10
2013-01-18cluster: make --prof work for workersBen Noordhuis1-1/+22
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia1-1/+1
2012-08-06net: fix listen() regression, revert patchesBen Noordhuis1-55/+65
2012-08-05cluster: do not use internal server APIAndreas Madsen1-65/+55
2012-07-06Avoid redeclaring variableJonas Westerlund1-3/+5
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen1-1/+4
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen1-7/+10
2012-06-13Fix #3388 Support listening on file descriptorsisaacs1-7/+14
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen1-1/+1
2012-05-05More cluster event consistencyisaacs1-3/+3
2012-05-04cluster: worker exit event to match child_processJ. Lee Coltrane1-8/+11
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott1-30/+30
2012-03-30cluster: Rename 'death' back to 'exit'isaacs1-4/+4
2012-03-19cluster: English language fixingisaacs1-19/+19