| Patch |
File delta |
Description |
| 0001 Regenerate cert at build time.patch | (download) |
packages/agent-base/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/agent-base/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
packages/get-uri/test/server.crt |
13 0 + 13 - 0 !
packages/get-uri/test/server.key |
15 0 + 15 - 0 !
packages/http-proxy-agent/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/http-proxy-agent/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
packages/https-proxy-agent/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/https-proxy-agent/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
packages/pac-proxy-agent/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/pac-proxy-agent/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
packages/proxy-agent/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/proxy-agent/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
packages/socks-proxy-agent/test/ssl-cert-snakeoil.key |
52 0 + 52 - 0 !
packages/socks-proxy-agent/test/ssl-cert-snakeoil.pem |
34 0 + 34 - 0 !
14 files changed, 544 deletions(-) |
regenerate cert at build time
|
| use quickjs emscripten.patch | (download) |
packages/degenerator/src/compile.ts |
2 1 + 1 - 0 !
packages/degenerator/test/test.ts |
2 1 + 1 - 0 !
packages/pac-proxy-agent/src/index.ts |
2 1 + 1 - 0 !
packages/pac-resolver/src/index.ts |
2 1 + 1 - 0 !
packages/pac-resolver/test/test.ts |
2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-) |
use quickjs-emscripten
|
| tsc workaround.patch | (download) |
packages/degenerator/src/compile.ts |
10 10 + 0 - 0 !
packages/degenerator/src/degenerator.ts |
5 5 + 0 - 0 !
packages/get-uri/tsconfig.json |
2 1 + 1 - 0 !
packages/https-proxy-agent/src/index.ts |
1 1 + 0 - 0 !
packages/https-proxy-agent/test/test.ts |
1 1 + 0 - 0 !
packages/socks-proxy-agent/src/index.ts |
1 1 + 0 - 0 !
packages/tsconfig/base.json |
1 0 + 1 - 0 !
7 files changed, 19 insertions(+), 2 deletions(-) |
tsc workarounds
|
| 0004 Use modern lru cache.patch | (download) |
packages/proxy-agent/package.json |
2 1 + 1 - 0 !
packages/proxy-agent/src/index.ts |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-) |
use modern lru-cache
|
| 0005 get uri compilation.patch | (download) |
packages/get-uri/tsconfig.json |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
our typescript cannot deal with outgoinghttpheaders, ignore errors
|
| 0006 ts expect error changed.patch | (download) |
packages/agent-base/src/index.ts |
2 0 + 2 - 0 !
1 file changed, 2 deletions(-) |
@types/node 20.19.14 changed the type of httpsagent
|
| fix test.patch | (download) |
packages/agent-base/test/test.ts |
22 11 + 11 - 0 !
packages/get-uri/src/ftp.ts |
6 3 + 3 - 0 !
packages/get-uri/test/ftp.test.ts |
4 2 + 2 - 0 !
packages/get-uri/test/http.test.ts |
4 2 + 2 - 0 !
packages/get-uri/test/https.test.ts |
4 2 + 2 - 0 !
packages/get-uri/test/redirect.test.ts |
6 3 + 3 - 0 !
packages/http-proxy-agent/test/test.ts |
8 4 + 4 - 0 !
packages/https-proxy-agent/test/test.ts |
12 6 + 6 - 0 !
packages/pac-proxy-agent/test/test.ts |
12 6 + 6 - 0 !
packages/proxy-agent/test/test.ts |
16 8 + 8 - 0 !
packages/proxy/test/test.ts |
6 3 + 3 - 0 !
packages/socks-proxy-agent/test/test.ts |
14 7 + 7 - 0 !
12 files changed, 57 insertions(+), 57 deletions(-) |
avoids error such as "closing file descriptor 21 on garbage collection failed" during test
|