node/lib
Andrey Pechkurov 761c1b0797 tls: allow reading data into a static buffer
Refs: #25436

PR-URL: https://github.com/nodejs/node/pull/35753
Refs: https://github.com/nodejs/node/pull/25436
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
2020-10-28 16:07:29 +03:00
..
assert
dns
fs
internal child_process: add ChildProcess 'spawn' event 2020-10-28 12:32:50 +05:30
path path: add `path/posix` and `path/win32` alias modules 2020-10-20 14:27:31 +00:00
stream
timers
util util: add `util/types` alias module 2020-10-21 01:26:34 +02:00
.eslintrc.yaml lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00: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 lib: change http client path assignment 2020-10-08 21:42:39 +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: allow passing array of key/val into writeHead 2020-10-10 10:11:41 +02:00
_http_server.js http: allow passing array of key/val into writeHead 2020-10-10 10:11:41 +02: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: allow reading data into a static buffer 2020-10-28 16:07:29 +03:00
assert.js deps: update acorn to v8.0.4 2020-10-27 03:26:56 +00:00
async_hooks.js
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
dns.js net: add support for resolving DNS CAA records 2020-10-16 10:21:32 +02:00
domain.js
events.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
fs.js fs: remove unused assignment 2020-10-16 06:31:55 -07:00
http.js
http2.js
https.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
inspector.js
module.js
net.js tls: allow reading data into a static buffer 2020-10-28 16:07:29 +03:00
os.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
path.js
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 lib: replace String global with primordials 2020-10-04 09:40:56 +02: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 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
util.js
v8.js v8: implement v8.stopCoverage() 2020-10-22 10:53:36 +00:00
vm.js
wasi.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
worker_threads.js
zlib.js lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00:00