- 0875083 gfe-relnote: Add QuicPacketCreator::SerializeCoalescedPacket function. Not used yet. Not protected. by fayang · 5 years ago
- 07a2b07 Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/. by wub · 5 years ago
- b38e635 Make QuicStreamTest to check on OnDataAvailable() calls. by renjietang · 5 years ago
- 7685542 Fix 10 ClangTidy - Performance findings in //depot/google3/third_party/quic/. by wub · 5 years ago
- 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
- bc15d50 Remove unused variables in QuicVersionsTest.QuicEnableVersion. by fayang · 5 years ago
- 3ccd770 Add flag counts for two flags that had none. by ianswett · 5 years ago
- 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
- cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
- 15afba3 Close connection when stream receives wrong data regarding close offset. by renjietang · 5 years ago
- 097f372 Add a simple integration test for QuicTransport. by vasilvv · 5 years ago
- 423adc7 Enable -Wexit-time-destructors in QUIC by dschinazi · 5 years ago
- f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
- 503ca4f gfe-relnote: Add QuicCoalescedPacket class. Not used in prod, not protected. by fayang · 5 years ago
- 4cc508c Fix build error in chromium by adding QUIC_EXPORT. by fayang · 5 years ago
- 1755dc0 Clean up code on SETTINGS. by renjietang · 5 years ago
- 4db9be5 Split QuicEndpoint into QuicEndpoint and QuicEndpointBase. by vasilvv · 5 years ago
- 56d2ed2 Consider pending streams in ShouldKeepConnectionAlive. by renjietang · 5 years ago
- 87daabc Internal QUICHE change by wub · 5 years ago
- 0398785 Do not accept fin that would decrease the stream's final offset. by renjietang · 5 years ago
- cdf8b1b Add get method for initial_retransmittable_on_wire_timeout, which is used by chromium only and accidentally removed in cl/275943283. by zhongyi · 5 years ago
- 347ab75 gfe-relnote: Remove save_retransmittable_frames from QuicPacketCreator::AddFrame. No functional change expected, not protected. by fayang · 5 years ago
- 2a6ba79 Clean up QuicPacketCreatorTest. by renjietang · 5 years ago
- cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
- 56835aa Internal QUICHE change by QUICHE team · 5 years ago
- 7f46be3 Fix buffer overflow issue by changing how test string is created. by renjietang · 5 years ago
- 79ace16 When there is no retransmittable packet on the wire and there are open streams, the connection may send retransmittable PINGs to detect path degrading with aggressive timeout. by zhongyi · 5 years ago
- 89aa73e gfe-relnote: deprecate gfe2_reloadable_flag_quic_rst_if_stream_frame_beyond_close_offset. by renjietang · 5 years ago
- 30eb1c8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_aggressive_connection_aliveness by renjietang · 5 years ago
- 9cd6de4 gfe-relnote: deprecate gfe2_reloadable_flag_quic_do_not_send_settings. by renjietang · 5 years ago
- eb26841 gfe-relnote: In QUIC, populate the actual length of full padding frame in nonretransmittable_frames (of SerializedPacket). Protected by existing gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
- 104f9c5 Internal QUICHE change by wub · 5 years ago
- fb5fb61 gfe-relnote: In QUIC, add a utility function CopySerializedPacket. Not used yet, not protected. by fayang · 5 years ago
- 51152fd gfe-relnote: In QUIC, populate nonretransmittable_frames in SerializedPacket. Protected by gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
- 312e3a5 Implement QuicTransportStream, a stream that can be only accessed after client indication is received. by vasilvv · 5 years ago
- 2b19fc6 gfe-relnote: (n/a) In quic_framer_process_data_packet_fuzzer, set framer's decrypter for INITIAL encryption level. Test only. by wub · 5 years ago
- d0dd47c Remove redundant calls to QuicSession::NeuterUnencryptedData(). by renjietang · 5 years ago
- fdb673f Refactor quic_client_interop to avoid dropping letters by dschinazi · 5 years ago
- dbe9834 Coalesce adjacent stream frames. by renjietang · 5 years ago
- 25de447 Add a new Tunnel Health Checker. The health checker is configured to by QUICHE team · 5 years ago
- eef848f gfe-relnote: n/a, test change only. by zhongyi · 5 years ago
- c4fabf6 Add two copy utility function CopyQuicFrame and CopyQuicFrames. by fayang · 5 years ago
- 70f9f93 gfe-relnote: Add a bool to QuicSentPacketManager, indicating whether a forward secure packet gets acked. No functional change expected. Not protected. by fayang · 5 years ago
- d77a45c gfe-relnote: (n/a) Fix quic_framer_process_data_packet_fuzzer to not to use version 0. Test only. by wub · 5 years ago
- b5a8b9e Internal QUICHE change by wub · 5 years ago
- 3cb5fad Remove redundant handshake confirmed method. by renjietang · 5 years ago
- 036202d Deprecate quic_reply_to_old_android_conformance_test by dschinazi · 5 years ago
- 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
- b09d441 Do not track unacknowledged references on the encoder stream in QpackBlockingManager. by bnc · 5 years ago
- 9addc9c gfe-relnote: (n/a) In QUIC BBR and BBRv2, add a flag for MaxAckHeightTracker to determine when to start a new ack aggregation epoch. No behavior change. by wub · 5 years ago
- f28ac2b gfe-relnote: (n/a) Reduce the rate limit a QUIC error log in BandwidthSampler. Logging only. by wub · 5 years ago
- 40165e3 Run quartc_peer_test cases until bandwidth targets are met. by QUICHE team · 5 years ago
- 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
- 13753e6 Use IETF QPACK error codes on the wire. by bnc · 5 years ago
- 39c88ab gfe-relnote: Send QUIC connection close packets at all available encryption levels. by rch · 5 years ago
- e861aee gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_rto_retransmission3. by fayang · 5 years ago
- fefd8f1 gfe-relnote: (n/a) Always handle MSG_TOO_BIG when sending buffered packets. Protected by existing --gfe2_reloadable_flag_quic_treat_queued_packets_as_sent. by wub · 5 years ago
- 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
- 0bb61c9 Remove broken code from ToyQuicClient which was landed in cr/275026885. by rch · 5 years ago
- 780eaa6 Change "&SomeQuicStringPiece[1]" to "SomeQuicStringPiece.data()+1" by fkastenholz · 5 years ago
- 4e7e60f gfe-relnote: Use QPACK Dynamic Table in the toy client and server, but not in the test client and server. Protected by disabled --v99 flag. by rch · 5 years ago
- 84022d2 gfe-relnote: n/a (flag counts) by fayang · 5 years ago
- 7204b81 Add newlines to quic_client_interop_test output by nharper · 5 years ago
- 90165ee Fix auto-setting IETF stream flow control limits by dschinazi · 5 years ago
- 75085a8 Change max_push_id related version guard to VersionUsesHttp3. by renjietang · 5 years ago
- 6317221 Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_ by rch · 5 years ago
- 7bd5476 Make the toy QUIC server send responses of arbitrary length based a number specified in the path. by rch · 5 years ago
- 7d7250e Signal error if Insert Count Increment causes overflow. by bnc · 5 years ago
- 9b187de Add rebinding support to quic_client_interop by dschinazi · 5 years ago
- abb6769 Remove unneeded "#ifdef undefined" code. by fkastenholz · 5 years ago
- f482d1a Add quic_framer_process_data_packet_fuzzer, a fuzz test for QuicFramer::ProcessPacket by wub · 5 years ago
- dce90b0 Verify receipt of connection_close in quic_client_interop by dschinazi · 5 years ago
- 4f8e0bc Remove virtual keyword for unoverridden QuicSession::IsCryptoHandshakeConfirmed(). by renjietang · 5 years ago
- 7c73288 Refactor interop result D in quic_client_interop_test by dschinazi · 5 years ago
- 8a030dd Add retry support to quic_client_interop_test by dschinazi · 5 years ago
- 97abe47 Allow passing URL to quic_client_interop_test by dschinazi · 5 years ago
- 2be79e2 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_active_streams_never_negative by renjietang · 5 years ago
- f76cf2a gfe-relnote: Implement QUIC MTU discovery v2. Protected by --gfe2_reloadable_flag_quic_mtu_discovery_v2. by wub · 5 years ago
- 6b1fc8a Make QpackDecoderStreamSender buffer serialized instructions. by bnc · 5 years ago
- 5f22abc Rename QuicSpdySession::SendMaxHeaderListSize() by rch · 5 years ago
- ee32232 Improve QuicSpdyStreamTest to call OnCryptoHandshakeEvent by rch · 5 years ago
- 59dc4b6 Create a shared interface to access QuicTransport*Session::IsSessionReady(). by vasilvv · 5 years ago
- efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
- 5e9191e Disable EndToEndTestServerPush.ServerPushOverLimitNonBlocking when http/3 is used by rch · 5 years ago
- 5843bfd Fix GOAWAY max frame length. by renjietang · 5 years ago
- a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
- 95cef07 gfe-relnote: Do not send connection close when client receives a version negotiation packet. Not affect prod, not protected. by fayang · 5 years ago
- 62c291b Automated g4 rollback of changelist 269791493. by fayang · 5 years ago
- 9bf2564 Run all QUIC versions in quic_stream_test. by renjietang · 5 years ago
- 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
- 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
- bf14c02 Use const uint8_t[] instead of vectors for QUIC initial obfuscation salts by nharper · 5 years ago
- 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
- aab6818 Use max TLS idle_timeout and use in session tests by dschinazi · 5 years ago
- c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
- 8f75992 gfe-relnote: Expose properties of TLS connection in quic::CryptoNegotiatedParameters. Protected by quic_supports_tls_handshake. by nharper · 5 years ago
- 404cc70 Simplify QpackEncoderStreamSender API. by bnc · 5 years ago
- bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
- beaecaf Deprecate quic_framer_uses_undecryptable_upcall by dschinazi · 5 years ago
- 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago