65 Commits (86bb7fa5cdc2f0492ecc2972c00b6805b6be8e9c)

Author SHA1 Message Date
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
isaacs 22c7d134e2 lint 12 years ago
Ben Noordhuis dbbfbe74ca cluster: fix O(n*m) scan of cmd string 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Ben Noordhuis 6b713b5253 cluster: make --prof work for workers 12 years ago
Aaditya Bhatia c668185add cluster: make 'listening' handler see actual port 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Jonas Westerlund 93d4259cf0 Avoid redeclaring variable 12 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Andreas Madsen c2c08196d8 cluster: rename worker.unqiueID to worker.id 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
isaacs 3d84c3db25 More cluster event consistency 13 years ago
J. Lee Coltrane a62dd44b20 cluster: worker exit event to match child_process 13 years ago
Zachary Scott d73b257d65 docs: grammar and spelling on lib/cluster.js 13 years ago
isaacs 90ce5b3d41 cluster: Rename 'death' back to 'exit' 13 years ago
isaacs dce8682827 cluster: English language fixing 13 years ago
Andreas Madsen 94d337eb0f cluster: kill workers when master dies 13 years ago
Andreas Madsen d927fbc9ab cluster: add graceful disconnect support 13 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
Maciej Małecki c6c6f98f1c util: add `util._extend` for extending objects 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Andreas Madsen 1595a6e885 cluster: use process.disconnect method 13 years ago
Andreas Madsen a20872045a cluster: simplify process event handling 13 years ago