2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
- .eslintrc.js-31
- .github/dependabot.yml+6-3
- .github/workflows/aiohttp.yml+6-5
- .github/workflows/ci.yaml+19-67
- .github/workflows/codeql.yml+4-4
- .github/workflows/scorecards.yml+4-4
- CMakeLists.txt+3-2
- Dockerfile+1-1
- LICENSE
- Makefile+2-2
- README.md+7-2
- bench/index.ts+7-5
- bin/build_wasm.ts+1-3
- bin/generate.ts+1-1
- eslint.config.mjs+53
- eslint.json-50
- examples/wasm.ts+4-2
- libllhttp.pc.in+4-4
- package-lock.json+1.2k-1.3k
- package.json+16-16
- src/llhttp.ts+17-5
- src/llhttp/c-headers.ts+5-4
- src/llhttp/constants.ts+36-1
- src/llhttp/http.ts+51-20
- src/llhttp/url.ts+3-3
- src/llhttp/utils.ts+3-3
- src/native/api.c+22-23
- src/native/api.h+2
- test/fixtures/extra.c+22
- test/fixtures/index.ts+5-5
- test/md-test.ts+13-10
- test/request/connection.md+46
- test/request/content-length.md+36
- test/request/finish.md+6
- test/request/invalid.md+51-4
- test/request/lenient-headers.md+10
- test/request/lenient-version.md+2
- test/request/method.md+32
- test/request/pausing.md+54
- test/request/pipelining.md+6
- test/request/sample.md+34
- test/request/transfer-encoding.md+62
- test/request/uri.md+20-1
- test/response/connection.md+50
- test/response/content-length.md+8
- test/response/finish.md+2
- test/response/invalid.md+32-1
- test/response/lenient-version.md+2
- test/response/pausing.md+22
- test/response/pipelining.md+6
- test/response/sample.md+77-1
- test/response/transfer-encoding.md+20
- tsconfig.base.json-12
- tsconfig.eslint.json-6
- tsconfig.json+15-5
- tsconfig.test.json+4
0 commit comments