summaryrefslogtreecommitdiff
path: root/lib/cluster.js
Commit message (Expand)AuthorAgeFilesLines
* lib: use consistent indentation for ternariesRich Trott2017-07-071-3/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* cluster: refactor module into multiple filescjihrig2017-01-131-766/+3
* test,cluster: add test-cluster-worker-deprecatedRich Trott2017-01-091-8/+6
* cluster: return worker reference from disconnect()Sean Villars2016-12-191-0/+2
* cluster: remove unused backlog argumentBrian White2016-10-031-3/+2
* cluster: support stdio option for workerscjihrig2016-08-011-0/+1
* cluster: remove bind() and selfcjihrig2016-07-151-18/+16
* cluster: don't send messages if no IPC channelSantiago Gimeno2016-06-081-0/+3
* cluster: deprecate worker.suicideEvan Lucas2016-06-051-6/+7
* cluster: expose result of send()cjihrig2016-05-311-4/+4
* cluster: rewrite debug ports consistentlycjihrig2016-05-311-2/+6
* cluster: work with v8_inspectorcjihrig2016-05-301-1/+3
* cluster: reset handle index on closeSantiago Gimeno2016-05-271-12/+14
* cluster: guard against undefined message handlerscjihrig2016-05-251-1/+1
* cluster: close ownerless handles on disconnect()cjihrig2016-05-241-1/+5
* cluster: remove use of bind() in destroy()yorkie2016-05-031-4/+6
* cluster: migrate from worker.suicideEvan Lucas2016-04-251-17/+31
* lib: refactor code with startsWith/endsWithJackson Tian2016-03-231-3/+2
* cluster: emit worker as first 'message' event argBen Noordhuis2016-02-251-3/+3
* cluster: dont rely on `this` in `fork`Igor Klopov2016-02-161-1/+1
* cluster: fix race condition setting suicide propSantiago Gimeno2016-01-131-17/+31
* cluster: ignore queryServer msgs on disconnectionSantiago Gimeno2016-01-071-0/+3
* lib: use arrow functions instead of bindMinwoo Jung2015-12-171-3/+9
* cluster: send suicide message on disconnectcjihrig2015-11-111-12/+10
* cluster: remove handles when disconnecting workerBen Noordhuis2015-11-061-23/+26
* lib,test: update let to const where applicableSakthipriyan Vairamani2015-10-271-1/+1
* lib: fix cluster handle leakRich Trott2015-10-271-1/+4
* lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-1/+1
* cluster: allow shared reused dgram socketsFedor Indutny2015-09-071-14/+25
* cluster: do not unconditionally set --debug-portcjihrig2015-08-041-6/+4
* cluster: add handle ref/unref stubs in rr modeBen Noordhuis2015-07-301-1/+11
* cluster: emit 'message' event on cluster masterSam Roberts2015-07-231-0/+2
* cluster: wait on servers closing before disconnectOleg Elifantiev2015-06-091-2/+16
* lib: fix eslint stylesYosuke Furukawa2015-05-091-5/+4
* cluster: disconnect event not emitted correctlyOleg Elifantiev2015-05-081-0/+1
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-9/+11
* lib: reduce process.binding() callsBrendan Ashworth2015-04-091-1/+3
* lib: reduce util.is*() usagecjihrig2015-01-311-11/+11
* lib: use const to define constantscjihrig2015-01-211-13/+13
* cluster: avoid race enabling debugger in workerTimothy J Fontaine2015-01-191-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: make --debug-port work with clusterBen Noordhuis2015-01-121-1/+1
* cluster: cluster.disconnect() should check statusSam Roberts2015-01-101-1/+2
* cluster: don't assume all workers bind same portsSam Roberts2015-01-101-1/+1
* lib: turn on strict modeBen Noordhuis2014-11-221-2/+2
* cluster: do not signal children in debug modeFedor Indutny2014-10-081-5/+23
* src: be more intelligent about use of "arguments"Trevor Norris2014-09-031-0/+2
* cluster: centralize removal from workers list.Julien Gilli2014-09-021-16/+54
* cluster: support options in Worker constructorcjihrig2014-08-011-40/+54