summaryrefslogtreecommitdiff
path: root/lib/net.js
Commit message (Expand)AuthorAgeFilesLines
* net: fix family autoselection timeout handlingPaolo Insogna2023-05-111-13/+19
* net: only defer _final call when connectingJason Zhang2023-05-081-1/+1
* http: add highWaterMark opt in http.createServerHinataKah02023-04-241-0/+13
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-16/+54
* net: fix setting of value in 'setDefaultAutoSelectFamilyAttemptTimeout'Deokjin Kim2023-03-101-1/+1
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-19/+19
* net: rework autoSelectFamily implementationPaolo Insogna2023-02-231-28/+64
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-12/+12
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-4/+3
* net: handle socket.write(cb) edge caseSantiago Gimeno2023-01-011-0/+6
* lib: use `kEmptyObject` as default value for optionsDeokjin Kim2022-12-311-1/+2
* net: add autoSelectFamily global getter and setterPaolo Insogna2022-12-241-6/+25
* net: check `autoSelectFamilyAttemptTimeout` is positiveDeokjin Kim2022-12-081-1/+1
* net: add autoSelectFamily and autoSelectFamilyAttemptTimeout optionsPaolo Insogna2022-12-031-3/+252
* net: remove _readableState from debug statementRich Trott2022-10-211-2/+1
* src: support diagnostics channel in the snapshotJoyee Cheung2022-08-191-16/+4
* net: remove unused callbacktheanarkh2022-08-111-1/+1
* net, dns: socket should handle its output as inputAdam Majer2022-08-031-1/+11
* net: create diagnostics channels lazilyJoyee Cheung2022-08-031-3/+16
* net,tls: pass a valid socket on `tlsClientError`Daeyeon Jeong2022-08-011-7/+26
* lib: add diagnostics channel and perf hooks detailtheanarkh2022-07-291-2/+15
* net: add local familytheanarkh2022-07-261-0/+4
* net: fix socket._getpeernameDaeyeon Jeong2022-07-251-3/+4
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-6/+0
* cluster, net: fix listen pipe with readable and writable in clustertheanarkh2022-07-101-4/+14
* net: remove redundant connecting assignmentOuyang Yadong2022-07-091-1/+0
* net: add drop event for net servertheanarkh2022-07-091-0/+20
* net: fix net keepalive and noDelaytheanarkh2022-06-291-1/+13
* net: fix net.Server keepalive and noDelaytheanarkh2022-06-221-5/+4
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-151-3/+1
* net,dns: move hasObserver out of perf functiontheanarkh2022-06-091-2/+5
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+10
* net: add ability to reset a tcp socketpupilTong2022-05-231-4/+36
* net: remoteAddress always undefined called before connectedOneNail2022-05-191-2/+4
* net: make `server.address()` return an integer for `family`Antoine du Hamel2022-04-121-1/+1
* net,dns: trace tcp connection and dns by perf_hookstheanarkh2022-03-291-1/+9
* net: add new options to `net.Socket` and `net.Server`Paolo Insogna2022-02-221-12/+61
* cluster: respect listen backlog set by workersElad Nava2022-02-101-0/+1
* lib: add internal genericNodeError() functionRich Trott2022-02-091-5/+6
* Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen2021-11-181-5/+1
* net: check if option is undefinedDaijiro Wachi2021-10-131-2/+2
* net: remove unused ObjectKeysDaijiro Wachi2021-10-131-1/+0
* net: check objectMode first and then readble || writableDaijiro Wachi2021-10-131-14/+15
* net: throw error to object mode in SocketDaijiro Wachi2021-10-131-0/+15
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-07-281-1/+5
* typings: add a few JSDoc typings for the net lib modulenerdthatnoonelikes2021-07-111-0/+15
* net: use missing validatorVoltrex2021-06-141-4/+3
* lib: revert primordials in a hot pathAntoine du Hamel2021-04-191-16/+11
* net: add SocketAddress classJames M Snell2021-04-021-0/+5
* net: make net.BlockList cloneableJames M Snell2021-04-021-2/+1