summaryrefslogtreecommitdiff
path: root/lib/internal/cluster
AgeCommit message (Expand)Author
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-01cluster: move handle tracking out of utilscjihrig
2018-09-30cluster: use Map to track handles in mastercjihrig
2018-09-30cluster: use Map to track handles in cluster childcjihrig
2018-09-30cluster: use Map to track indexescjihrig
2018-09-30cluster: use Map to track round robin workerscjihrig
2018-09-30cluster: use Map to track callbackscjihrig
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-28dgram: make _createSocketHandle() internal onlycjihrig
2018-05-18cluster: remove obsolete array allocationRuben Bridgewater
2018-03-21cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaƫl Zasso
2018-02-22cluster: fix inspector port assignmentSantiago Gimeno
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-17cluster: resolve relative unix socket pathslaino
2018-01-05cluster: support windowsHide option for workersTodd Wong
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-14cluster: overriding inspector portcornholio
2017-06-22cluster: remove obsolete todoRuben Bridgewater
2017-06-20cluster: remove deprecated propertyJames M Snell
2017-06-15inspector,cluster: fix inspect port assignmentcornholio
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-05-02cluster: remove debug arg handlingRich Trott
2017-04-30cluster: fix permanent deoptimizationsBrian White
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-02-19cluster: properly handle --inspect-{brk,port}Ali Ijaz Sheikh
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-13cluster: refactor module into multiple filescjihrig