summaryrefslogtreecommitdiff
path: root/lib/internal/cluster
AgeCommit message (Expand)Author
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-26cluster: replace vars in child.jsEmaSuriano
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25src: replaced var with letAldo Ambrosioni
2019-11-25cluster: replace var with letHerrmann, Rene R. (656)
2019-11-24cluster: replace var by let in shared_handle.jspoutch
2019-11-09cluster: destruct primordials in lib/internal/cluster/worker.jspeze
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-13cluster: refactor empty for in round_robin_handle.jsgengjiawen
2019-03-05cluster: improve for-loopgengjiawen
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-14cluster: migrate round_robin_handle to internal assertRich Trott
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