1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
denoland-deno/ext
snek ccd375802a
refactor(quic): introduce endpoint, 0rtt, cleanup (#27444)
A QUIC endpoint is a UDP socket which multiplexes QUIC sessions, which
may be initiated in either direction. This PR exposes endpoints and
moves things around as needed.

Now that endpoints can be reused between client connections, we have a
way to share tls tickets between them and allow 0rtt. This interface
currently works by conditionally returning a promise.

Also cleaned up the rust op names, fixed some lingering problems in the
data transmission, and switched to explicit error types.
2025-01-06 15:24:59 +01:00
..
broadcast_channel chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cache chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
canvas chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
console chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cron chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
crypto chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fetch feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
ffi chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
http feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
io chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
kv fix(kv): improve backoff error message and inline documentation (#27537) 2025-01-04 00:04:14 +01:00
napi chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
net refactor(quic): introduce endpoint, 0rtt, cleanup (#27444) 2025-01-06 15:24:59 +01:00
node refactor: remove use of home crate (#27516) 2025-01-02 10:06:35 -05:00
telemetry feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
tls chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
url chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
web fix(ext/http): improve error message when underlying resource of request body unavailable (#27463) 2025-01-06 16:12:21 +09:00
webgpu chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
webidl chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
websocket chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
webstorage chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00