0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Tobias Nießen 61743063cc crypto: use byteLength in timingSafeEqual
PR-URL: https://github.com/nodejs/node/pull/29657
Co-authored-by: ZaneHannanAU <ZaneHannanAU@users.noreply.github.com>
Co-authored-by: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
2019-09-25 15:58:15 -03:00
..
assert assert: avoid potentially misleading reference to object identity 2019-07-25 22:36:29 -07:00
bootstrap bootstrap: add exception handling for profiler bootstrap 2019-09-23 12:04:20 +02:00
cluster lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
console console: display timeEnd with suitable time unit 2019-08-25 16:39:18 +02:00
crypto crypto: use byteLength in timingSafeEqual 2019-09-25 15:58:15 -03:00
dns dns: update lookupService() first arg name 2019-08-10 19:06:21 -07:00
fs fs: remove unnecessary argument check 2019-09-22 16:23:02 -07:00
http2 stream: cleanup use of internal ended state 2019-09-24 06:42:56 +02:00
main bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
modules process: initial SourceMap support via NODE_V8_COVERAGE 2019-09-22 00:39:41 +02:00
per_context src: re-delete Atomics.wake 2019-09-18 16:09:20 -05:00
policy policy: minor perf opts and cleanup 2019-09-03 11:12:05 -05:00
process process: use public readableFlowing property 2019-09-14 16:12:37 +08:00
readline lib: add ASCII fast path to getStringWidth() 2019-09-02 21:02:34 -07:00
repl repl: close file descriptor of history file 2019-08-10 19:21:33 -07:00
streams stream: use more accurate end-of-stream writable and readable detection 2019-09-22 15:47:40 -07:00
test
util console,util: fix missing recursion end while inspecting prototypes 2019-09-23 23:42:10 -07:00
vm
worker worker: only unref port for stdin if we ref’ed it before 2019-06-20 11:27:27 -06:00
assert.js
async_hooks.js
buffer.js tools: update eslint 2019-06-27 11:57:19 +02:00
child_process.js child_process: runtime deprecate _channel 2019-05-31 11:13:25 -04:00
cli_table.js console: use getStringWidth() for character width calculation 2019-09-02 11:43:58 +05:30
constants.js
dgram.js
dtrace.js
encoding.js util: add encodeInto to TextEncoder 2019-09-13 20:27:18 +02:00
error-serdes.js
errors.js crypto: use byteLength in timingSafeEqual 2019-09-25 15:58:15 -03:00
fixed_queue.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
freelist.js
freeze_intrinsics.js bootstrap: --frozen-intrinsics override problem workaround 2019-06-22 23:17:44 +02:00
http.js http: simplify drain() 2019-08-19 12:56:08 -07:00
idna.js
inspector_async_hook.js
js_stream_socket.js
linkedlist.js
net.js lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
options.js
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
source_map.js process: initial SourceMap support via NODE_V8_COVERAGE 2019-09-22 00:39:41 +02:00
stream_base_commons.js net: allow reading data into a static buffer 2019-08-23 17:05:52 -04:00
timers.js timers: set _destroyed even if there are no destroy-hooks 2019-09-22 16:19:26 -07:00
tls.js
trace_events_async_hooks.js
tty.js tty: add color support for mosh 2019-09-15 21:54:58 -07:00
url.js
util.js lib: consolidate lazyErrmapGet() 2019-08-25 16:10:07 -07:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js lib: remove the comment of base64 validation 2019-08-24 10:41:58 +05:30
worker.js stream: cleanup use of internal ended state 2019-09-24 06:42:56 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.