summaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)Author
2015-08-04cluster: do not unconditionally set --debug-portcjihrig
2015-07-30cluster: add handle ref/unref stubs in rr modeBen Noordhuis
2015-07-23cluster: emit 'message' event on cluster masterSam Roberts
2015-06-09cluster: wait on servers closing before disconnectOleg Elifantiev
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-19cluster: avoid race enabling debugger in workerTimothy J Fontaine
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-12lib: make --debug-port work with clusterBen Noordhuis
2015-01-10cluster: cluster.disconnect() should check statusSam Roberts
2015-01-10cluster: don't assume all workers bind same portsSam Roberts
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-08cluster: do not signal children in debug modeFedor Indutny
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-08-01cluster: support options in Worker constructorcjihrig
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