89 Commits (b46c627ee9bbc9ce43ba53c1cc1e489d5bc9e64e)

Author SHA1 Message Date
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
cjihrig f299d870dc cluster: send suicide message on disconnect 9 years ago
Ben Noordhuis 33827e3f68 cluster: remove handles when disconnecting worker 9 years ago
Sakthipriyan Vairamani aaf9b488e2 lib,test: update let to const where applicable 9 years ago
Rich Trott da21dba1a0 lib: fix cluster handle leak 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
cjihrig 423d8944ce cluster: do not unconditionally set --debug-port 10 years ago
Ben Noordhuis fa98b97171 cluster: add handle ref/unref stubs in rr mode 9 years ago
Sam Roberts 66fc8ca22b cluster: emit 'message' event on cluster master 10 years ago
Oleg Elifantiev 9c0a1b8cfc cluster: wait on servers closing before disconnect 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Oleg Elifantiev 5883a59b21 cluster: disconnect event not emitted correctly 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Timothy J Fontaine 4dd22b946e cluster: avoid race enabling debugger in worker 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 11c1bae734 lib: make --debug-port work with cluster 10 years ago
Sam Roberts 092c224e08 cluster: cluster.disconnect() should check status 10 years ago
Sam Roberts 14310e681e cluster: don't assume all workers bind same ports 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 42ecd48c7f cluster: do not signal children in debug mode 10 years ago
Fedor Indutny 3821863109 cluster: do not signal children in debug mode 10 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 10 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 10 years ago
Sam Roberts 2fd7ee12d9 cluster: disconnect should not be synchronous 10 years ago
cjihrig d287b8e58a cluster: support options in Worker constructor 10 years ago
cjihrig e1fb1b58f9 cluster: enable error/message events using .worker 10 years ago
Ryan Graham 04d6fc2c3f cluster: include settings object in 'setup' event 10 years ago
Ryan Graham b96e38ac3a cluster: allow multiple calls to setupMaster() 11 years ago
Fedor Indutny ae1e325e8a child_process: accept uid/gid everywhere 10 years ago
Ryan Graham 4cd522d157 cluster: restore v0.10.x setupMaster() behaviour 11 years ago
Sam Roberts 876d3bd85a cluster: do not synchronously emit 'setup' event 11 years ago
Sam Roberts dce35146e0 cluster: only forcibly exit worker on unclean exit 11 years ago
Sam Roberts 6f40abe2d4 cluster: disconnect callback should always occur 11 years ago
Sam Roberts 3c649703c7 cluster: replace erroneous comma with semicolon 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Ben Noordhuis 45885a1e8c cluster: fix premature 'disconnect' event 11 years ago
Brian White d70e6491ae cluster: variable is not global 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
Ben Noordhuis 2b569deed3 cluster: remove duplicate this.errno assignment 11 years ago
Fedor Indutny 509cfbc2b7 cluster: support setting data on shared server 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis e72cd415ad cluster: use round-robin load balancing 12 years ago
Miroslav Bajtoš 43ec1b1c2e debugger, cluster: each worker has new debug port 12 years ago
Ben Noordhuis 41b75ca926 cluster: clean up lib/cluster.js 12 years ago