Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz
authorYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
committerYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
commitf362ae53374c89d563759a66d471616f8a286b20
treef163a25dee0f9f83cb1c0e0891ad67cc7b16eccb
Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz

[dgit import orig node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz]
117 files changed:
.eslintrc.js [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.github/workflows/coverage.yml [new file with mode: 0644]
.github/workflows/linting.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.taprc [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
bench/busboy-form-bench-latin1.js [new file with mode: 0644]
bench/busboy-form-bench-utf8.js [new file with mode: 0644]
bench/createMultipartBufferForEncodingBench.js [new file with mode: 0644]
bench/dicer/dicer-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/formidable-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/multipartser-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/multiparty-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/parted-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/parted-multipart.js [new file with mode: 0644]
bench/fastify-busboy-form-bench-latin1.js [new file with mode: 0644]
bench/fastify-busboy-form-bench-utf8.js [new file with mode: 0644]
bench/parse-params.js [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-busboy-Node_12.json [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-busboy-Node_16.json [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-fastify-busboy-Node_16.json [new file with mode: 0644]
benchmarks/busboy/contestants/busboy.js [new file with mode: 0644]
benchmarks/busboy/contestants/fastify-busboy.js [new file with mode: 0644]
benchmarks/busboy/data.js [new file with mode: 0644]
benchmarks/busboy/executioner.js [new file with mode: 0644]
benchmarks/busboy/regenerate.cmd [new file with mode: 0644]
benchmarks/busboy/validator.js [new file with mode: 0644]
benchmarks/common/commonBuilder.js [new file with mode: 0644]
benchmarks/common/contestantResolver.js [new file with mode: 0644]
benchmarks/common/executionUtils.js [new file with mode: 0644]
benchmarks/common/resultUtils.js [new file with mode: 0644]
benchmarks/common/resultsCombinator.js [new file with mode: 0644]
benchmarks/package.json [new file with mode: 0644]
deps/dicer/LICENSE [new file with mode: 0644]
deps/dicer/lib/Dicer.js [new file with mode: 0644]
deps/dicer/lib/HeaderParser.js [new file with mode: 0644]
deps/dicer/lib/PartStream.js [new file with mode: 0644]
deps/dicer/lib/dicer.d.ts [new file with mode: 0644]
deps/streamsearch/sbmh.js [new file with mode: 0644]
lib/main.d.ts [new file with mode: 0644]
lib/main.js [new file with mode: 0644]
lib/types/multipart.js [new file with mode: 0644]
lib/types/urlencoded.js [new file with mode: 0644]
lib/utils/Decoder.js [new file with mode: 0644]
lib/utils/basename.js [new file with mode: 0644]
lib/utils/decodeText.js [new file with mode: 0644]
lib/utils/getLimit.js [new file with mode: 0644]
lib/utils/parseParams.js [new file with mode: 0644]
package.json [new file with mode: 0644]
test/busboy-constructor.test.js [new file with mode: 0644]
test/decode-text.test.js [new file with mode: 0644]
test/decoder.test.js [new file with mode: 0644]
test/dicer-constructor.test.js [new file with mode: 0644]
test/dicer-endfinish.test.js [new file with mode: 0644]
test/dicer-export.test.js [new file with mode: 0644]
test/dicer-headerparser.test.js [new file with mode: 0644]
test/dicer-malformed-header.test.js [new file with mode: 0644]
test/dicer-multipart-extra-trailer.test.js [new file with mode: 0644]
test/dicer-multipart-nolisteners.test.js [new file with mode: 0644]
test/dicer-multipart.test.js [new file with mode: 0644]
test/fixtures/many-noend/original [new file with mode: 0644]
test/fixtures/many-noend/part1 [new file with mode: 0644]
test/fixtures/many-noend/part1.header [new file with mode: 0644]
test/fixtures/many-noend/part2 [new file with mode: 0644]
test/fixtures/many-noend/part2.header [new file with mode: 0644]
test/fixtures/many-noend/part3 [new file with mode: 0644]
test/fixtures/many-noend/part3.header [new file with mode: 0644]
test/fixtures/many-noend/part4 [new file with mode: 0644]
test/fixtures/many-noend/part4.header [new file with mode: 0644]
test/fixtures/many-noend/part5 [new file with mode: 0644]
test/fixtures/many-noend/part5.header [new file with mode: 0644]
test/fixtures/many-noend/part6 [new file with mode: 0644]
test/fixtures/many-noend/part6.header [new file with mode: 0644]
test/fixtures/many-noend/part7.header [new file with mode: 0644]
test/fixtures/many-wrongboundary/original [new file with mode: 0644]
test/fixtures/many-wrongboundary/preamble [new file with mode: 0644]
test/fixtures/many-wrongboundary/preamble.error [new file with mode: 0644]
test/fixtures/many/original [new file with mode: 0644]
test/fixtures/many/part1 [new file with mode: 0644]
test/fixtures/many/part1.header [new file with mode: 0644]
test/fixtures/many/part2 [new file with mode: 0644]
test/fixtures/many/part2.header [new file with mode: 0644]
test/fixtures/many/part3 [new file with mode: 0644]
test/fixtures/many/part3.header [new file with mode: 0644]
test/fixtures/many/part4 [new file with mode: 0644]
test/fixtures/many/part4.header [new file with mode: 0644]
test/fixtures/many/part5 [new file with mode: 0644]
test/fixtures/many/part5.header [new file with mode: 0644]
test/fixtures/many/part6 [new file with mode: 0644]
test/fixtures/many/part6.header [new file with mode: 0644]
test/fixtures/many/part7 [new file with mode: 0644]
test/fixtures/many/part7.header [new file with mode: 0644]
test/fixtures/nested-full/original [new file with mode: 0644]
test/fixtures/nested-full/part1 [new file with mode: 0644]
test/fixtures/nested-full/part1.header [new file with mode: 0644]
test/fixtures/nested-full/part2 [new file with mode: 0644]
test/fixtures/nested-full/part2.header [new file with mode: 0644]
test/fixtures/nested-full/preamble.header [new file with mode: 0644]
test/fixtures/nested/original [new file with mode: 0644]
test/fixtures/nested/part1 [new file with mode: 0644]
test/fixtures/nested/part1.header [new file with mode: 0644]
test/fixtures/nested/part2 [new file with mode: 0644]
test/fixtures/nested/part2.header [new file with mode: 0644]
test/get-limit.test.js [new file with mode: 0644]
test/multipart-stream-pause.test.js [new file with mode: 0644]
test/parse-params.test.js [new file with mode: 0644]
test/streamsearch.test.js [new file with mode: 0644]
test/types-multipart.test.js [new file with mode: 0644]
test/types-urlencoded.test.js [new file with mode: 0644]
test/types/dicer.test-d.ts [new file with mode: 0644]
test/types/main.test-d.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]