-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: metcoder95/undici
base: main
head repository: nodejs/undici
compare: main
Commits on Mar 21, 2025
-
test: disable header de-duplication in test servers (nodejs#4110)
Closes nodejs#4109 Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for 85b8c57 - Browse repository at this point
Copy the full SHA 85b8c57View commit details -
chore: CacheRevalidationHandler extend comment (nodejs#4111)
Include if-not-modified as a potential header which can tell the origin we want to revlidate. Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for 2df904f - Browse repository at this point
Copy the full SHA 2df904fView commit details
Commits on Mar 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c584721 - Browse repository at this point
Copy the full SHA c584721View commit details
Commits on Mar 26, 2025
-
build(deps-dev): bump @matteo.collina/tspl from 0.1.1 to 0.2.0 (nodej…
…s#4119) Bumps [@matteo.collina/tspl](https://github.com/mcollina/tspl) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/mcollina/tspl/releases) - [Commits](mcollina/tspl@v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: "@matteo.collina/tspl" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 794b342 - Browse repository at this point
Copy the full SHA 794b342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba30ce - Browse repository at this point
Copy the full SHA 0ba30ceView commit details
Commits on Mar 27, 2025
-
chore: update WPT (nodejs#4100)
Co-authored-by: Uzlopak <5059100+Uzlopak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33daab9 - Browse repository at this point
Copy the full SHA 33daab9View commit details -
cache: ensure vary & revalidation headers are case-insensitive (nodej…
…s#4112) Closes nodejs#4103 Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for fa959b8 - Browse repository at this point
Copy the full SHA fa959b8View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 9d5e8ba - Browse repository at this point
Copy the full SHA 9d5e8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 242ec9b - Browse repository at this point
Copy the full SHA 242ec9bView commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1866f1f - Browse repository at this point
Copy the full SHA 1866f1fView commit details
Commits on Mar 31, 2025
-
chore: update WPT (nodejs#4126)
Co-authored-by: Uzlopak <5059100+Uzlopak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73916b3 - Browse repository at this point
Copy the full SHA 73916b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67adf42 - Browse repository at this point
Copy the full SHA 67adf42View commit details
Commits on Apr 2, 2025
-
feat: implement h2c client (nodejs#4118)
* feat: implement h2c client * refactor: connect timeout utils * feat: implement socket handling intrinsics * test: enhance testing * types: export typing * refactor: cleanup * refactor: Update test/h2c-client.js Co-authored-by: Matteo Collina <hello@matteocollina.com> * docs: adjust documentation * feat: limit pipelining to max concurrent streams * fix: bad statement --------- Co-authored-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 1749556 - Browse repository at this point
Copy the full SHA 1749556View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 981636f - Browse repository at this point
Copy the full SHA 981636fView commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a5de7c - Browse repository at this point
Copy the full SHA 8a5de7cView commit details -
skip now failing tests (nodejs#4145)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for e0058a7 - Browse repository at this point
Copy the full SHA e0058a7View commit details
Commits on Apr 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c8acc81 - Browse repository at this point
Copy the full SHA c8acc81View commit details
Commits on Apr 7, 2025
-
types(websocket): Import from stream/web (nodejs#4038)
* types(websocket): Import from stream/web * test: Ensure types are from stream/web
Configuration menu - View commit details
-
Copy full SHA for d2be897 - Browse repository at this point
Copy the full SHA d2be897View commit details -
cache: don't check size if not necessary (nodejs#4140)
* cache: don't check size if not necessary * Update lib/cache/sqlite-cache-store.js --------- Co-authored-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 03c497c - Browse repository at this point
Copy the full SHA 03c497cView commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9dd11b8 - Browse repository at this point
Copy the full SHA 9dd11b8View commit details
Commits on Apr 10, 2025
-
chore: update WPT (nodejs#4141)
Co-authored-by: Uzlopak <5059100+Uzlopak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a113b90 - Browse repository at this point
Copy the full SHA a113b90View commit details -
build(deps-dev): bump esbuild from 0.24.2 to 0.25.2 (nodejs#4130)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c29be3b - Browse repository at this point
Copy the full SHA c29be3bView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ea61af - Browse repository at this point
Copy the full SHA 6ea61afView commit details
Commits on Apr 13, 2025
-
build(deps): bump step-security/harden-runner from 2.10.2 to 2.11.1 (n…
…odejs#4134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59558c8 - Browse repository at this point
Copy the full SHA 59558c8View commit details
Commits on Apr 15, 2025
-
chore: update WPT (nodejs#4155)
Co-authored-by: Uzlopak <5059100+Uzlopak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 436e749 - Browse repository at this point
Copy the full SHA 436e749View commit details
Commits on Apr 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 259d5f8 - Browse repository at this point
Copy the full SHA 259d5f8View commit details
Commits on Apr 21, 2025
-
feat: add new
acceptNonStandardSearchParameters
MockAgent option (n……odejs#4148) Co-authored-by: Carlos Fuentes <me@metcoder.dev>
Configuration menu - View commit details
-
Copy full SHA for 0daba93 - Browse repository at this point
Copy the full SHA 0daba93View commit details
Commits on Apr 23, 2025
-
fix: cache: treat cache-control request header case-insensitively (no…
…dejs#4131) * fix: cache: treat cache-control request header case-insensitively Closes nodejs#3904 * lint; close server after test * call normaliseHeaders() once * revert unnecessary change --------- Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for fe7aa83 - Browse repository at this point
Copy the full SHA fe7aa83View commit details -
cache: honour unqualified no-cache response directive (nodejs#4178)
* cache: honour unqualified no-cache response directive Closes nodejs#4173 * move test to interceptors/cache.js * lint * remove duplicate close() --------- Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for c0e634d - Browse repository at this point
Copy the full SHA c0e634dView commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 14e62db - Browse repository at this point
Copy the full SHA 14e62dbView commit details
There are no files selected for viewing