-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: quic-go/quic-go
base: v0.53.0
head repository: quic-go/quic-go
compare: v0.54.1
- 14 commits
- 88 files changed
- 4 contributors
Commits on Jun 26, 2025
-
fix retransmission logic for path probing packets (#5241)
To achieve an exponential backoff, the timer should only be reset after having fired.
Configuration menu - View commit details
-
Copy full SHA for 1b9add1 - Browse repository at this point
Copy the full SHA 1b9add1View commit details -
implement receiver side behavior for RESET_STREAM_AT (#5235)
* implement receiver side behavior for RESET_STREAM_AT * simplify reliable offset tracking
Configuration menu - View commit details
-
Copy full SHA for b2f2431 - Browse repository at this point
Copy the full SHA b2f2431View commit details
Commits on Jun 28, 2025
-
implement sender side behavior for RESET_STREAM_AT (#5242)
* improve existing send stream test * implement sender side behavior for RESET_STREAM_AT * refactor send stream cancelation and shutdown error handling * correctly deal with 0-RTT corner case
Configuration menu - View commit details
-
Copy full SHA for a2926a3 - Browse repository at this point
Copy the full SHA a2926a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e9c7e - Browse repository at this point
Copy the full SHA 08e9c7eView commit details -
fix flaky TestDrainServerAcceptQueue (#5247)
The connections are not necessarily accepted in the same order that they are dialed.
Configuration menu - View commit details
-
Copy full SHA for 3f3d309 - Browse repository at this point
Copy the full SHA 3f3d309View commit details -
Configuration menu - View commit details
-
Copy full SHA for dadc8db - Browse repository at this point
Copy the full SHA dadc8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d2fa5 - Browse repository at this point
Copy the full SHA 61d2fa5View commit details
Commits on Jun 29, 2025
-
add a Config and ConnectionState flag for RESET_STREAM_AT (#5243)
* add a Config and ConnectionState flag for RESET_STREAM_AT * add RESET_STREAM_AT to README
Configuration menu - View commit details
-
Copy full SHA for 0eb237f - Browse repository at this point
Copy the full SHA 0eb237fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd32cf5 - Browse repository at this point
Copy the full SHA fd32cf5View commit details
Commits on Jul 7, 2025
-
http3: remove dependency on quic internal packages (#5256)
* Remove http3 dependency on quic internal packages Remove the dependency on internal/protocol from the http3 package. This makes it possible for a forked http3 to use the mainline quic-go package. * Address review comments * Fix syntax * Use broader pattern for http3 directory * Copy internal/testdata * Replace perspective with bool * clone the supported version slice --------- Co-authored-by: Marten Seemann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9c6ea - Browse repository at this point
Copy the full SHA 0a9c6eaView commit details
Commits on Jul 12, 2025
-
close Transport when DialAddr fails (#5259)
Close the transport after dial fails to avoid memory leaks. Same logic as DialAddrEarly. Signed-off-by: Coia Prant <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afe01ef - Browse repository at this point
Copy the full SHA afe01efView commit details
Commits on Jul 18, 2025
-
wire: improve frame parsing benchmarks (#5263)
* Add master-style frame handling benchmarks using type switches * Fixing styling issue. * put STREAM frame back * remove BenchmarkParseStreamAndACK * use random data for STREAM and DATAGRAM * improve comment --------- Co-authored-by: Marten Seemann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 893a594 - Browse repository at this point
Copy the full SHA 893a594View commit details
Commits on Jul 20, 2025
-
wire: optimize parsing logic for STREAM, DATAGRAM and ACK frames (#5227)
ParseOtherFrames-16 148ns ± 4% 150ns ± 3% ~ (p=0.223 n=8+8) ParseAckFrame-16 302ns ± 2% 298ns ± 3% ~ (p=0.246 n=8+8) ParseStreamFrame-16 262ns ± 3% 213ns ± 2% -18.61% (p=0.000 n=8+8) ParseDatagramFrame-16 561ns ± 5% 547ns ± 4% ~ (p=0.105 n=8+8)
Configuration menu - View commit details
-
Copy full SHA for c2e784a - Browse repository at this point
Copy the full SHA c2e784aView commit details
Commits on Sep 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0264fbc - Browse repository at this point
Copy the full SHA 0264fbcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.53.0...v0.54.1