summaryrefslogtreecommitdiff
path: root/lib/cluster.js
AgeCommit message (Expand)Author
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-13cluster: refactor module into multiple filescjihrig
2017-01-09test,cluster: add test-cluster-worker-deprecatedRich Trott
2016-12-19cluster: return worker reference from disconnect()Sean Villars
2016-10-03cluster: remove unused backlog argumentBrian White
2016-08-01cluster: support stdio option for workerscjihrig
2016-07-15cluster: remove bind() and selfcjihrig
2016-06-08cluster: don't send messages if no IPC channelSantiago Gimeno
2016-06-05cluster: deprecate worker.suicideEvan Lucas
2016-05-31cluster: expose result of send()cjihrig
2016-05-31cluster: rewrite debug ports consistentlycjihrig
2016-05-30cluster: work with v8_inspectorcjihrig
2016-05-27cluster: reset handle index on closeSantiago Gimeno
2016-05-25cluster: guard against undefined message handlerscjihrig
2016-05-24cluster: close ownerless handles on disconnect()cjihrig
2016-05-03cluster: remove use of bind() in destroy()yorkie
2016-04-25cluster: migrate from worker.suicideEvan Lucas
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