node/lib
Rich Trott 24dc57bc71
http: simplify checkIsHttpToken()
Replace code optimized for older versions of V8 with more
straightforward code in checkIsHttpToken().

PR-URL: https://github.com/nodejs/node/pull/17399
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
2017-12-12 03:28:37 -05:00
..
internal util: remove check for global.process 2017-12-12 03:28:24 -05:00
.eslintrc.yaml tools: remove legacy indentation linting 2017-07-30 09:21:52 -07:00
_http_agent.js lib: replace string concatenation with template 2017-11-13 07:59:48 -06:00
_http_client.js lib: replace string concatenation with template 2017-12-11 15:58:50 -05:00
_http_common.js http: simplify checkIsHttpToken() 2017-12-12 03:28:37 -05:00
_http_incoming.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_http_outgoing.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-13 08:00:10 -06:00
_http_server.js http, stream: writeHWM -> writableHighWaterMark 2017-12-11 15:52:36 -05:00
_stream_duplex.js stream: remove usage of *State.highWaterMark 2017-12-11 15:52:36 -05:00
_stream_passthrough.js
_stream_readable.js stream: improve the error message of ERR_INVALID_ARG_TYPE 2017-12-12 03:27:17 -05: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: improve the error message of ERR_INVALID_ARG_TYPE 2017-12-12 03:27:17 -05:00
_tls_common.js tls: implement clientCertEngine option 2017-12-11 15:39:08 -05:00
_tls_legacy.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_tls_wrap.js async_wrap: add provider types for net server 2017-12-12 03:27:50 -05:00
assert.js tools: prohibit notDeepEqual usage 2017-12-12 03:27:45 -05:00
async_hooks.js async_hooks: add destroy event for gced AsyncResources 2017-12-11 15:52:40 -05:00
buffer.js buffer: don't predefine error 2017-12-11 17:24:23 -05:00
child_process.js async_wrap: add provider types for net server 2017-12-12 03:27:50 -05:00
cluster.js lib: use consistent indentation for ternaries 2017-07-07 06:57:16 -07:00
console.js console: make dirxml an alias for console.log 2017-12-12 03:28:08 -05: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 lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-13 08:00:10 -06:00
dns.js dns: fix crash while setting server during query 2017-12-12 03:28:13 -05:00
domain.js process: add flag for uncaught exception abort 2017-12-12 03:27:55 -05:00
events.js events: remove emit micro-optimizations 2017-11-14 14:21:27 -06:00
fs.js fs: use rest param & Reflect.apply in makeCallback 2017-12-12 03:28:26 -05: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-12-11 15:39:08 -05:00
inspector.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-13 08:00:10 -06:00
module.js module: print better message on esm syntax error 2017-12-12 03:27:53 -05:00
net.js async_wrap: add provider types for net server 2017-12-12 03:27:50 -05:00
os.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
path.js benchmark,path: remove unused variables 2017-12-12 03:27:23 -05:00
perf_hooks.js perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
process.js
punycode.js
querystring.js querystring: convert to using internal/errors 2017-10-28 14:04:53 -04:00
readline.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
repl.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-13 08:00:10 -06: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
timers.js timers: improvements to TimersList management 2017-12-12 03:28:22 -05:00
tls.js doc: document tls.checkServerIdentity 2017-12-12 03:28:03 -05:00
tty.js tty: refactor exports 2017-12-11 15:52:34 -05:00
url.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-13 08:00:10 -06:00
util.js util: fix negative 0 check in inspect 2017-12-12 03:28:34 -05:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 23:07:52 -07:00
vm.js vm: deprecate vm.runInDebugContext 2017-10-23 17:17:16 +02:00
zlib.js zlib: remove unnecessary else branch 2017-12-12 03:27:19 -05:00