1. 390040b Add 0-RTT support to QuicToyClient by dschinazi · 3 years, 11 months ago
  2. e805682 Allow QuicToyClient's header value to contain colons(:). by wub · 3 years, 11 months ago
  3. b25dd21 Use new connection IDs in IETF quic connection migration. by haoyuewang · 3 years, 11 months ago
  4. 9de6abe Move QuicheTextUtils out of platform. by bnc · 3 years, 11 months ago
  5. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 3 years, 11 months ago
  6. a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 3 years, 11 months ago
  7. 59de4b0 Move WebTransportEchoServer from test_tools to tools. by QUICHE team · 3 years, 11 months ago
  8. 5da491c Use valid stream data in in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 3 years, 11 months ago
  9. 1d49612 Cleanup version helper functions in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 3 years, 11 months ago
  10. dc60baf Use new connection ID in connection migration on the client side. by haoyuewang · 4 years ago
  11. 3dc0a57 When binding a quic client's socket, set the addrlen to the exact length of the sockaddr struct being passed in. by QUICHE team · 4 years ago
  12. 6666989 Enable HTTP/3 datagram in the simple server when WebTransport is also enabled. by vasilvv · 4 years ago
  13. 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 4 years ago
  14. 20d73c4 Support and test server-initiated bidirectional streams in WebTransport. by vasilvv · 4 years ago
  15. bf4d4e2 Remove Uint64ToString() and Hex() from QuicheTextUtils. by bnc · 4 years ago
  16. c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
  17. e753434 In WebTransport, make FIN be a return of Read() method rather than a visitor call. by vasilvv · 4 years ago
  18. a3b50b4 Allow selecting QUIC version from command line in quic_client_interop_test by dschinazi · 4 years ago
  19. 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 4 years ago
  20. 38b5aed Remove QuicWrapUnique. by bnc · 4 years ago
  21. 5fa05cd Remove FLAGS_quic_enable_http3_server_push, QuicSpdySession::EnableServerPush(), and SetMaxPushId(). by bnc · 4 years ago
  22. 316f376 Support unidirectional streams in WebTransport over HTTP/3. by vasilvv · 4 years ago
  23. 547041f Factor out QuicTransportStream logic so that it can be reused in WebTransport over HTTP/3. by vasilvv · 4 years ago
  24. 7d4796d Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 4 years ago
  25. b0aaa82 Add QuicMemoryCacheBackend::AddResponseWithEarlyHints() by QUICHE team · 4 years ago
  26. 098ba77 Implement an end-to-end test for WebTransport negotiation. by vasilvv · 4 years ago
  27. 68675a2 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 4 years ago
  28. 87fc586 Abstract away the interface of QuicTransport into WebTransportStream and WebTransportSession. by vasilvv · 4 years ago
  29. eb2046f Prevent QuicSimpleServerStream from sending two responses by dschinazi · 4 years, 1 month ago
  30. 8d63c92 Allow CONNECT requests without :path in QuicSimpleServerStream by dschinazi · 4 years, 1 month ago
  31. 34bacf1 Fix masque_server and epoll_quic_server in Chrome by dschinazi · 4 years, 1 month ago
  32. a25ed9d Implement QUIC server validates the new peer address upon receiving PATH_CHALLENGE or peer migration. by danzh · 4 years, 1 month ago
  33. 45a59fe Replace QuicUnorderedMap and QuicHashMap with the corresponding Abseil classes. by vasilvv · 4 years, 2 months ago
  34. 861766b deprecate gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 4 years, 2 months ago
  35. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years, 2 months ago
  36. 5cef78e Platformize DCHECK and other macros. by vasilvv · 4 years, 2 months ago
  37. 219bd57 Deprecate gfe2_reloadable_flag_quic_deprecate_http2_priority_experiment. by bnc · 4 years, 2 months ago
  38. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  39. 8ea5942 Move enforcement of single RETRY from QuicConnection to QuicFramer by dschinazi · 4 years, 3 months ago
  40. 75e301b Make QUIC interop runner print version by dschinazi · 4 years, 3 months ago
  41. 133b868 Support token based address validation in IETF QUIC. by fayang · 4 years, 3 months ago
  42. 1f6aca8 Clean up dead QUIC transport parameter code by dschinazi · 4 years, 4 months ago
  43. 1ea0b54 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 4 months ago
  44. cc7d40d Clean up QuicTransportVersion use by dschinazi · 4 years, 4 months ago
  45. 1de5819 Prevent buffer overflow in QuicSimpleServerSession::HandleRstOnValidNonexistentStream by dschinazi · 4 years, 4 months ago
  46. 9a630bf Allow QuicSimpleServerStream to send CONNECT response by dschinazi · 4 years, 4 months ago
  47. 93b4e4d In GFE, consider decrypted 0-RTT packets as full packet to relax the amplification factor. by fayang · 4 years, 4 months ago
  48. e6211dc Add unused QuicSession interfaces to initiating IETF connection migration: MigratePath(), ValidatePath(). These new interfaces are used by toy client in e2e tests. by danzh · 4 years, 4 months ago
  49. 54fc9ab Add out_alert to ProofVerifier::VerifyCertChain by nharper · 4 years, 4 months ago
  50. 58b3af3 In QUIC, use using for alias declaration. by renjietang · 4 years, 4 months ago
  51. d53ab61 Replace QuicheTextUtils::Split with absl::StrSplit. by vasilvv · 4 years, 5 months ago
  52. 9c41f8b Use WriteOrBufferDataAtLevel to send crypto data. Such that existing WriteOrBufferData is used to send application data. by fayang · 4 years, 5 months ago
  53. 29ce0bd Do not send control frames (by session) until encryption gets established. by fayang · 4 years, 5 months ago
  54. 72b789c Repalce QuicheTextUtils::HexEncode/Decode with Abseil equivalents. by vasilvv · 4 years, 5 months ago
  55. 23846f3 Replace QuicheTextUtils methods with absl::SimpleAtoi. by vasilvv · 4 years, 5 months ago
  56. 8f9591b Replace quic_macros.h with Abseil equivalents. by vasilvv · 4 years, 5 months ago
  57. 89fe24d Use absl::StartsWith/EndsWith in QUIC directly. by vasilvv · 4 years, 5 months ago
  58. 8210352 Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 4 years, 5 months ago
  59. 557dfbc Rename SpdyHeaderBlock to Http2HeaderBlock, with a using alias. by QUICHE team · 4 years, 5 months ago
  60. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  61. 5c7090d Add KeyUpdateReason enum to KeyUpdate call & OnKeyUpdate callbacks. by mattm · 4 years, 5 months ago
  62. 052df7c Introduce the concept of STOP_SENDING in gQUIC. by renjietang · 4 years, 5 months ago
  63. 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 5 months ago
  64. 072a7e3 QUIC Key Update support by mattm · 4 years, 5 months ago
  65. 6c9e9c3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 5 months ago
  66. 5df3663 Set initial self address for all server QUIC connections and client connections that know its own address. by wub · 4 years, 6 months ago
  67. 0c9148a Reject HTTP/2 only frames in HTTP/3. by renjietang · 4 years, 6 months ago
  68. 09a013c Change quic_toy_client.cc to include the correct header file for AF_INET/AF_INET6/AF_UNSPEC on windows. by wub · 4 years, 6 months ago
  69. 42fcda5 Add flag --ip_version_for_host_lookup to quic_client to indicate the preferred IP version of host address, if host lookup is needed. by wub · 4 years, 6 months ago
  70. 76c186d Add an extra endpoint to the QuicTransport simple server called by QUICHE team · 4 years, 6 months ago
  71. 187eea3 Change STOP_SENDING frame related APIs to use QuicRstStreamError type. by bnc · 4 years, 7 months ago
  72. 3e004e9 Update default HTTP/3 priority. by bnc · 4 years, 7 months ago
  73. 9f902a4 Remove tests that are testing on sending only STOP_SENDING. by renjietang · 4 years, 7 months ago
  74. 3988f57 Refactor GOAWAY-related accessors. by bnc · 4 years, 7 months ago
  75. 4761740 Fix client supported versions when quic_client reconnects. Client code only, not protected. by wub · 4 years, 7 months ago
  76. 6a5a8aa Resolves technical debt issues: by QUICHE team · 4 years, 7 months ago
  77. 2c4978f In QUIC, do not test liveness if timeout is longer than half idle timeout. Client side only, not protected. by fayang · 4 years, 7 months ago
  78. 95d85af Do not busy loop waiting to process MAX_STREAMS if liveness testing is in progress. by fayang · 4 years, 8 months ago
  79. 5c1d7d8 Cleanup uses of QUIC version by dschinazi · 4 years, 8 months ago
  80. 9946bc0 Move handling of STOP_SENDING frame from QuicSession to QuicStream. by renjietang · 4 years, 8 months ago
  81. 4e3fb90 Internal QUICHE change by wub · 4 years, 8 months ago
  82. 2b056dc Remove SSL methods from non-SSL base class by QUICHE team · 4 years, 9 months ago
  83. 5af1967 Prevent infinite loops in QUIC e2e test by dschinazi · 4 years, 9 months ago
  84. 6a6a0ff Internal QUICHE change by haoyuewang · 4 years, 9 months ago
  85. e15a5fb Remove unused server designated connection ID from QUIC by nharper · 4 years, 9 months ago
  86. 00c29a8 Allow setting connection options from command line in QuicToyClient by dschinazi · 4 years, 9 months ago
  87. d262e25 Add version guard to QuicUtil methods which are IETF QUIC only. by renjietang · 4 years, 9 months ago
  88. 1ddce75 Add Quantum-readiness test to quic_client_interop_test by dschinazi · 4 years, 9 months ago
  89. 749e69b Support 0-RTT in quic_client_interop_test_bin.cc by nharper · 4 years, 9 months ago
  90. 5ab78c8 Add port field to ProofVerifier::VerifyCertChain by nharper · 4 years, 10 months ago
  91. db67222 Add WaitForHandshakeConfirmed. In those tests with large packet loss, wait for handshake confirmed before upping the loss rate. Also disable T050 for those tests, as there is T050 does not have HANDSHAKE_DONE frame. by fayang · 4 years, 10 months ago
  92. 7e396f5 Rename QuicClientBase::WaitForCryptoHandshakeConfirmed to WaitForOneRttKeysAvailable. by fayang · 4 years, 10 months ago
  93. 116fa4c In quicsession, unify num_*_incoming_streams_ and num_*_outgoing_streams_. refactoring only, not protected. by fayang · 4 years, 10 months ago
  94. f921a93 Internal QUICHE change by fayang · 4 years, 10 months ago
  95. 6a25841 Apply the amplification limit for all packets, not just handshake packets in ietf quic. also fixes an issue where shouldgeneratepacket doesn't check if the connection is connected. protected by gfe2_reloadable_flag_quic_move_amplification_limit. by fayang · 4 years, 10 months ago
  96. db88de3 Allow --host and url to refer to different hosts in quic_client_interop_test_bin by nharper · 4 years, 10 months ago
  97. ac97983 Allow quic_client to override connection ID lengths by dschinazi · 4 years, 10 months ago
  98. 37d11a0 Change export macro for SimpleTicketCrypter by nharper · 4 years, 11 months ago
  99. b57e9d3 Add SimpleTicketCrypter implementation by nharper · 4 years, 11 months ago
  100. be284d1 Introduce single-parameter variant of QuicConfig::SetIdleNetworkTimeout by dschinazi · 4 years, 11 months ago