Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-11lintisaacs
2013-04-11cluster: fix O(n*m) scan of cmd stringBen Noordhuis
2013-03-04cluster: Rename destroy() to kill(signal=SIGTERM)isaacs
2013-01-29cluster: support datagram socketsBert Belder
2013-01-18cluster: make --prof work for workersBen Noordhuis
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia
2012-08-07net: fix listen() regression, revert patchesBen Noordhuis
2012-08-06cluster: do not use internal server APIAndreas Madsen
2012-07-07Avoid redeclaring variableJonas Westerlund
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-05-22cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-06More cluster event consistencyisaacs
2012-05-05cluster: worker exit event to match child_processJ. Lee Coltrane
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-20cluster: English language fixingisaacs
2012-03-20cluster: kill workers when master diesAndreas Madsen
2012-03-20cluster: add graceful disconnect supportAndreas Madsen
2012-03-16Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith
2012-02-21util: add `util._extend` for extending objectsMaciej MaƂecki
2012-02-19Lint all the JavaScripts.isaacs
2012-02-07cluster: use process.disconnect methodAndreas Madsen
2012-02-07cluster: simplify process event handlingAndreas Madsen
2012-01-21Add cluster.setupMasterAndreas Madsen
2012-01-11child_process: fix typo in internal message event nameAndreas Madsen
2012-01-05typosAndreas Madsen
2012-01-05cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-20Remove debug console.log and optimize object copyAndreas Madsen
2011-12-20Add env argument to cluster.forkAndreas Madsen
2011-12-17jslintAndreas Madsen
2011-11-11Fixes #2073. Cluster should be silent.Ryan Dahl
2011-11-09Remove 'report this bug' message from cluster masterRyan Dahl
2011-11-09Fixes #2047. Fill workers array immediately after forkRyan Dahl
2011-11-08cluster: fix call to undefined functionBen Noordhuis
2011-11-05cluster: Remove eachWorker, workerCountRyan Dahl
2011-11-05new cluster apiRyan Dahl
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-10-27cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk
2011-10-27node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-12introduce node clusterRyan Dahl