1. 75bb6bb Deprecate --gfe2_reloadable_flag_quic_alps_include_scheme_in_origin. by bnc · 3 years, 1 month ago
  2. 5c2f346 Internal QUICHE change by fayang · 3 years, 1 month ago
  3. 72a5bcf Internal QUICHE change by fayang · 3 years, 1 month ago
  4. 87f922e Add code count on connection ID change other than initial connection ID replacement on the server side. by haoyuewang · 3 years, 1 month ago
  5. 50e5516 QuicDispatcher discards packets with known version but invalid destination connection ID. by haoyuewang · 3 years, 1 month ago
  6. 1db5f23 Deprecate gfe2_reloadable_flag_quic_ack_delay_alarm_granularity. by ianswett · 3 years, 1 month ago
  7. f92d838 Adds a set of mock nghttp2 callbacks that can be used with nghttp2 or a similar interface in tests. by QUICHE team · 3 years, 2 months ago
  8. 2121bae Adds an OnFrameHeader() callback to Http2VisitorInterface. by QUICHE team · 3 years, 2 months ago
  9. 7f31d06 Internal QUICHE change by ianswett · 3 years, 2 months ago
  10. 48b1681 In TlsHandshaker::AdvanceHandshake, retry SSL_do_handshake once if it "succeeded" when entering early data. by wub · 3 years, 2 months ago
  11. aa1ac08 For TLS QUIC handshakes, reduce the GFE<=>Alia round trip down to 1 using BoringSSL's handshake hints. This change includes the following pieces: by wub · 3 years, 2 months ago
  12. e46fe2e Rename SimpleLinkedHashMap to QuicheLinkedHashMap. by bnc · 3 years, 2 months ago
  13. f372598 Remove unused containers from quic_containers. by bnc · 3 years, 2 months ago
  14. 3dbf3a5 add code count to verify reverse path validation successful rate by danzh · 3 years, 2 months ago
  15. ffae80c Fix ReplacePeerIssuedConnectionIdOnBothPathsTriggeredByNewConnectionIdFrame failure with random flags in //third_party/quic/core:quic_connection_test by haoyuewang · 3 years, 2 months ago
  16. 23d20ac Use new connection ID in connection migration on the server side. by haoyuewang · 3 years, 2 months ago
  17. 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 3 years, 2 months ago
  18. 92afc09 Internal QUICHE change by wub · 3 years, 2 months ago
  19. ae8f91f Group sever connection ID validation into a common function. by haoyuewang · 3 years, 2 months ago
  20. 1063e45 Set last_packet_destination_connection_id_ to replacement CID chosen by server when last packet destination CID is the original CID chosen by client. by haoyuewang · 3 years, 2 months ago
  21. cb6b510 Introduce Chaos Protection by dschinazi · 3 years, 2 months ago
  22. 9f23586 Add two missing includes to unblock QUICHE roll to Chromium. by bnc · 3 years, 2 months ago
  23. 9de6abe Move QuicheTextUtils out of platform. by bnc · 3 years, 2 months ago
  24. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 3 years, 2 months ago
  25. 92df092 Signal error on PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 3 years, 2 months ago
  26. 0142a09 Remove QuicSpdySession::server_push_enabled() and deprecate QNSP connection tag. by bnc · 3 years, 2 months ago
  27. 22033d9 Implement quiche::QuicheTextUtils::HexDump() within QUICHE. by bnc · 3 years, 2 months ago
  28. d905087 Removes OnAbortStream() from the visitor interface, as OnCloseStream() serves the same purpose. by QUICHE team · 3 years, 2 months ago
  29. a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 3 years, 2 months ago
  30. 59de4b0 Move WebTransportEchoServer from test_tools to tools. by QUICHE team · 3 years, 2 months ago
  31. 9c0948f Mark gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots verified by QUICHE team · 3 years, 2 months ago
  32. 7ce6d49 Deprecate --gfe2_reloadable_flag_quic_do_not_synthesize_source_cid_for_short_header. by haoyuewang · 3 years, 2 months ago
  33. d696329 Deprecate --gfe2_reloadable_flag_quic_reject_unexpected_ietf_frame_types. by haoyuewang · 3 years, 2 months ago
  34. d67914c Deprecate --gfe2_reloadable_flag_quic_crypto_postpone_cert_validate_for_server. by wub · 3 years, 2 months ago
  35. 6400bea Deprecate quic_fix_key_update_on_first_packet by dschinazi · 3 years, 2 months ago
  36. 5da491c Use valid stream data in in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 3 years, 2 months ago
  37. 1d49612 Cleanup version helper functions in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 3 years, 2 months ago
  38. 425527f Make some tests more robust by dschinazi · 3 years, 2 months ago
  39. b5f772a Treat old (pre-draft02) PRIORITY_UPDATE frame as unknown frame. by bnc · 3 years, 2 months ago
  40. fcb3da7 Revert the meaning of QUIC connection option 'B2NE': by wub · 3 years, 2 months ago
  41. bef266f Internal QUICHE change by wub · 3 years, 2 months ago
  42. 16c78b3 Deprecate --gfe2_restart_flag_quic_use_reference_counted_sesssion_map. by haoyuewang · 3 years, 2 months ago
  43. 6460972 Deprecate --gfe2_reloadable_flag_quic_tls_use_normalized_sni_for_cert_selectioon. by wub · 3 years, 2 months ago
  44. 00028f6 Verifies NgHttp2Session output in the unit test. by QUICHE team · 3 years, 2 months ago
  45. dc70c8f Extends the ContainsFrames matcher to work with absl::string_view. Also requires that all input data be matched by a frame expectation. by QUICHE team · 3 years, 2 months ago
  46. 4035307 Deprecate --gfe2_restart_flag_quic_session_tickets_always_enabled. by wub · 3 years, 2 months ago
  47. 4a08a8e Deprecate --gfe2_reloadable_flag_quic_close_connection_with_too_many_outstanding_packets. by wub · 3 years, 2 months ago
  48. 0de9093 Deprecate --gfe2_reloadable_flag_quic_enable_alps_server. by bnc · 3 years, 2 months ago
  49. 126f68e Deprecate --gfe2_reloadable_flag_quic_enable_alps_client. by bnc · 3 years, 2 months ago
  50. 2a62c51 Deprecate --gfe2_reloadable_flag_quic_tls_use_per_handshaker_proof_source. by wub · 3 years, 2 months ago
  51. dc60baf Use new connection ID in connection migration on the client side. by haoyuewang · 3 years, 2 months ago
  52. b88225f Do not crash if time wait list tries to send or queue null packets. by fayang · 3 years, 2 months ago
  53. 1e4f564 Internal QUICHE change by fayang · 3 years, 2 months ago
  54. a183c55 Remove Http2StringPrintf. by bnc · 3 years, 2 months ago
  55. 3bf526d Remove SpdyHexEncode, SpdyHexDecode, Http2HexEncode, Http2HexDecode. by bnc · 3 years, 2 months ago
  56. 85c4fe3 Adds simple decoder event handling to OgHttp2Session. by QUICHE team · 3 years, 2 months ago
  57. 640536f Improve logging in QuicPacketCreator by dschinazi · 3 years, 2 months ago
  58. fa47a6d Internal QUICHE change by wub · 3 years, 2 months ago
  59. 94d1500 Make sure that a low QuicPacketCreator soft limit does not cause issues by dschinazi · 3 years, 2 months ago
  60. 81e779d Moves EXPECT_SPDY_BUG into Quiche as EXPECT_QUICHE_BUG. by QUICHE team · 3 years, 2 months ago
  61. 313870e Deletes unused headers from //third_party/spdy/platform/api. by QUICHE team · 3 years, 2 months ago
  62. d8aa40a QuicConnection::ShouldGeneratePacket returns false when peer connection ID is required but unavailable. by haoyuewang · 3 years, 2 months ago
  63. bfba46b s/std::optional/absl::optional/ in QuicConnectionIdManager. by wub · 3 years, 2 months ago
  64. 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 · 3 years, 2 months ago
  65. 4b5b4e6 Internal QUICHE change by fayang · 3 years, 2 months ago
  66. c8eb63a Improve QpackHeaderTableTests. by bnc · 3 years, 2 months ago
  67. b36e356 Move static_entries_ to QpackDecoderHeaderTable, make dynamic_entries_ private. by bnc · 3 years, 2 months ago
  68. 9b24331 Move MaxInsertSizeWithoutEvictingGivenEntry() and draining_index() to QpackEncoderHeaderTable. by bnc · 3 years, 2 months ago
  69. 4b7e3b0 Add QpackHeaderTableBase accessors, remove QpackHeaderTablePeer. by bnc · 3 years, 2 months ago
  70. 6ecbb88 Moves nghttp2_session_callbacks creation from test code to nghttp2_callbacks.h. by QUICHE team · 3 years, 2 months ago
  71. 53cbf3f Group sending path response and reverse path challenge closer on the server side. by haoyuewang · 3 years, 2 months ago
  72. 1ad3f06 Move index and name_index members into QpackEncoderHeaderTable. by bnc · 3 years, 2 months ago
  73. 8f81821 Moves OgHttp2Session into its own library. by QUICHE team · 3 years, 2 months ago
  74. 8075994 Move FindHeaderField() to QpackEncoderHeaderTable. by bnc · 3 years, 2 months ago
  75. cda67a5 The QBONE tunnel should not sleep in the epoll silo. Doing so causes alarms set on the epoll server to not be triggered in a timely manner. by QUICHE team · 3 years, 2 months ago
  76. b9142bc Patch missing connection ID on paths after new connection ID frame is received. by haoyuewang · 3 years, 2 months ago
  77. a1ffa16 Do not queue unsent PATH_RESPONSE and rely on peer's retry. by fayang · 3 years, 2 months ago
  78. a7927b1 Refactor EvictDownToCapacity(). by bnc · 3 years, 2 months ago
  79. 34c6602 deprecate gfe2_reloadable_flag_quic_unify_stop_sending. by renjietang · 3 years, 2 months ago
  80. 9a219a8 Move LookupEntry() into QpackDecoderHeaderTable. by bnc · 3 years, 2 months ago
  81. 61f24de Move observers to QpackDecoderHeaderTable. by bnc · 3 years, 2 months ago
  82. ed3587f Split QpackHeaderTable. by bnc · 3 years, 2 months ago
  83. 98ba149 Mark QuicBatchWriterBase as write blocked when the write status is WRITE_STATUS_BLOCKED_DATA_BUFFERED. by wub · 3 years, 2 months ago
  84. 3978759 Adds SubmitRst() to the Http2Adapter interface. by QUICHE team · 3 years, 2 months ago
  85. 62eeb20 Adds a wrapper class for the nghttp2 session data type. by QUICHE team · 3 years, 2 months ago
  86. 8490896 Add more APIs to Quic.*ConnectionIdManager for later connection migration with new connection ID change. by haoyuewang · 3 years, 2 months ago
  87. f8e24a7 Replace the incoming_connection_ids check with original_destination_connection_id check. by haoyuewang · 3 years, 2 months ago
  88. 1b5d09e Replaces all flavors of SPDY_LOG with the QUICHE equivalents. by QUICHE team · 3 years, 2 months ago
  89. 33a4aa6 Replaces all uses of SPDY_BUG and SPDY_BUG_IF with the QUICHE equivalents. by QUICHE team · 3 years, 2 months ago
  90. 1837126 Moves WriteScheduler, PriorityWriteScheduler and Http2PriorityWriteScheduler to //third_party/http2/core. by QUICHE team · 3 years, 2 months ago
  91. 5c49d3e Move connection ID & stateless reset token from QuicConnection to QuicConnection::PathState. by haoyuewang · 3 years, 2 months ago
  92. 6666989 Enable HTTP/3 datagram in the simple server when WebTransport is also enabled. by vasilvv · 3 years, 2 months ago
  93. 2c1ecfd Minor changes to make WebTransport over HTTP/3 integration work. by vasilvv · 3 years, 2 months ago
  94. 88c8d59 Fix compilation error under GCC. by danzh · 3 years, 2 months ago
  95. 6532214 Include quic_error_code.h in a few files where needed. by bnc · 3 years, 2 months ago
  96. 56c8644 Fix QuicConnectionTest.LostDataThenGetAcknowledged. by fayang · 3 years, 2 months ago
  97. 8fbe1bd Fix quiche build error in GCC. No behavior change. by danzh · 3 years, 2 months ago
  98. 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 3 years, 2 months ago
  99. 4c9a460 Deletes FifoWriteScheduler and LifoWriteScheduler, which are unused. by QUICHE team · 3 years, 2 months ago
  100. d49f7a8 Handle the case when SETTINGS_ENABLE_WEBTRANSPORT = 0 correctly. by vasilvv · 3 years, 2 months ago