aboutsummaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)Author
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-02-25cluster: emit worker as first 'message' event argBen Noordhuis
2016-02-16cluster: dont rely on `this` in `fork`Igor Klopov
2016-01-13cluster: fix race condition setting suicide propSantiago Gimeno
2016-01-07cluster: ignore queryServer msgs on disconnectionSantiago Gimeno
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-11-11cluster: send suicide message on disconnectcjihrig
2015-11-06cluster: remove handles when disconnecting workerBen Noordhuis
2015-10-27lib,test: update let to const where applicableSakthipriyan Vairamani
2015-10-27lib: fix cluster handle leakRich Trott
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-07cluster: allow shared reused dgram socketsFedor Indutny
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