summaryrefslogtreecommitdiff
path: root/lib/internal/net.js
Commit message (Expand)AuthorAgeFilesLines
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-1/+1
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-1/+1
* net: rework autoSelectFamily implementationPaolo Insogna2023-02-231-1/+1
* net: add autoSelectFamily and autoSelectFamilyAttemptTimeout optionsPaolo Insogna2022-12-031-0/+1
* tools: refactor `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-08-271-0/+6
* net: refactor to use more primordialsAntoine du Hamel2020-12-071-2/+3
* net: allow wider regex in interface nameStewart Addison2020-07-161-1/+1
* lib: move isLegalPort to validators, refactorJames M Snell2020-03-051-10/+0
* lib: add RegExp primordialsSebastien Ahkrin2020-01-071-0/+1
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+4
* lib: correct error.errno to always be numericJoyee Cheung2019-06-171-3/+1
* fs: make process.binding('fs') internalMasashi Hirano2018-11-161-1/+1
* net: port isIPv6 to JSWeijia Wang2018-09-111-5/+22
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-301-1/+2
* net: track bytesWritten in C++ landAnna Henningsen2018-03-301-1/+1
* net: fix usage of writeBuffer in makeSyncWriteJoyee Cheung2018-03-031-5/+6
* lib,src: port isIPv4() to jsBen Noordhuis2018-01-291-0/+17
* process: use more direct sync I/O for stdioAnna Henningsen2018-01-141-0/+24
* net: add symbol to normalized connect() argscjihrig2017-05-191-1/+2
* net: remove an unused internal module `assertPort`Daijiro Wachi2017-03-141-8/+1
* lib: more consistent use of module.exports = {} modelJames M Snell2017-02-221-2/+5
* net: Validate port in createServer().listen()Dirceu Pereira Tiegs2016-04-201-1/+7
* net: strict checking for internal/net isLegalPortJames M Snell2016-03-211-2/+3
* net: move isLegalPort to internal/netEvan Lucas2016-01-301-0/+11