Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/undici

An HTTP/1.1 client, written from scratch for Node.js
https://github.com/nodejs/undici

fix: compatibility for global headers

tsctx opened this pull request 8 months ago
Nightly tests are failing

github-actions[bot] opened this issue 8 months ago
websocket: pre-calculated length

tsctx opened this pull request 8 months ago
websocket: use FixedQueue instead of Set

tsctx opened this pull request 8 months ago
Support for custom proxy auth schemes

segevfiner opened this issue 8 months ago
docs: Update references to dispatcher in docs

haikyuu opened this pull request 8 months ago
[Release] v6.18.0

github-actions[bot] opened this pull request 8 months ago
fix: Fix server closing in tests.

ShogunPanda opened this pull request 8 months ago
interceptors: move signal handling to interceptor

metcoder95 opened this issue 8 months ago
interceptors: move `throwOnError` to interceptor

metcoder95 opened this issue 8 months ago
feat: add decompress interceptor

adrianfalleiro opened this pull request 8 months ago
websocket: optimize masking using WebAssembly

tsctx opened this pull request 8 months ago
[Release] v6.17.0

github-actions[bot] opened this pull request 8 months ago
build(deps): bump node from `487dc5d` to `9e8f45f` in /build

dependabot[bot] opened this pull request 8 months ago
Revert "websocket: autobahn workflow should fail on error"

Uzlopak opened this pull request 8 months ago
use private properties in Headers

KhafraDev opened this pull request 8 months ago
Limit the maximum numbers of open sockets

mcollina opened this issue 8 months ago
websocket: optimize masking

tsctx opened this pull request 8 months ago
Optimization of websocket masking

tsctx opened this issue 8 months ago
perf: avoid buffer cloning

tsctx opened this pull request 8 months ago
permessage-deflate decompression support in websocket

KhafraDev opened this pull request 8 months ago
add bodymixin bytes

KhafraDev opened this pull request 8 months ago
permessage-deflate support in websocket

KhafraDev opened this issue 8 months ago
websocket: autobahn workflow should fail on error

Uzlopak opened this pull request 8 months ago
websocket: checkout correct commit in autobahn workflow

Uzlopak opened this pull request 8 months ago
Cleanup websocket

KhafraDev opened this pull request 8 months ago
Implement Request/Response `.bytes()` method

bakkot opened this issue 8 months ago
Interceptors: add response decompress interceptor

metcoder95 opened this issue 8 months ago
websocket: fix 6 autobahn tests

KhafraDev opened this pull request 8 months ago
Failing autobahn tests

KhafraDev opened this issue 8 months ago
Autobahn suite

KhafraDev opened this pull request 8 months ago
fix error message in websocket

KhafraDev opened this pull request 8 months ago
running autobahn test suite

KhafraDev opened this issue 8 months ago
ci: node nightly test should use node 23

Uzlopak opened this pull request 8 months ago
fix parsing continuation frames in websocket

KhafraDev opened this pull request 8 months ago
Implement Service Worker API

kettanaito opened this pull request 9 months ago
Remove unecessary async from writeBuffer

DarkGL opened this pull request 9 months ago
fix: parseHeaders should take Record<string, ...>

ronag opened this pull request 9 months ago
websocket: handle parser errors more consistently

KhafraDev opened this issue 9 months ago
refactor websocket control frame handling

KhafraDev opened this pull request 9 months ago
websocket: don't clone buffer

tsctx opened this pull request 9 months ago
websocket: fix parsing of control frames

tai-kun opened this pull request 9 months ago
[Release] v6.16.1

github-actions[bot] opened this pull request 9 months ago
fail wpt runner if expected failures does not match actual

KhafraDev opened this pull request 9 months ago
fetch: don't set an invalid origin header

KhafraDev opened this pull request 9 months ago
fetch: fix wpt test request-upload.any.js

Uzlopak opened this pull request 9 months ago
fetch: Fix wpt test request-upload.any.js

Uzlopak opened this pull request 9 months ago
Implement HTTP caching

jeswr opened this issue 9 months ago
test: reduce the number of requests in `fire-and-forget.js`

tsctx opened this pull request 9 months ago
add pipe support for wpt server

KhafraDev opened this pull request 9 months ago
fetch: fix captureStackTrace

Uzlopak opened this pull request 9 months ago
ci: add node 22 in ci test matrix, use 22 for coverage

Uzlopak opened this pull request 9 months ago
fetch: wpt add /fetch/api/resources/cache.py to server.mjs

Uzlopak opened this pull request 9 months ago
Content-Length header should be ignored by fetch

mcollina opened this issue 9 months ago
fetch: enable wpt test request-referrer.any.js

Uzlopak opened this pull request 9 months ago
fix: ignore content-length when dumping HEAD

ronag opened this pull request 9 months ago
Add test to verify if the connection is correctly aborted on cancel

mcollina opened this pull request 9 months ago
Improve docs on Interceptors

tastypackets opened this issue 9 months ago
fix some typos

Uzlopak opened this pull request 9 months ago
[Release] v6.16.0

github-actions[bot] opened this pull request 9 months ago
websocket: move codeblock in parseCloseBody

Uzlopak opened this pull request 9 months ago
websocket: don't clone buffer if it's not needed.

tsctx opened this pull request 9 months ago
websocket: use FastBuffer

tsctx opened this pull request 9 months ago
fix: pass abort function

tsctx opened this pull request 9 months ago
fix: remove abort handler on close

ronag opened this pull request 9 months ago
perf: avoid setImmediate if body is reading

ronag opened this pull request 9 months ago
fix: request abort signal

ronag opened this pull request 9 months ago
docs(proxy): fix typo

kanadgupta opened this pull request 9 months ago
fix websocket receiving an invalid utf-8 in close frame

KhafraDev opened this pull request 9 months ago
fix parsing when receiving empty body websocket

KhafraDev opened this pull request 9 months ago
websocket: 200x faster generate mask

tsctx opened this pull request 9 months ago
bench: add websockets

tsctx opened this pull request 9 months ago
WebSocket performance / benchmarking

KhafraDev opened this issue 9 months ago
test: avoid tempfile generation in request-timeout.js

Uzlopak opened this pull request 9 months ago
use FinalizationRegistry to cancel the body if response is collected

mcollina opened this pull request 9 months ago
Disallow force push into protected branches (main, next)

Uzlopak opened this issue 9 months ago
perf: avoid buffer clone

tsctx opened this pull request 9 months ago
wip: fix memleak

Uzlopak opened this pull request 9 months ago
build(deps): bump node from `9459e24` to `487dc5d` in /build

dependabot[bot] opened this pull request 9 months ago
refactor: code cleanup

tsctx opened this pull request 9 months ago
perf: avoid spread in makeRequest()

gunjam opened this pull request 9 months ago
build(deps): bump github/codeql-action from 3.24.9 to 3.25.3

dependabot[bot] opened this pull request 9 months ago
build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1

dependabot[bot] opened this pull request 9 months ago
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3

dependabot[bot] opened this pull request 9 months ago
build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2

dependabot[bot] opened this pull request 9 months ago
build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1

dependabot[bot] opened this pull request 9 months ago
build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13

dependabot[bot] opened this pull request 9 months ago
fix 3 mimesniff tests

KhafraDev opened this pull request 9 months ago
Client not following redirects

kylsgl opened this issue 9 months ago
fix: keep raw header name

tsctx opened this pull request 9 months ago
build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks

dependabot[bot] opened this pull request 9 months ago
build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build

dependabot[bot] opened this pull request 9 months ago