| .. |
|
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
|
|
|
|
internal
|
http2: add support for AbortSignal to http2Session.request
|
2020-11-22 13:20:50 -08:00 |
|
path
|
path: add path/posix and path/win32 alias modules
|
2020-11-22 10:18:56 -08:00 |
|
stream
|
stream: add promises version to utility functions
|
2020-07-09 09:12:19 +02:00 |
|
timers
|
timers: refactor to use more primordials
|
2020-11-22 12:58:04 -08:00 |
|
util
|
util: add util/types alias module
|
2020-11-22 10:19:02 -08:00 |
|
.eslintrc.yaml
|
http: add support for abortsignal to http.request
|
2020-11-22 13:15:37 -08:00 |
|
_http_agent.js
|
lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING
|
2020-09-11 17:54:42 +03:00 |
|
_http_client.js
|
http: add support for abortsignal to http.request
|
2020-11-22 13:15:37 -08:00 |
|
_http_common.js
|
http: add requestTimeout
|
2020-09-15 15:39:54 -04:00 |
|
_http_incoming.js
|
http: lazy create IncomingMessage.headers
|
2020-11-03 17:54:13 +01:00 |
|
_http_outgoing.js
|
http: onFinish will not be triggered again when finished
|
2020-11-22 11:30:36 -08:00 |
|
_http_server.js
|
http: fix typo in comment
|
2020-11-22 13:21:35 -08:00 |
|
_stream_duplex.js
|
stream: move to internal/streams
|
2020-09-21 08:23:06 +00:00 |
|
_stream_passthrough.js
|
stream: move to internal/streams
|
2020-09-21 08:23:06 +00:00 |
|
_stream_readable.js
|
stream: move to internal/streams
|
2020-09-21 08:23:06 +00:00 |
|
_stream_transform.js
|
stream: move to internal/streams
|
2020-09-21 08:23:06 +00:00 |
|
_stream_wrap.js
|
|
|
|
_stream_writable.js
|
stream: move to internal/streams
|
2020-09-21 08:23:06 +00:00 |
|
_tls_common.js
|
src,crypto: refactoring of crypto_context, SecureContext
|
2020-11-22 11:11:29 -08:00 |
|
_tls_wrap.js
|
tls: allow reading data into a static buffer
|
2020-11-03 17:54:15 +01:00 |
|
assert.js
|
assert,repl: enable ecmaVersion 2021 in acorn parser
|
2020-11-03 17:54:18 +01:00 |
|
async_hooks.js
|
async_hooks: refactor to use more primordials
|
2020-11-22 13:20:08 -08:00 |
|
buffer.js
|
lib: use remaining typed arrays from primordials
|
2020-10-07 13:44:21 +00:00 |
|
child_process.js
|
win, child_process: sanitize env variables
|
2020-09-24 18:25:18 +02:00 |
|
cluster.js
|
|
|
|
console.js
|
|
|
|
constants.js
|
|
|
|
crypto.js
|
crypto: add getCipherInfo method
|
2020-10-13 09:30:53 -07:00 |
|
dgram.js
|
dgram: allow typed arrays in .send()
|
2020-06-19 07:40:11 -07:00 |
|
diagnostics_channel.js
|
lib: create diagnostics_channel module
|
2020-11-03 17:54:20 +01:00 |
|
dns.js
|
net: add support for resolving DNS CAA records
|
2020-10-16 10:21:32 +02:00 |
|
domain.js
|
domain: improve deprecation warning text for DEP0097
|
2020-11-22 13:14:53 -08:00 |
|
events.js
|
events: add max listener warning for EventTarget
|
2020-11-22 12:56:33 -08:00 |
|
fs.js
|
lib: add throws option to fs.f/l/statSync
|
2020-11-22 13:14:57 -08:00 |
|
http.js
|
http: tidy up exposure of header validation
|
2020-05-25 19:21:57 +02:00 |
|
http2.js
|
http2: add support for sensitive headers
|
2020-07-16 00:25:47 +02:00 |
|
https.js
|
https: set requestTimeout default to 0
|
2020-09-21 08:32:26 -07:00 |
|
inspector.js
|
inspector: throw error when activating an already active inspector
|
2020-05-24 03:43:05 +02:00 |
|
module.js
|
|
|
|
net.js
|
net: fix invalid write after end error
|
2020-11-22 10:19:22 -08:00 |
|
os.js
|
lib: use Number.parseInt from primordials
|
2020-10-07 13:44:20 +00:00 |
|
path.js
|
|
|
|
perf_hooks.js
|
perf_hooks: make nodeTiming a first-class object
|
2020-11-22 12:42:48 -08:00 |
|
process.js
|
|
|
|
punycode.js
|
|
|
|
querystring.js
|
querystring: reduce memory usage by Int8Array
|
2020-11-22 10:19:15 -08:00 |
|
readline.js
|
readline: add getPrompt to get the current prompt
|
2020-11-22 10:19:09 -08:00 |
|
repl.js
|
lib: use Number.parseFloat from primordials
|
2020-10-07 13:44:21 +00:00 |
|
stream.js
|
stream: fix legacy pipe error handling
|
2020-09-23 04:33:05 -07:00 |
|
string_decoder.js
|
|
|
|
sys.js
|
|
|
|
timers.js
|
lib: use Object static properties from primordials
|
2020-09-30 17:52:35 +02:00 |
|
tls.js
|
lib: replace String global with primordials
|
2020-10-04 09:40:56 +02:00 |
|
trace_events.js
|
|
|
|
tty.js
|
|
|
|
url.js
|
querystring: reduce memory usage by Int8Array
|
2020-11-22 10:19:15 -08:00 |
|
util.js
|
tools: add new ESLint rule: prefer-primordials
|
2020-11-09 13:35:01 -05:00 |
|
v8.js
|
tools: add new ESLint rule: prefer-primordials
|
2020-11-09 13:35:01 -05:00 |
|
vm.js
|
vm: refactor to use more primordials
|
2020-11-22 12:42:07 -08:00 |
|
wasi.js
|
lib: replace String global with primordials
|
2020-10-04 09:40:56 +02:00 |
|
worker_threads.js
|
worker: add public method for marking objects as untransferable
|
2020-06-25 08:33:29 -07:00 |
|
zlib.js
|
lib: use remaining typed arrays from primordials
|
2020-10-07 13:44:21 +00:00 |