summaryrefslogtreecommitdiff
path: root/lib/internal/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster: add trailing commas in source filesAntoine du Hamel2023-02-203-9/+9
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-2/+2
* src,lib: the handle keeps loop alive in cluster rr modetheanarkh2023-01-161-7/+26
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-3/+5
* cluster: use inspector utilsMoshe Atlow2022-09-131-27/+11
* test_runner: support using `--inspect` with `--test`Moshe Atlow2022-09-101-0/+1
* cluster: fix cluster rr distribute errortheanarkh2022-08-281-0/+4
* cluster: send connection to other server when worker drop ittheanarkh2022-07-241-1/+8
* cluster: fix closing dgram sockets in cluster workers throws errorsOuyang Yadong2022-07-111-0/+4
* cluster: fix fd leaktheanarkh2022-07-111-0/+2
* cluster, net: fix listen pipe with readable and writable in clustertheanarkh2022-07-101-3/+7
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-3/+3
* cluster: use `kEmptyObject`LiviaMedeiros2022-06-111-1/+3
* cluster: respect listen backlog set by workersElad Nava2022-02-101-3/+4
* cluster: make `kill` to be just `process.kill`Bar Admoni2022-02-051-9/+2
* cluster: use linkedlist for round_robin_handletwchn2021-11-281-8/+11
* cluster: fix comment regarding child_process fileYash Ladha2021-08-251-1/+2
* cluster: restructure to same prototype for cluster childYash Ladha2021-03-051-7/+10
* cluster: clarify construct HandleJackson Tian2021-03-051-5/+4
* lib: remove use of array destructuringAntoine du Hamel2021-03-032-3/+5
* cluster: fix edge cases that throw ERR_INTERNAL_ASSERTIONOuyang Yadong2021-01-111-13/+26
* lib: refactor to use mapping in cluster masterYash Ladha2021-01-101-10/+12
* lib,src: update cluster to use ParentMichael Dawson2021-01-053-17/+22
* cluster: refactor to use more primordialsAntoine du Hamel2020-11-136-33/+51
* lib: refactored scheduling policy assignmentYash Ladha2020-05-091-10/+11
* cluster: fix error on worker disconnect/destroySantiago Gimeno2020-04-281-2/+9
* cluster: removed unused addressType argument from constructorYash Ladha2020-04-273-8/+3
* lib: changed functional logic in cluster schedulersYash Ladha2020-04-072-18/+18
* lib: use spread operator on clusterhimself652020-03-121-2/+2
* lib: move isLegalPort to validators, refactorJames M Snell2020-03-051-5/+2
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-044-0/+7
* cluster: remove unnecessary bindAnatoli Papirovski2019-12-141-2/+2
* lib: enforce use of Boolean from primordialsMichaël Zasso2019-11-301-0/+5
* cluster: replace vars in child.jsEmaSuriano2019-11-261-1/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-253-10/+13
* src: replaced var with letAldo Ambrosioni2019-11-251-6/+6
* cluster: replace var with letHerrmann, Rene R. (656)2019-11-251-2/+2
* cluster: replace var by let in shared_handle.jspoutch2019-11-241-1/+1
* cluster: destruct primordials in lib/internal/cluster/worker.jspeze2019-11-091-3/+7
* child_process,cluster: allow using V8 serialization APIAnna Henningsen2019-11-051-0/+1
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* lib: correct error.errno to always be numericJoyee Cheung2019-06-171-5/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-123-3/+11
* lib: use Array#includes instead of Array#indexOfWeijia Wang2019-03-211-1/+1
* cluster: refactor empty for in round_robin_handle.jsgengjiawen2019-03-131-2/+4
* cluster: improve for-loopgengjiawen2019-03-051-9/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* cluster: migrate round_robin_handle to internal assertRich Trott2019-02-141-1/+1
* lib: replace 'assert' with 'internal/assert' for many built-insRich Trott2019-02-083-3/+3