Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
githubcsq
/
quic-go
Public
forked from
WuNL/quic-go
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 7, 2019
Merge pull request #1950 from lucas-clemente/openstreamsync-in-order
Show description for d0b5cc1
marten-seemann
authored
d0b5cc1
View commit details
Copy full SHA for d0b5cc1
Browse repository at this point
Commits on Jun 6, 2019
return OpenStreamSync calls in the order they were called
marten-seemann
committed
061b92e
View commit details
Copy full SHA for 061b92e
Browse repository at this point
Commits on Jun 5, 2019
Merge pull request #1948 from lucas-clemente/stream-num
Show description for e7f20d4
marten-seemann
authored
e7f20d4
View commit details
Copy full SHA for e7f20d4
Browse repository at this point
use stream numbers, not stream ids, in the stream maps
marten-seemann
committed
857e4ae
View commit details
Copy full SHA for 857e4ae
Browse repository at this point
introduce a type for the stream number
marten-seemann
committed
a8633a9
View commit details
Copy full SHA for a8633a9
Browse repository at this point
return the invalid stream ID if no streams are allowed
marten-seemann
committed
0dd26f4
View commit details
Copy full SHA for 0dd26f4
Browse repository at this point
remove stray print statement in streams map
marten-seemann
committed
42fdeab
View commit details
Copy full SHA for 42fdeab
Browse repository at this point
Commits on Jun 2, 2019
Merge pull request #1944 from lucas-clemente/enforce-alpn
Show description for af5c057
marten-seemann
authored
af5c057
View commit details
Copy full SHA for af5c057
Browse repository at this point
add an integration test for ALPN
marten-seemann
committed
7c1f9df
View commit details
Copy full SHA for 7c1f9df
Browse repository at this point
reject a tls.Config without NextProtos for dialing
marten-seemann
committed
09111b4
View commit details
Copy full SHA for 09111b4
Browse repository at this point
reject a tls.Config without NextProtos for listening
marten-seemann
committed
8eeddeb
View commit details
Copy full SHA for 8eeddeb
Browse repository at this point
require ALPN during the TLS handshake
marten-seemann
committed
979ab75
View commit details
Copy full SHA for 979ab75
Browse repository at this point
Merge pull request #1943 from lucas-clemente/new-tokens
Show description for 74ddf32
marten-seemann
authored
74ddf32
View commit details
Copy full SHA for 74ddf32
Browse repository at this point
Merge pull request #1941 from lucas-clemente/post-handshake-errors
Show description for 314df92
marten-seemann
authored
314df92
View commit details
Copy full SHA for 314df92
Browse repository at this point
send a NEW_TOKEN from after completing the handshake (as a server)
marten-seemann
committed
3454384
View commit details
Copy full SHA for 3454384
Browse repository at this point
Merge pull request #1945 from lucas-clemente/fix-flaky-token-generator-test
Show description for 784ed16
marten-seemann
authored
784ed16
View commit details
Copy full SHA for 784ed16
Browse repository at this point
rename handshake.TokenGenerator.NewToken to NewRetryToken
marten-seemann
committed
7c7bced
View commit details
Copy full SHA for 7c7bced
Browse repository at this point
error when receiving a post-handshake message with wrong encryption level
marten-seemann
committed
17634d2
View commit details
Copy full SHA for 17634d2
Browse repository at this point
Merge pull request #1942 from lucas-clemente/token-expiry-time
Show description for 7fbae1c
marten-seemann
authored
7fbae1c
View commit details
Copy full SHA for 7fbae1c
Browse repository at this point
fix flaky token generator test on CI
marten-seemann
committed
d4da26b
View commit details
Copy full SHA for d4da26b
Browse repository at this point
Commits on Jun 1, 2019
reduce the Retry token expiry time to 10 seconds
Show description for 1873503
marten-seemann
committed
1873503
View commit details
Copy full SHA for 1873503
Browse repository at this point
return an error when handling the NewSessionTicket failed
marten-seemann
committed
6888eb8
View commit details
Copy full SHA for 6888eb8
Browse repository at this point
Commits on May 31, 2019
Merge pull request #1939 from lucas-clemente/crypto-setup-error-signaling
Show description for 4e709ef
marten-seemann
authored
4e709ef
View commit details
Copy full SHA for 4e709ef
Browse repository at this point
use a callback to signal completion of the handshake
marten-seemann
committed
e361d3c
View commit details
Copy full SHA for e361d3c
Browse repository at this point
use a struct to pass callbacks from the session to the crypto setup
marten-seemann
committed
4fd6a7c
View commit details
Copy full SHA for 4fd6a7c
Browse repository at this point
Merge pull request #1936 from lucas-clemente/token-timestamp
Show description for 3b4e552
marten-seemann
authored
3b4e552
View commit details
Copy full SHA for 3b4e552
Browse repository at this point
use a callback to pass handshake errors to the session
marten-seemann
committed
7438681
View commit details
Copy full SHA for 7438681
Browse repository at this point
Merge pull request #1940 from lucas-clemente/unexpected-handshake-messages
Show description for ed69ae2
marten-seemann
authored
ed69ae2
View commit details
Copy full SHA for ed69ae2
Browse repository at this point
use a high resolution timestamp in the token
marten-seemann
committed
002b36a
View commit details
Copy full SHA for 002b36a
Browse repository at this point
Merge pull request #1937 from lucas-clemente/fix-hrr-race
Show description for aa9ab41
marten-seemann
authored
aa9ab41
View commit details
Copy full SHA for aa9ab41
Browse repository at this point
Merge pull request #1938 from lucas-clemente/remove-unused-connection-state
Show description for 6899eb3
marten-seemann
authored
6899eb3
View commit details
Copy full SHA for 6899eb3
Browse repository at this point
Merge pull request #1935 from lucas-clemente/rename-cookie-to-token
Show description for b1b85cc
marten-seemann
authored
b1b85cc
View commit details
Copy full SHA for b1b85cc
Browse repository at this point
fix crash when receiving unexpected handshake message
marten-seemann
committed
73bd91a
View commit details
Copy full SHA for 73bd91a
Browse repository at this point
return a crypto error when receiving unexpected handshake messages
marten-seemann
committed
5d4a47a
View commit details
Copy full SHA for 5d4a47a
Browse repository at this point
remove unused handshake.ConnectionState struct definition
marten-seemann
committed
2f6ab5a
View commit details
Copy full SHA for 2f6ab5a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.