-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[+]Merge interop into main #364
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…aba#347) * [+] QUIC datagram (RFC9221), sending datagrams and bytestreams on http3 connections (non-standard extensions), and bugfix (alibaba#307) *[!] fix vulnerabilities on parsing STREAM and CRYPTO frame; * [+] update contributor * [!] fix test case errors on ubuntu latest * [+] Export SSL handler of HTTP/3 connection for ssl_protocol, ssl_cipher, etc. (alibaba#310) * [+] Export SSL handler of HTTP/3 connection for ssl_protocol, ssl_cipher, etc. * [!] fix format of function return * [+] support standard stateless reset (alibaba#313) * [+] update multipath to draft-04; (alibaba#317) * [+] support pmtu; * fix complie error: specified bound depends on the length of the source argument (alibaba#312) * fix complie error: specified bound depends on the length of the source argument * fix stringop-overflow complie error * fix stringop-overflow complie error * Doc/rfc9114 (alibaba#223) * Update draft-ietf-quic-http-34-zh.md * Update draft-ietf-quic-http-34-zh.md * Update draft-ietf-quic-http-34-zh.md * Create rfc9114-http3-zh.md * [=] add usage specifications for test_client and test_server (alibaba#318) * [+] support multipath interop (alibaba#320) * [+] add no_crypto and serrial options for mpquic interop (alibaba#321) * Update doc (and comment) multipath-[01|02] => 04 (alibaba#326) * demo: fix typo (xuqic -> xquic) (alibaba#328) * [+] add .gitignore (alibaba#329) * fix: use off_t instead of int for filesize (alibaba#332) * [!] fix http3 deadloop and segmentation fault, fix stream compose error (alibaba#338) * [+]Enable multipath-05 etc. (alibaba#340) * [=] fix README-zh-CN doc link (alibaba#341) * [!] fix interop testcase: antiamplication, multiplexing, zerortt, recovery, keyupdate * [~]Fix error during rebase * [+]Add new testcase in run endpoint --------- Co-authored-by: Wu Zhao <[email protected]> Co-authored-by: lianglli <[email protected]> Co-authored-by: Bobo <[email protected]> Co-authored-by: robinhzp <[email protected]> Co-authored-by: Alexis La Goutte <[email protected]> Co-authored-by: Yanmei Liu <[email protected]> Co-authored-by: Marcel <[email protected]> Co-authored-by: RuiqiZhou <[email protected]>
[~] merge interop branch to main branch
yangfurong
approved these changes
Nov 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.