.. |
assert
|
assert: add assert/strict alias module
|
2020-06-25 08:37:48 -07:00 |
dns
|
dns: add dns/promises alias
|
2020-05-24 03:26:21 +02:00 |
fs
|
fs: add fs/promises alias module
|
2020-02-18 22:15:50 -08:00 |
internal
|
lib: avoid mutating Error.stackTraceLimit when it is not writable
|
2021-04-15 00:17:16 +02:00 |
path
|
path: add path/posix and path/win32 alias modules
|
2020-10-20 14:27:31 +00:00 |
stream
|
stream: move duplicated code to an internal module
|
2021-02-28 05:07:26 -08:00 |
timers
|
timers: introduce setInterval async iterator
|
2021-02-03 19:28:09 +02:00 |
util
|
util: add util/types alias module
|
2020-10-21 01:26:34 +02:00 |
_http_agent.js
|
http: refactor to avoid unsafe array iteration
|
2021-03-13 10:39:07 +01:00 |
_http_client.js
|
deps: update llhttp to 5.1.0
|
2021-04-10 14:31:34 -07:00 |
_http_common.js
|
http: optimize debug function correctly
|
2021-03-31 18:21:20 +02:00 |
_http_incoming.js
|
Revert "net: add support for finished after .destroy()"
|
2021-03-31 19:06:53 +02:00 |
_http_outgoing.js
|
http: optimize debug function correctly
|
2021-03-31 18:21:20 +02:00 |
_http_server.js
|
deps: update llhttp to 5.1.0
|
2021-04-10 14:31:34 -07: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
|
tls: extract out SecureContext configuration
|
2021-04-12 08:39:16 -07:00 |
_tls_wrap.js
|
tls: fix session and keylog add listener segfault
|
2021-04-12 14:30:29 -07:00 |
.eslintrc.yaml
|
lib: add globalThis to primordials
|
2021-04-13 18:33:57 +02:00 |
assert.js
|
typings: add JSDoc typings for assert
|
2021-04-15 16:43:21 +02:00 |
async_hooks.js
|
async_hooks: refactor to avoid unsafe array iteration
|
2021-02-01 16:16:38 +01:00 |
buffer.js
|
buffer: implement btoa and atob
|
2021-03-18 12:04:00 -07:00 |
child_process.js
|
child_process: remove unused argument
|
2021-03-28 07:55:57 -07:00 |
cluster.js
|
lib,src: update cluster to use Parent
|
2021-01-05 15:41:45 -05:00 |
console.js
|
|
|
constants.js
|
lib: flatten access to primordials
|
2019-11-25 10:28:15 +01:00 |
crypto.js
|
crypto: make FIPS related options always awailable
|
2021-02-25 18:12:58 -05: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
|
lib: change wording in lib/domain.js comment
|
2021-04-01 13:12:48 -07:00 |
events.js
|
lib: use AbortError consistently
|
2021-03-13 11:17:48 -08:00 |
fs.js
|
fs: use byteLength to handle ArrayBuffer views
|
2021-04-12 14:39:13 -07:00 |
http2.js
|
http2: add support for sensitive headers
|
2020-07-16 00:25:47 +02:00 |
http.js
|
http: refactor to use more primordials
|
2020-12-29 16:06:05 +01:00 |
https.js
|
lib: remove usage of url.parse
|
2021-02-11 19:30:28 +05:30 |
inspector.js
|
lib: refactor to use validateObject
|
2021-01-28 12:53:50 +01:00 |
module.js
|
module: add API for interacting with source maps
|
2020-01-14 12:39:06 -08:00 |
net.js
|
net: add SocketAddress class
|
2021-04-02 06:16:40 -07:00 |
os.js
|
lib: remove use of array destructuring
|
2021-03-03 19:53:24 +01:00 |
path.js
|
typings: add JSDoc types to lib/path
|
2021-04-14 17:07:26 +02:00 |
perf_hooks.js
|
perf_hooks: make Performance extend EventTarget
|
2021-03-08 20:34:40 +01:00 |
process.js
|
|
|
punycode.js
|
lib: use strict equality comparison
|
2019-12-14 08:57:36 -05:00 |
querystring.js
|
doc,lib: prepare for stricter multi-line array linting
|
2021-02-19 09:55:35 -08:00 |
readline.js
|
readline: fix pre-aborted signal question handling
|
2021-04-01 12:45:26 -07:00 |
repl.js
|
lib: avoid mutating Error.stackTraceLimit when it is not writable
|
2021-04-15 00:17:16 +02: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: fix arbitrary object clearImmediate errors
|
2021-03-28 19:21:11 +02:00 |
tls.js
|
tls: extract out SecureContext configuration
|
2021-04-12 08:39:16 -07:00 |
trace_events.js
|
lib: refactor to use validateObject
|
2021-01-28 12:53:50 +01:00 |
tty.js
|
tty: validate file descriptor to avoid int32 overflow
|
2021-03-23 11:02:03 +01:00 |
url.js
|
doc,lib: prepare for stricter multi-line array linting
|
2021-02-19 09:55:35 -08:00 |
util.js
|
util: add getSystemErrorMap() impl
|
2021-04-13 08:44:26 -07:00 |
v8.js
|
bootstrap: include v8 module into the builtin snapshot
|
2021-02-19 19:08:07 +08:00 |
vm.js
|
vm: add importModuleDynamically option to compileFunction
|
2021-02-05 09:16:33 -06:00 |
wasi.js
|
wasi: refactor to avoid unsafe array iteration
|
2021-01-06 11:34:02 +01:00 |
worker_threads.js
|
worker: add setEnvironmentData/getEnvironmentData
|
2021-03-15 07:40:26 -07:00 |
zlib.js
|
test: add tests for bound apply variants of varargs primordials
|
2021-01-28 18:45:46 +01:00 |