node/lib
Anna Henningsen b35181f877
fs: add `bufferSize` option to `fs.opendir()`
Add an option that controls the size of the internal
buffer.

Fixes: https://github.com/nodejs/node/issues/29941

PR-URL: https://github.com/nodejs/node/pull/30114
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-10-28 14:34:25 +01:00
..
internal fs: add `bufferSize` option to `fs.opendir()` 2019-10-28 14:34:25 +01:00
.eslintrc.yaml tools: prohibit Error.prepareStackTrace() usage 2019-10-05 20:19:17 -07:00
_http_agent.js http: add reusedSocket property on client request 2019-10-12 11:55:25 +08:00
_http_client.js http: emit close on socket re-use 2019-10-15 16:51:09 -07:00
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js src: bring 425 status code name into accordance with RFC 8470 2019-10-10 10:48:13 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: throw unhandled error for readable with autoDestroy 2019-10-13 16:38:15 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
_tls_wrap.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
assert.js assert: fix line number calculation after V8 upgrade 2019-10-07 03:20:07 -04:00
async_hooks.js async_hooks: only emit `after` for AsyncResource if stack not empty 2019-10-26 15:19:23 +02:00
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: add source-specific multicast support 2019-10-17 03:12:53 +02:00
dns.js
domain.js domain: do not import util for a simple type check 2019-10-12 21:59:34 -07:00
events.js
fs.js fs: make FSWatcher.start private 2019-10-12 19:56:07 -07:00
http.js
http2.js
https.js
inspector.js
module.js
net.js net: treat ENOTCONN at shutdown as success 2019-10-12 03:09:22 +02:00
os.js
path.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
repl.js module: refactor modules bootstrap 2019-10-16 21:50:05 -04:00
stream.js stream: simplify uint8ArrayToBuffer helper 2019-10-22 13:37:59 -05:00
string_decoder.js
sys.js
timers.js
tls.js
trace_events.js
tty.js
url.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
util.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
v8.js
vm.js vm: add Synthetic modules 2019-10-14 14:25:38 -07:00
worker_threads.js
zlib.js