1. 7f31d06 Internal QUICHE change by ianswett · 4 years ago
  2. 48b1681 In TlsHandshaker::AdvanceHandshake, retry SSL_do_handshake once if it "succeeded" when entering early data. by wub · 4 years ago
  3. 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 · 4 years ago
  4. f372598 Remove unused containers from quic_containers. by bnc · 4 years ago
  5. 3dbf3a5 add code count to verify reverse path validation successful rate by danzh · 4 years ago
  6. ffae80c Fix ReplacePeerIssuedConnectionIdOnBothPathsTriggeredByNewConnectionIdFrame failure with random flags in //third_party/quic/core:quic_connection_test by haoyuewang · 4 years ago
  7. 23d20ac Use new connection ID in connection migration on the server side. by haoyuewang · 4 years ago
  8. 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 4 years ago
  9. 92afc09 Internal QUICHE change by wub · 4 years ago
  10. ae8f91f Group sever connection ID validation into a common function. by haoyuewang · 4 years ago
  11. 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 · 4 years ago
  12. cb6b510 Introduce Chaos Protection by dschinazi · 4 years ago
  13. 9f23586 Add two missing includes to unblock QUICHE roll to Chromium. by bnc · 4 years ago
  14. 9de6abe Move QuicheTextUtils out of platform. by bnc · 4 years ago
  15. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 4 years ago
  16. 92df092 Signal error on PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 4 years ago
  17. 0142a09 Remove QuicSpdySession::server_push_enabled() and deprecate QNSP connection tag. by bnc · 4 years ago
  18. a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 4 years ago
  19. 59de4b0 Move WebTransportEchoServer from test_tools to tools. by QUICHE team · 4 years ago
  20. 9c0948f Mark gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots verified by QUICHE team · 4 years ago
  21. 7ce6d49 Deprecate --gfe2_reloadable_flag_quic_do_not_synthesize_source_cid_for_short_header. by haoyuewang · 4 years ago
  22. d696329 Deprecate --gfe2_reloadable_flag_quic_reject_unexpected_ietf_frame_types. by haoyuewang · 4 years ago
  23. d67914c Deprecate --gfe2_reloadable_flag_quic_crypto_postpone_cert_validate_for_server. by wub · 4 years ago
  24. 6400bea Deprecate quic_fix_key_update_on_first_packet by dschinazi · 4 years ago
  25. 5da491c Use valid stream data in in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 4 years ago
  26. 1d49612 Cleanup version helper functions in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 4 years ago
  27. 425527f Make some tests more robust by dschinazi · 4 years ago
  28. b5f772a Treat old (pre-draft02) PRIORITY_UPDATE frame as unknown frame. by bnc · 4 years ago
  29. fcb3da7 Revert the meaning of QUIC connection option 'B2NE': by wub · 4 years ago
  30. bef266f Internal QUICHE change by wub · 4 years ago
  31. 16c78b3 Deprecate --gfe2_restart_flag_quic_use_reference_counted_sesssion_map. by haoyuewang · 4 years ago
  32. 6460972 Deprecate --gfe2_reloadable_flag_quic_tls_use_normalized_sni_for_cert_selectioon. by wub · 4 years ago
  33. 4035307 Deprecate --gfe2_restart_flag_quic_session_tickets_always_enabled. by wub · 4 years ago
  34. 4a08a8e Deprecate --gfe2_reloadable_flag_quic_close_connection_with_too_many_outstanding_packets. by wub · 4 years ago
  35. 0de9093 Deprecate --gfe2_reloadable_flag_quic_enable_alps_server. by bnc · 4 years ago
  36. 126f68e Deprecate --gfe2_reloadable_flag_quic_enable_alps_client. by bnc · 4 years ago
  37. 2a62c51 Deprecate --gfe2_reloadable_flag_quic_tls_use_per_handshaker_proof_source. by wub · 4 years ago
  38. dc60baf Use new connection ID in connection migration on the client side. by haoyuewang · 4 years ago
  39. b88225f Do not crash if time wait list tries to send or queue null packets. by fayang · 4 years ago
  40. 1e4f564 Internal QUICHE change by fayang · 4 years ago
  41. 640536f Improve logging in QuicPacketCreator by dschinazi · 4 years ago
  42. fa47a6d Internal QUICHE change by wub · 4 years ago
  43. 94d1500 Make sure that a low QuicPacketCreator soft limit does not cause issues by dschinazi · 4 years ago
  44. d8aa40a QuicConnection::ShouldGeneratePacket returns false when peer connection ID is required but unavailable. by haoyuewang · 4 years ago
  45. bfba46b s/std::optional/absl::optional/ in QuicConnectionIdManager. by wub · 4 years ago
  46. 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
  47. 4b5b4e6 Internal QUICHE change by fayang · 4 years ago
  48. c8eb63a Improve QpackHeaderTableTests. by bnc · 4 years ago
  49. b36e356 Move static_entries_ to QpackDecoderHeaderTable, make dynamic_entries_ private. by bnc · 4 years ago
  50. 9b24331 Move MaxInsertSizeWithoutEvictingGivenEntry() and draining_index() to QpackEncoderHeaderTable. by bnc · 4 years ago
  51. 4b7e3b0 Add QpackHeaderTableBase accessors, remove QpackHeaderTablePeer. by bnc · 4 years ago
  52. 53cbf3f Group sending path response and reverse path challenge closer on the server side. by haoyuewang · 4 years ago
  53. 1ad3f06 Move index and name_index members into QpackEncoderHeaderTable. by bnc · 4 years ago
  54. 8075994 Move FindHeaderField() to QpackEncoderHeaderTable. by bnc · 4 years ago
  55. 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 · 4 years ago
  56. b9142bc Patch missing connection ID on paths after new connection ID frame is received. by haoyuewang · 4 years ago
  57. a1ffa16 Do not queue unsent PATH_RESPONSE and rely on peer's retry. by fayang · 4 years ago
  58. a7927b1 Refactor EvictDownToCapacity(). by bnc · 4 years ago
  59. 34c6602 deprecate gfe2_reloadable_flag_quic_unify_stop_sending. by renjietang · 4 years ago
  60. 9a219a8 Move LookupEntry() into QpackDecoderHeaderTable. by bnc · 4 years ago
  61. 61f24de Move observers to QpackDecoderHeaderTable. by bnc · 4 years ago
  62. ed3587f Split QpackHeaderTable. by bnc · 4 years ago
  63. 98ba149 Mark QuicBatchWriterBase as write blocked when the write status is WRITE_STATUS_BLOCKED_DATA_BUFFERED. by wub · 4 years ago
  64. 8490896 Add more APIs to Quic.*ConnectionIdManager for later connection migration with new connection ID change. by haoyuewang · 4 years ago
  65. f8e24a7 Replace the incoming_connection_ids check with original_destination_connection_id check. by haoyuewang · 4 years ago
  66. 1837126 Moves WriteScheduler, PriorityWriteScheduler and Http2PriorityWriteScheduler to //third_party/http2/core. by QUICHE team · 4 years ago
  67. 5c49d3e Move connection ID & stateless reset token from QuicConnection to QuicConnection::PathState. by haoyuewang · 4 years ago
  68. 6666989 Enable HTTP/3 datagram in the simple server when WebTransport is also enabled. by vasilvv · 4 years ago
  69. 2c1ecfd Minor changes to make WebTransport over HTTP/3 integration work. by vasilvv · 4 years ago
  70. 88c8d59 Fix compilation error under GCC. by danzh · 4 years ago
  71. 6532214 Include quic_error_code.h in a few files where needed. by bnc · 4 years ago
  72. 56c8644 Fix QuicConnectionTest.LostDataThenGetAcknowledged. by fayang · 4 years ago
  73. 8fbe1bd Fix quiche build error in GCC. No behavior change. by danzh · 4 years ago
  74. 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 4 years ago
  75. d49f7a8 Handle the case when SETTINGS_ENABLE_WEBTRANSPORT = 0 correctly. by vasilvv · 4 years ago
  76. 8101e02 Implement HTTP/3 datagrams within WebTransport by vasilvv · 4 years ago
  77. 20d73c4 Support and test server-initiated bidirectional streams in WebTransport. by vasilvv · 4 years ago
  78. bf4d4e2 Remove Uint64ToString() and Hex() from QuicheTextUtils. by bnc · 4 years ago
  79. 6ed59d9 Replace QuicConnection's WriteAndBundleAcksIfNotBlocked with WriteIfNotBlocked because they're functionally equivalent. by ianswett · 4 years ago
  80. c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
  81. b7b2d4f Implement client-initiated bidirectional streams in WebTransport over HTTP/3. by vasilvv · 4 years ago
  82. c2638cc In QUIC, do not try to write in the mid of packet processing. by fayang · 4 years ago
  83. 580712c Fix a bug in BBRv2 bw_lo experimental modes where the second ACK would cause the pacing rate to suddenly drop. Also limits reduction of bandwidth_lo to 30% in a single round at the end of a round. by ianswett · 4 years ago
  84. a2c960d Internal QUICHE change by fayang · 4 years ago
  85. c1ef8d3 Deprecate quic_stateless_reset_faster_random by dschinazi · 4 years ago
  86. e753434 In WebTransport, make FIN be a return of Read() method rather than a visitor call. by vasilvv · 4 years ago
  87. a3b50b4 Allow selecting QUIC version from command line in quic_client_interop_test by dschinazi · 4 years ago
  88. 754ddc5 Move B2LO to Bbr2Sender::ApplyConnectionOptions, this allows it to be set in uStreamer experiments. by wub · 4 years ago
  89. 91b48f5 Merge fix: std::string::data() is not mutable in C++14 by vasilvv · 4 years ago
  90. 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 4 years ago
  91. 38b5aed Remove QuicWrapUnique. by bnc · 4 years ago
  92. 46245aa Inline QuicConnection::WriteNewData. by ianswett · 4 years ago
  93. a62f052 Remove unused add_server_nonce(), has_server_nonce(), and GetNextServerNonce(). by bnc · 4 years ago
  94. 3c74ea4 Record the following STARTUP stats in QUIC BBRv2: by wub · 4 years ago
  95. abbc98a Use QuicCircularDeque instead of QuicQueue. by bnc · 4 years ago
  96. 856e0e0 Remove unused HTTP/3 server push related code. by bnc · 4 years ago
  97. 575bcd0 Name a few GFE_BUGs that showed up recently. by QUICHE team · 4 years ago
  98. 4da8554 Re-enable reverse path validation tests in quic_connection_test. by danzh · 4 years ago
  99. 6b34f7a Add flag to allow Qpack decoder to omit header overhead when counting header size against such upper limit. by danzh · 4 years ago
  100. 5fa05cd Remove FLAGS_quic_enable_http3_server_push, QuicSpdySession::EnableServerPush(), and SetMaxPushId(). by bnc · 4 years ago