0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Anna Henningsen ac59dc42ed
http: remove legacy parser
Remove the legacy `http_parser` implementation as a dependency
and all code that uses it in favor of llhttp, given that the latter
has been the default for all of Node 12 with no outstanding issues.

PR-URL: https://github.com/nodejs/node/pull/29589
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-09-20 20:18:35 +02:00
..
bootstrap doc: fix link from bootstrap README to BUILDING 2019-07-02 16:02:27 -07:00
clang-format tools: add missing package-lock to clang-format 2018-08-25 17:09:59 +02:00
code_cache tools: make code cache and snapshot deterministic 2019-08-19 18:03:37 -07:00
configure.d tools: make nodedownload.py Python 3 compatible 2019-08-14 16:40:42 -07:00
doc doc: prepare markdown files for more stringent blank-line linting 2019-09-07 07:07:25 -07:00
eslint-rules tools: decrease code duplication for isString() in lint rules 2019-05-17 20:56:26 -07:00
gyp tools: fix GYP ninja generator for Python 3 2019-09-05 13:53:24 +02:00
icu doc: update list style in misc README docs 2019-09-17 21:30:42 -07:00
inspector_protocol tools: python3 compat for inspector code generator 2019-09-12 09:26:57 -07:00
js2c_macros tools: python: update flake8 rules 2019-04-13 20:32:55 -04:00
macos-installer
msvs build,win: fix Python detection on localized OS 2019-09-05 19:14:29 -07:00
node_modules tools: update ESLint to 6.4.0 2019-09-15 21:40:27 -07:00
node-lint-md-cli-rollup tools: update remark-preset-lint-node to 1.10.0 2019-09-17 21:30:44 -07:00
pip build: add lint-py which uses flake8 2018-10-24 17:19:28 -04:00
rpm src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
snapshot tools: fix mksnapshot blob wrong freeing operator 2019-09-01 23:52:42 -07:00
v8_gypfiles tools: delete v8_external_snapshot.gypi 2019-09-06 02:23:49 +05:30
.eslintrc.yaml tools: enable camelcase linting in tools 2019-05-09 21:41:05 -07:00
build-addons.js build: build addon tests in parallel 2018-06-11 20:09:28 +02:00
certdata.txt tools: update certdata.txt 2019-07-24 10:55:59 -07:00
check-imports.py
compress_json.py tools: fix Python 3 issues in inspector_protocol 2019-08-26 21:31:08 -07:00
cpplint.py tools: move cpplint configuration to .cpplint 2019-04-08 08:30:29 -04:00
create_android_makefiles
create_expfile.sh build: tidy up comments in create_expfile.sh 2019-02-22 12:42:32 -05:00
genv8constants.py tools: prepare tools/genv8constants.py for Python 3 2018-12-06 10:36:54 -08:00
getarch.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getendian.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getmachine.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getmoduleversion.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
getnapibuildversion.py build: expose napi_build_version variable 2019-07-01 22:07:42 -07:00
getnodeversion.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
gyp_node.py tools: use print() function on both Python 2 and 3 2018-11-25 18:58:58 -05:00
install.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
js2c.py tools: allow single JS file for --link-module 2019-08-12 12:56:43 +02:00
license2rtf.js tools: refactor tools JS code 2019-03-04 11:06:23 -08:00
license-builder.sh http: remove legacy parser 2019-09-20 20:18:35 +02:00
lint-js.js tools: increase the maximum number of files to lint per worker 2019-06-11 15:59:20 +02:00
lint-md.js tools: update remark-preset-lint-node to 1.10.0 2019-09-17 21:30:44 -07:00
lint-pr-commit-message.sh tools: don't use GH API for commit message checks 2018-11-30 23:09:41 -08:00
lsan_suppressions.txt
macos-firewall.sh tools: add openssl-cli to macos-firewall.sh 2019-01-11 05:29:22 +01:00
make-v8.sh tools: fix v8 testing with devtoolset on ppcle 2019-07-02 06:07:37 +02:00
mk-ca-bundle.pl tls: expose built-in root certificates 2019-05-20 11:09:02 +02:00
mkssldef.py tools: make mkssldef.py Python 3 compatible 2019-01-28 12:24:38 +01:00
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: only sign release if promotion successful 2018-11-30 21:23:01 -08:00
run-valgrind.py tools: improve valgrind support 2019-01-21 20:16:14 +01:00
run-worker.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
sign.bat
specialize_node_d.py tools: prepare tools/specialize_node_d.py for Python 3 2018-12-06 22:45:08 -08:00
test-npm-package.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test-v8.bat
test.py test: use unique tmpdirs for each test 2019-08-10 19:21:26 -07:00
update-authors.js tools: add mailmap support for Co-authored-by tags 2019-03-06 00:04:55 +01:00
update-babel-eslint.sh tools: fix update-babel-eslint.sh script 2019-06-11 15:59:21 +02:00
update-eslint.sh tools: update eslint 2019-06-27 11:57:19 +02:00
utils.py
valgrind.supp tools: improve valgrind support 2019-01-21 20:16:14 +01:00