node/lib
James M Snell c3d6d50309
quic: remove quic
PR-URL: https://github.com/nodejs/node/pull/37067
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2021-01-30 07:49:28 -08:00
..
assert
dns
fs
internal quic: remove quic 2021-01-30 07:49:28 -08:00
path path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
stream
timers timers: refactor to use optional chaining 2021-01-09 15:18:34 -08:00
util util: add util/types alias module 2020-10-21 01:26:34 +02:00
_http_agent.js http: set lifo as the default scheduling strategy in Agent 2021-01-06 11:18:39 +01:00
_http_client.js url: expose urlToHttpOptions utility 2021-01-17 17:06:22 +08:00
_http_common.js http: refactor to use more primordials 2020-12-29 16:06:05 +01:00
_http_incoming.js net: add support for finished after .destroy() 2021-01-04 13:17:19 -08:00
_http_outgoing.js http: don't cork noop .end() 2021-01-12 11:00:02 +01:00
_http_server.js http: attach request as res.req 2021-01-19 00:33:04 +01:00
_stream_duplex.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_passthrough.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_readable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_transform.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_wrap.js
_stream_writable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_tls_common.js lib: refactor to use validateString 2021-01-22 19:56:34 -08:00
_tls_wrap.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
.eslintrc.yaml http: add support for abortsignal to http.request 2020-11-19 14:32:44 +00:00
assert.js lib: refactor to use validateFunction 2021-01-27 20:46:54 +02:00
async_hooks.js lib: refactor to use validateFunction 2021-01-27 20:46:54 +02:00
buffer.js lib: refactor to use validateNumber 2021-01-22 19:54:34 -08:00
child_process.js util: add internal createDeferredPromise() 2021-01-29 09:50:34 -05:00
cluster.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console.js
constants.js
crypto.js crypto: add generatePrime/checkPrime 2021-01-26 07:37:18 -08:00
dgram.js dgram: support AbortSignal in createSocket 2021-01-25 20:36:00 +02:00
diagnostics_channel.js lib: refactor to use validateFunction 2021-01-27 20:46:54 +02:00
dns.js lib: refactor to use validateString 2021-01-22 19:56:34 -08:00
domain.js domain: make node resilient to Array prototype tempering 2021-01-09 08:54:19 -08:00
events.js lib: refactor to use validateFunction 2021-01-27 20:46:54 +02:00
fs.js fs: add validatePosition and use in read and readSync 2021-01-27 20:55:56 +02:00
http2.js
http.js http: refactor to use more primordials 2020-12-29 16:06:05 +01:00
https.js url: expose urlToHttpOptions utility 2021-01-17 17:06:22 +08:00
inspector.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
module.js
net.js quic: remove quic 2021-01-30 07:49:28 -08:00
os.js os: refactor to use more primordials 2020-12-01 14:27:43 +00:00
path.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
perf_hooks.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
process.js
punycode.js
querystring.js lib: support BigInt in querystring.stringify 2020-12-21 15:03:58 +01:00
readline.js readline: replace _questionCancel with a symbol 2021-01-29 20:09:58 +08:00
repl.js lib: add bound apply variants of varargs primordials 2021-01-28 18:45:43 +01:00
stream.js stream: support abortsignal in constructor 2020-12-10 23:39:18 +02:00
string_decoder.js string_decoder: refactor to use more primordials 2020-12-07 09:59:42 -08:00
sys.js
timers.js timers: refactor to use optional chaining 2021-01-09 15:18:34 -08:00
tls.js tls: refactor to avoid unsafe array iteration 2021-01-11 12:44:41 +01:00
trace_events.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
tty.js tty: refactor to avoid unsafe array iteration 2021-01-06 13:02:22 +01:00
url.js url: expose urlToHttpOptions utility 2021-01-17 17:06:22 +08:00
util.js util: refactor to use more primordials 2020-12-28 19:47:41 +00:00
v8.js v8: refactor to use more primordials 2020-12-22 19:39:31 +00:00
vm.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
wasi.js wasi: refactor to avoid unsafe array iteration 2021-01-06 11:34:02 +01:00
worker_threads.js worker: add experimental BroadcastChannel 2020-12-01 08:02:28 -08:00
zlib.js test: add tests for bound apply variants of varargs primordials 2021-01-28 18:45:46 +01:00