106 Commits (73bafa0d8122b8cc5c027b401fdb29132bd18617)

Author SHA1 Message Date
cjihrig 75c6d9dd95 cluster: support stdio option for workers 8 years ago
cjihrig 45367a2a8f cluster: remove bind() and self 8 years ago
Santiago Gimeno 8c53d2fe9f cluster: don't send messages if no IPC channel 9 years ago
Evan Lucas f44b18f010 cluster: deprecate worker.suicide 9 years ago
cjihrig 67368d8553 cluster: expose result of send() 9 years ago
cjihrig c4f80c1f34 cluster: rewrite debug ports consistently 9 years ago
cjihrig 894203dae3 cluster: work with v8_inspector 9 years ago
Santiago Gimeno 0c29436250 cluster: reset handle index on close 9 years ago
cjihrig 33c7b45378 cluster: guard against undefined message handlers 9 years ago
cjihrig aadfe6c249 cluster: close ownerless handles on disconnect() 9 years ago
yorkie 4e905fa8d5 cluster: remove use of bind() in destroy() 9 years ago
Evan Lucas 4f619bde4c cluster: migrate from worker.suicide 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Ben Noordhuis 66f4586dd0 cluster: emit worker as first 'message' event arg 9 years ago
Igor Klopov e9ac83ab35 cluster: dont rely on `this` in `fork` 9 years ago
Santiago Gimeno 9571be12f6 cluster: fix race condition setting suicide prop 9 years ago
Santiago Gimeno f9f1dd9290 cluster: ignore queryServer msgs on disconnection 9 years ago
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 9 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