generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 151
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aws/s2n-quic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.63.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aws/s2n-quic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.64.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 140 files changed
- 8 contributors
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b8d1d24 - Browse repository at this point
Copy the full SHA b8d1d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfff80e - Browse repository at this point
Copy the full SHA cfff80eView commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a7aba3 - Browse repository at this point
Copy the full SHA 3a7aba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4561ed - Browse repository at this point
Copy the full SHA d4561edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1245b8 - Browse repository at this point
Copy the full SHA b1245b8View commit details
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9fe81de - Browse repository at this point
Copy the full SHA 9fe81deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c64faf9 - Browse repository at this point
Copy the full SHA c64faf9View commit details
Commits on Aug 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 30b021e - Browse repository at this point
Copy the full SHA 30b021eView commit details
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a2ad54e - Browse repository at this point
Copy the full SHA a2ad54eView commit details
Commits on Aug 13, 2025
-
feat(s2n-quic-dc): implement dcQUIC's server, client, and io providers (
#2752) Co-authored-by: Boquan Fang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d3d94f - Browse repository at this point
Copy the full SHA 4d3d94fView commit details
Commits on Aug 14, 2025
-
feat(s2n-quic-dc): implement dcQUIC control (#2755)
Co-authored-by: Boquan Fang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd9ee3e - Browse repository at this point
Copy the full SHA bd9ee3eView commit details -
opt(s2n-quic-dc): skip epoll registration in happy path (#2754)
Currently, dcQUIC streams over TCP will be accepted, be registered with epoll, attempt reading (usually fails), in <1ms the first data packet arrives and we succeed reading, deregister the socket, and then hand off the stream to the application for further reading. We'd like to avoid the epoll registration as it uses extra CPU (even if latency impact is minimal) so this patch uses the Linux-only TCP_DEFER_ACCEPT to only accept sockets with data already available. That's combined with lazy registration of sockets with Tokio's epoll by only doing so if we get WouldBlock after attempting a read or write. The net effect is a 8.8% (relative) drop in overall CPU usage in one of our internal benchmarks which exercises short streams over loopback, bringing CPU usage in the acceptor from 23% of the workload to 18%.
Configuration menu - View commit details
-
Copy full SHA for ff81604 - Browse repository at this point
Copy the full SHA ff81604View commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f217c85 - Browse repository at this point
Copy the full SHA f217c85View commit details
Commits on Aug 21, 2025
-
feat(s2n-quic): configurable PTO jitter (#2756)
* feat(s2n-quic): configurable pto jitter * update rtt_estimator * update rtt_estimator * more rtt_estimator updates * more wiring up * fix tests * Add integration test * refactor rtt_estimator * small doc update * more cleanup * format * fix test * fix test * try enabling for perf * revert enabling for perf * add more context on gen_range_biased
Configuration menu - View commit details
-
Copy full SHA for 4a3f549 - Browse repository at this point
Copy the full SHA 4a3f549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074badc - Browse repository at this point
Copy the full SHA 074badcView commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 625be88 - Browse repository at this point
Copy the full SHA 625be88View commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fa30e8a - Browse repository at this point
Copy the full SHA fa30e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6539908 - Browse repository at this point
Copy the full SHA 6539908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7fd3e - Browse repository at this point
Copy the full SHA 8d7fd3eView commit details
Loading
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 v1.63.0...v1.64.0