node/lib
Deokjin Kim a691002f1e
http: refactor to use min of validateNumber for maxTotalSockets
Remove duplicate implementation by using min of validateNumber.

PR-URL: https://github.com/nodejs/node/pull/46115
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-01-13 14:39:54 +00:00
..
assert
dns
fs
inspector inspector: refactor inspector/promises to be more robust 2022-10-19 18:39:31 +00:00
internal lib: reuse invalid state errors on webstreams 2023-01-13 03:33:29 +00:00
path
readline
stream
timers
util
_http_agent.js http: refactor to use min of validateNumber for maxTotalSockets 2023-01-13 14:39:54 +00:00
_http_client.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_common.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_incoming.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_outgoing.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
_http_server.js http: res.setHeaders first implementation 2023-01-09 19:15:49 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
_tls_wrap.js net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options 2022-12-03 17:55:57 +00:00
.eslintrc.yaml tools: fix lint rule recommendation 2023-01-03 17:28:28 +00:00
assert.js assert: remove assert.snapshot 2023-01-07 20:24:24 +00:00
async_hooks.js async_hooks: refactor to use validateObject 2023-01-01 10:50:33 +00:00
buffer.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
child_process.js child_process: validate arguments for null bytes 2022-10-14 13:02:57 +00:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: sync the old handle state to new handle 2023-01-03 06:28:08 +00:00
diagnostics_channel.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
dns.js
domain.js
events.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
fs.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
http2.js
http.js http: join authorization headers 2023-01-03 10:43:21 +00:00
https.js lib: fix JSDoc issues 2022-11-07 07:04:29 +00:00
inspector.js
module.js
net.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
os.js os: add availableParallelism() 2022-12-21 16:53:24 -05:00
path.js path: the dot will be added(path.format) if it is not specified in ext 2022-10-10 15:12:08 +00:00
perf_hooks.js
process.js
punycode.js
querystring.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
readline.js lib: add missing type of removeEventListener in question 2022-12-01 14:39:39 +00:00
repl.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
stream.js
string_decoder.js
sys.js
test.js test_runner: support function mocking 2022-11-07 18:25:54 -05:00
timers.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
tls.js
trace_events.js
tty.js
url.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
util.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
v8.js lib: add options to the heap snapshot APIs 2022-11-08 16:19:54 +01:00
vm.js modules: move callbacks and conditions into modules/esm/utils.js 2022-12-16 12:44:10 +01:00
wasi.js
worker_threads.js
zlib.js