0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Anatoli Papirovski 38ee25e2e2
child_process: do not ignore proto values of env
This reverts this behaviour introduced in a recent PR, and updates
the test. Without this change, CitGM and other packages are broken.

PR-URL: https://github.com/nodejs/node/pull/18210
Fixes: https://github.com/nodejs/citgm/issues/536
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2018-01-18 08:04:06 -05:00
..
internal cluster: resolve relative unix socket paths 2018-01-17 11:55:49 +08:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js async_hooks: rename initTriggerId 2017-12-19 18:04:43 +01:00
_http_common.js http: simplify checkIsHttpToken() 2017-12-10 16:50:47 -05:00
_http_incoming.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_http_outgoing.js http: remove duplicate export 2018-01-04 18:22:59 -06:00
_http_server.js async_hooks,http: set HTTPParser trigger to socket 2018-01-12 08:54:36 +01:00
_stream_duplex.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_stream_passthrough.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
_stream_readable.js stream: added experimental support for for-await 2018-01-11 12:34:41 +01:00
_stream_transform.js stream: migrate to internal/errors 2017-10-01 20:37:00 -03:00
_stream_wrap.js lib: move _stream_wrap into internals 2017-10-19 18:06:27 +02:00
_stream_writable.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_wrap.js tls: migrate C++ errors to internal/errors.js 2018-01-17 02:20:36 +08:00
.eslintrc.yaml lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
assert.js assert: throw without args in ok 2018-01-16 19:57:36 +01:00
async_hooks.js async_hooks: rename initTriggerId 2017-12-19 18:04:43 +01:00
buffer.js buffer: check byteLength in readUInt(B|L)E 2018-01-05 12:40:26 +01:00
child_process.js child_process: do not ignore proto values of env 2018-01-18 08:04:06 -05:00
cluster.js lib: use consistent indentation for ternaries 2017-07-07 06:57:16 -07:00
console.js console: make .assert standard compliant 2017-12-26 10:46:27 +01:00
constants.js src: add support to pass flags to dlopen 2017-09-08 17:14:03 -04:00
crypto.js crypto: migrate setFipsCrypto to internal/errors 2017-10-27 08:13:01 -07:00
dgram.js async_hooks: update defaultTriggerAsyncIdScope for perf 2018-01-09 10:43:00 -05:00
dns.js dns: fix crash while setting server during query 2017-12-06 04:22:31 +01:00
domain.js domain: fix error emit handling 2017-12-13 09:33:27 -05:00
events.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
fs.js fs: fix options.end of fs.ReadStream() 2018-01-18 08:47:07 +08:00
http2.js http2: refactor error handling 2017-08-28 00:39:42 +04:00
http.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
https.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
inspector.js lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
module.js module: refactor loader 2018-01-15 12:42:29 -06:00
net.js process: use more direct sync I/O for stdio 2018-01-14 14:41:11 +01:00
os.js os: migrate node_os.cc to internal/errors 2017-11-02 11:58:38 -07:00
path.js path: fix path.normalize for relative paths 2018-01-11 11:11:22 +08:00
perf_hooks.js perf_hooks,http2: add performance.clear() 2018-01-11 10:41:49 -08:00
process.js
punycode.js
querystring.js querystring: convert to using internal/errors 2017-10-28 14:04:53 -04:00
readline.js readline: update references to archived repository 2018-01-03 18:22:52 +01:00
repl.js util: change util.inspect depth default 2018-01-16 15:34:03 +01:00
stream.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
string_decoder.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
sys.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
timers.js timers: setInterval interval includes cb duration 2018-01-12 17:44:42 +01:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js process: use more direct sync I/O for stdio 2018-01-14 14:41:11 +01:00
url.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
util.js util: change %o depth default 2018-01-16 15:34:04 +01:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js vm: allow modifying context name in inspector 2017-12-23 14:05:18 +08:00
zlib.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00