node/lib
Michaël Zasso 2ef9a76ece
http: use objects with null prototype in Agent
Fixes: https://github.com/nodejs/node/issues/36364

PR-URL: https://github.com/nodejs/node/pull/36409
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-12-13 22:16:18 +01: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 util: fix instanceof checks with null prototypes during inspection 2020-12-12 20:58:02 +00:00
path path: add `path/posix` and `path/win32` alias modules 2020-10-20 14:27:31 +00:00
stream stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
timers timers: reject with AbortError on cancellation 2020-12-01 18:51:05 +00:00
util util: add `util/types` alias module 2020-10-21 01:26:34 +02:00
.eslintrc.yaml http: add support for abortsignal to http.request 2020-11-19 14:32:44 +00:00
_http_agent.js http: use objects with null prototype in Agent 2020-12-13 22:16:18 +01:00
_http_client.js stream: support abort signal 2020-12-07 16:08:31 +00:00
_http_common.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
_http_incoming.js http: lazy create IncomingMessage.headers 2020-10-27 09:29:32 +01:00
_http_outgoing.js http: enable call chaining with setHeader() 2020-11-30 05:14:30 -08:00
_http_server.js http: fix typo in comment 2020-11-22 10:50:40 +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 lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_tls_common.js tls: refactor to use more primordials 2020-12-02 20:22:14 +00:00
_tls_wrap.js tls: forward new SecureContext options 2020-12-12 23:59:58 +01:00
assert.js assert: refactor to use more primordials 2020-11-27 06:17:41 -08:00
async_hooks.js async_hooks: refactor to use more primordials 2020-11-20 20:10:19 +00:00
buffer.js lib: add uncurried accessor properties to `primordials` 2020-12-07 10:02:34 -08:00
child_process.js child_process: add signal support to spawn 2020-12-12 16:46:24 +00:00
cluster.js
console.js console: split console into global.js and constructor.js 2018-12-02 04:51:18 +08:00
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: add getCipherInfo method 2020-10-13 09:30:53 -07:00
dgram.js dgram: refactor to use more primordials 2020-12-04 18:34:22 +00:00
diagnostics_channel.js lib: create diagnostics_channel module 2020-10-31 21:24:11 +00:00
dns.js dns: refactor to use more primordials 2020-12-07 19:40:52 +00:00
domain.js domain: improve deprecation warning text for DEP0097 2020-11-18 18:58:49 +00:00
events.js events: add max listener warning for EventTarget 2020-11-16 09:48:18 +00:00
fs.js fs: refactor to use more primordials 2020-11-27 18:40:51 +01: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 tls: forward new SecureContext options 2020-12-12 23:59:58 +01:00
inspector.js inspector: refactor to use more primordials 2020-12-10 17:06:03 +00:00
module.js module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
net.js net: refactor to use more primordials 2020-12-07 10:08:03 -08:00
os.js os: refactor to use more primordials 2020-12-01 14:27:43 +00:00
path.js path: refactor to use more primordials 2020-12-02 20:22:34 +00:00
perf_hooks.js Revert "perf_hooks: make PerformanceObserver an AsyncResource" 2020-12-11 04:45:29 -08:00
process.js
punycode.js lib: use strict equality comparison 2019-12-14 08:57:36 -05:00
querystring.js querystring: refactor to use more primordials 2020-12-03 09:23:59 -08:00
readline.js readline: refactor to use more primordials 2020-12-04 18:34:32 +00:00
repl.js repl: refactor to use more primordials 2020-12-02 20:22:03 +00: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 benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
timers.js lib: use Object static properties from primordials 2020-09-30 17:52:35 +02:00
tls.js tls: refactor to use more primordials 2020-12-02 20:22:14 +00:00
trace_events.js lib: replace Set global by the primordials 2020-01-04 12:41:09 -08:00
tty.js lib: use static Number properties from primordials 2019-11-30 13:45:38 +01:00
url.js querystring: reduce memory usage by Int8Array 2020-11-10 20:22:08 +00:00
util.js tools: add new ESLint rule: prefer-primordials 2020-11-07 18:28:14 +08:00
v8.js v8: refactor to use more primordials 2020-12-01 14:27:53 +00:00
vm.js vm: refactor to use more primordials 2020-11-14 14:46:19 +00:00
wasi.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
worker_threads.js worker: add experimental BroadcastChannel 2020-12-01 08:02:28 -08:00
zlib.js zlib: refactor to use more primordials 2020-12-04 06:22:18 -08:00