summaryrefslogtreecommitdiff
path: root/lib/cluster.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster: enable error/message events using .workercjihrig2014-07-281-0/+2
* cluster: include settings object in 'setup' eventRyan Graham2014-07-151-3/+3
* cluster: allow multiple calls to setupMaster()Ryan Graham2014-07-151-3/+7
* child_process: accept uid/gid everywhereFedor Indutny2014-07-021-1/+3
* cluster: restore v0.10.x setupMaster() behaviourRyan Graham2014-06-111-10/+10
* cluster: do not synchronously emit 'setup' eventSam Roberts2013-12-311-1/+3
* cluster: only forcibly exit worker on unclean exitSam Roberts2013-12-311-3/+11
* cluster: disconnect callback should always occurSam Roberts2013-12-311-3/+8
* cluster: replace erroneous comma with semicolonSam Roberts2013-12-311-1/+1
* cluster: fix premature 'disconnect' eventBen Noordhuis2013-10-141-1/+2
* cluster: variable is not globalBrian White2013-08-151-0/+1
* src: Replace macros with util functionsisaacs2013-08-011-10/+10
* cluster: fix shared handle bind error propagationBen Noordhuis2013-07-281-54/+45
* cluster: remove duplicate this.errno assignmentBen Noordhuis2013-07-281-1/+0
* cluster: support setting data on shared serverFedor Indutny2013-07-251-2/+14
* lib: macro-ify type checksBen Noordhuis2013-07-241-10/+10
* src, lib: update after internal api changeBen Noordhuis2013-07-201-15/+26
* cluster: use round-robin load balancingBen Noordhuis2013-05-131-38/+273
* debugger, cluster: each worker has new debug portMiroslav Bajtoš2013-05-081-1/+27
* cluster: clean up lib/cluster.jsBen Noordhuis2013-04-201-505/+237
* lintisaacs2013-04-111-3/+3
* cluster: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-2/+3
* cluster: Rename destroy() to kill(signal=SIGTERM)isaacs2013-03-031-3/+6
* cluster: support datagram socketsBert Belder2013-01-281-3/+10
* cluster: make --prof work for workersBen Noordhuis2013-01-181-1/+22
* cluster: make 'listening' handler see actual portAaditya Bhatia2012-10-091-1/+1
* net: fix listen() regression, revert patchesBen Noordhuis2012-08-061-55/+65
* cluster: do not use internal server APIAndreas Madsen2012-08-051-65/+55
* Avoid redeclaring variableJonas Westerlund2012-07-061-3/+5
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-151-1/+4
* cluster: rename worker.unqiueID to worker.idAndreas Madsen2012-06-141-7/+10
* Fix #3388 Support listening on file descriptorsisaacs2012-06-131-7/+14
* cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen2012-05-211-1/+1
* More cluster event consistencyisaacs2012-05-051-3/+3
* cluster: worker exit event to match child_processJ. Lee Coltrane2012-05-041-8/+11
* docs: grammar and spelling on lib/cluster.jsZachary Scott2012-04-061-30/+30
* cluster: Rename 'death' back to 'exit'isaacs2012-03-301-4/+4
* cluster: English language fixingisaacs2012-03-191-19/+19
* cluster: kill workers when master diesAndreas Madsen2012-03-191-37/+13
* cluster: add graceful disconnect supportAndreas Madsen2012-03-191-12/+107
* Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith2012-03-151-1/+3
* util: add `util._extend` for extending objectsMaciej Małecki2012-02-201-16/+4
* Lint all the JavaScripts.isaacs2012-02-181-5/+5
* cluster: use process.disconnect methodAndreas Madsen2012-02-061-5/+4
* cluster: simplify process event handlingAndreas Madsen2012-02-061-21/+7