0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Anatoli Papirovski 2ffc8ac301 http2: set decodeStrings to false, test
Set writableStream decodeStrings to false to let the
native layer handle converting strings to buffer.

PR-URL: https://github.com/nodejs/node/pull/15140
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-09-07 16:05:37 -07:00
..
cluster uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
http2 http2: set decodeStrings to false, test 2017-09-07 16:05:37 -07:00
loader module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
process lib: move deprecationWarned var 2017-08-14 07:42:08 +02:00
streams net: return this from destroy() 2017-06-14 13:15:51 -07:00
test test: add Unicode characters regression test 2017-04-04 11:14:14 -07:00
bootstrap_node.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
buffer.js buffer: refactor module.exports, imports 2017-07-24 07:24:53 -07:00
child_process.js uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
encoding.js encoding: rudimentary TextDecoder support w/o ICU 2017-08-05 16:40:41 +08:00
errors.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
freelist.js lib: update indentation of ternaries 2017-07-17 22:09:46 -07:00
fs.js errors: port internal/fs errors to internal/errors 2017-07-18 23:55:20 -04:00
http.js http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
inspector_async_hook.js inspector: enable async stack traces 2017-08-17 20:52:39 +08:00
linkedlist.js linkedlist: correct grammar in comments 2017-07-31 08:03:19 +08:00
module.js perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
net.js net: add symbol to normalized connect() args 2017-05-19 11:22:40 -04:00
os.js os: add CIDR support 2017-08-14 15:43:10 -04:00
process.js perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
querystring.js lib: use Object.create(null) directly 2017-03-24 15:25:49 -07:00
readline.js lib: remove excess indentation 2017-07-07 13:18:19 -07:00
readme.md doc: limit lines to 80 cols in internal README 2017-04-13 15:30:10 -07:00
repl.js repl: fix old history error handling 2017-06-30 19:21:23 +02:00
safe_globals.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
socket_list.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
url.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
util.js lib: tweak use of internal/errors 2017-07-22 18:18:04 -04:00
v8_prof_polyfill.js v8: fix RegExp nits in v8_prof_polyfill.js 2017-06-19 02:21:15 +03:00
v8_prof_processor.js fix --prof-process --preprocess flag 2017-08-23 08:19:14 -07: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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.