node/lib
Timothy O. Peters b0b204571b
lib: extract validation functions
PR-URL: https://github.com/nodejs/node/pull/18421
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-02-01 11:55:13 +01:00
..
internal lib: extract validation functions 2018-02-01 11:55:13 +01:00
.eslintrc.yaml lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js http: process headers after setting up agent 2018-02-01 10:28:58 +01:00
_http_common.js http: fix parsing of binary upgrade response body 2018-01-21 01:50:56 +01:00
_http_incoming.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_http_outgoing.js http: there is no `corked` property of `stream` 2018-01-27 00:46:21 -05:00
_http_server.js src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +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: augment BufferList.prototype 2018-02-01 10:58:35 +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: avoid writeAfterEnd() while ending 2018-01-30 15:47:36 +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
assert.js assert: use a default message in assert 2018-02-01 09:21:38 +01:00
async_hooks.js async_hooks: rename initTriggerId 2017-12-19 18:04:43 +01:00
buffer.js buffer: coerce offset to integer 2018-01-24 13:12:51 +01:00
child_process.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08: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: runtime deprecate DEFAULT_ENCODING 2018-01-31 17:33:41 -08:00
dgram.js async_hooks: update defaultTriggerAsyncIdScope for perf 2018-01-09 10:43:00 -05:00
dns.js lib,src: port isIPv4() to js 2018-01-29 14:45:06 +01:00
domain.js domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
events.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
fs.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
http.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
http2.js http2: refactor error handling 2017-08-28 00:39:42 +04: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: use internal/errors.js in module.require 2018-01-29 17:29:35 +08:00
net.js lib,src: port isIPv4() to js 2018-01-29 14:45:06 +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: add warning when too many entries in the timeline 2018-01-31 15:24:58 -08:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
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: attach listOnTimeout function to TimerWrap 2018-01-29 08:04:55 +04:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js tty: refactor to es6 2018-01-24 13:07:35 +01:00
url.js url: simplify loop in parser 2018-01-31 18:36:43 +01:00
util.js lib: add internal removeColors helper 2018-01-24 13:07:34 +01:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js vm: add modules 2018-01-30 17:00:57 -08:00
zlib.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00