node/lib
Michael Dawson a5c7843cab
src: add cve reverts and associated tests
Co-authored-by: Akshay K <iit.akshay@gmail.com>
Backport-PR-URL: https://github.com/nodejs-private/node-private/pull/306
PR-URL: https://github.com/nodejs-private/node-private/pull/300
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2022-01-07 16:31:19 +00:00
..
internal crypto,tls: implement safe x509 GeneralName format 2022-01-07 16:30:54 +00:00
.eslintrc.yaml lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00
_http_agent.js http: do not loop over prototype in Agent 2021-02-09 22:14:21 -05:00
_http_client.js lib: change http client path assignment 2020-11-16 11:57:59 -05:00
_http_common.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
_http_incoming.js http: return this from IncomingMessage#destroy() 2020-09-22 23:47:57 +02:00
_http_outgoing.js http: only set keep-alive when not exists 2020-11-16 11:57:49 -05:00
_http_server.js http: provide keep-alive timeout response header 2020-09-22 19:54:54 +02:00
_stream_duplex.js stream: fix the spellings 2020-07-14 12:13:13 -07:00
_stream_passthrough.js
_stream_readable.js stream: destroy wrapped streams on error 2020-11-16 11:57:49 -05:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tls: fix handling of x509 subject and issuer 2022-01-07 16:31:13 +00:00
_tls_wrap.js tls: validate "rejectUnauthorized: undefined" 2021-08-09 17:19:09 +01:00
assert.js assert: port common.mustCall() to assert 2020-09-15 21:39:03 +01:00
async_hooks.js async_hooks: fix leak in AsyncLocalStorage exit 2021-02-09 22:14:21 -05:00
buffer.js lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00
child_process.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: add randomInt function 2020-09-22 23:48:09 +02:00
dgram.js dgram: allow typed arrays in .send() 2020-09-22 23:46:42 +02:00
dns.js tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
domain.js domain: remove native domain code 2020-07-14 12:13:23 -07:00
events.js events: assume an EventEmitter if emitter.on is a function 2020-11-16 11:58:06 -05:00
fs.js fs: simplify realpathSync 2020-11-16 11:57:57 -05:00
http.js
http2.js
https.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
inspector.js inspector: throw error when activating an already active inspector 2020-07-08 13:02:14 -07:00
module.js
net.js errors: improve ERR_INVALID_OPT_VALUE error 2020-11-16 11:57:53 -05:00
os.js
path.js path: fix comment grammar 2020-05-13 17:52:56 +02:00
perf_hooks.js perf_hooks: add idleTime and event loop util 2020-09-22 23:48:08 +02:00
process.js
punycode.js
querystring.js lib: add URI handling functions to primordials 2021-03-29 12:33:50 +01:00
readline.js lib: replace http to https of comment link urls 2020-09-22 10:21:10 +02:00
repl.js repl: fix error message printing 2021-12-14 15:32:15 +00:00
stream.js
string_decoder.js
sys.js
timers.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
tls.js src: add cve reverts and associated tests 2022-01-07 16:31:19 +00:00
trace_events.js
tty.js
url.js lib: add URI handling functions to primordials 2021-03-29 12:33:50 +01:00
util.js
v8.js v8: implement v8.stopCoverage() 2021-03-17 20:36:04 +00:00
vm.js tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
wasi.js wasi: add reactor support 2020-09-22 01:10:19 +02:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-09-28 10:59:35 +02:00
zlib.js lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00