node/lib
Sebastien Ahkrin 693cc2c1c3
lib: replace Int8Array global with primordials
PR-URL: https://github.com/nodejs/node/pull/35397
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
2020-10-04 09:40:54 +02:00
..
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: replace Int8Array global with primordials 2020-10-04 09:40:54 +02:00
stream stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
timers timers: use AbortController with correct name/message 2020-08-15 14:48:13 -07: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: allow Content-Length header for 304 responses 2020-09-11 16:42:01 -07:00
_http_common.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
_http_incoming.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
_http_outgoing.js http: only set keep-alive when not exists 2020-09-12 20:22:56 +08:00
_http_server.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07: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 lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
_tls_wrap.js tls: make 'createSecureContext' honor more options 2020-07-13 10:48:32 +02:00
.eslintrc.yaml lib: replace Int8Array global with primordials 2020-10-04 09:40:54 +02:00
assert.js assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
async_hooks.js async_hooks: avoid GC tracking of AsyncResource in ALS 2020-08-07 08:51:19 -07:00
buffer.js buffer: adjust validation to account for buffer.kMaxLength 2020-09-12 11:17:59 +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 randomInt function 2020-09-04 10:51:13 +02:00
dgram.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
dns.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
domain.js domain: remove native domain code 2020-06-19 17:37:26 +02:00
events.js events: simplify event target agnostic logic in on and once 2020-09-11 18:04:40 +03:00
fs.js fs: simplify realpathSync 2020-10-04 08:23:51 +02:00
http2.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
http.js http: tidy up exposure of header validation 2020-05-25 19:21:57 +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 module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
net.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
os.js lib: replace Float64Array global with primordials 2020-10-04 09:40:51 +02:00
path.js path: fix comment grammar 2020-04-28 19:10:26 +02:00
perf_hooks.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
process.js
punycode.js
querystring.js querystring: manage percent character at unescape 2020-09-03 20:43:39 -07:00
readline.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
repl.js repl: standardize Control key indications 2020-09-28 06:55:07 -07: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 tls: provide default cipher list from command line 2020-04-13 18:48:23 +02:00
trace_events.js
tty.js
url.js
util.js util: add debug and debuglog.enabled 2020-08-10 12:09:43 -05:00
v8.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
vm.js lib: allow to validate enums with validateOneOf 2020-08-17 11:50:46 -07:00
wasi.js wasi: add reactor support 2020-06-29 09:52:09 -05:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-06-25 08:33:29 -07:00
zlib.js zlib: replace usage of internal stream state with public api 2020-08-29 09:34:33 +00:00