- 3451f6e Enable more tests for multiple packet number spaces. by fayang · 6 years ago
- 92e211d gfe-relnote: (n/a) Fix QuicBandwidth::(ToBytesPerPeriod|ToKBytesPerPeriod) by doing multiplications before divisions. Not protected. by wub · 6 years ago
- b324116 Save large connection IDs on the heap by dschinazi · 6 years ago
- 4ea2ddf Internal QUICHE change by wub · 6 years ago
- 91f97e6 Add a length to QuicSocketAddress(sockaddr*) constructor by vasilvv · 6 years ago
- 8d04130 Call MarkConsumed() on QPACK bytes incrementally, as soon as possible. by bnc · 6 years ago
- 688dca4 Add unit tests for QuicSocketAddress by vasilvv · 6 years ago
- 014f56d gfe-relnote: (n/a) code cleanup. Make quic_ip_address.cc compatible with envoy by danzh · 6 years ago
- 1eb6d0f Use the hostname from the URL when connecting the QUIC toy client. by rch · 6 years ago
- 9f977e4 QuicSpdyStreamTest HTTP/3 frame generation refactor. by bnc · 6 years ago
- 677451a Minor QuicSpdyStreamTest improvements. by bnc · 6 years ago
- 292b75c gfe-relnote: (n/a) Remove unused function QuicConnection::EnableSavingCryptoPackets. Not protected. by wub · 6 years ago
- 8b26973 Split cookies along ';' instead of '\0' in ValueSplittingHeaderList. by bnc · 6 years ago
- 01d5643 Make dispatcher VN client CID test work for all flag values by dschinazi · 6 years ago
- 9424add gfe-relnote: (n/a) code cleanup. Fix envoy compile errors. by danzh · 6 years ago
- f36e29d Automated g4 rollback of changelist 250877268. by fayang · 6 years ago
- 4b1a5e6 gfe-relnote: Remove num_stateless_rejects_received_ from QuicClientBase. Cleanup only, not protected. by wub · 6 years ago
- c5b0e2e Automated g4 rollback of changelist 251711909. by fayang · 6 years ago
- 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
- 0dfdc0b gfe-relnote: Replace QuicIpAddress with a standalone implementation. No functional change, not flag protected. by vasilvv · 6 years ago
- 0289317 gfe-relnote: n/a(code cleanup) add #include <vector> to quic_hkdf.h by danzh · 6 years ago
- ec9d763 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_46 . by fayang · 6 years ago
- c31c995 Enable more QuicConnectionTest for multiple packet number spaces. by fayang · 6 years ago
- e288f26 gfe-relnote: Remove more dead Token Binding code in QUIC. Not flag protected. by nharper · 6 years ago
- 40ec3ac gfe-relnote: In QUIC, add connected_ check in OnCanWrite and flusher's destructor. Protected by gfe2_reloadable_flag_quic_check_connected_before_flush. by fayang · 6 years ago
- ecf9bd8 gfe-relnote: Cleanup stateless reject related stuff from QuicCryptoServerConfig::ProcessClientHello and QuicCryptoServerHandshaker::GenerateConnectionIdForReject. No behavior change, not protected. by wub · 6 years ago
- b9bdd05 Fix flag counts for quic_do_not_override_connection_id by dschinazi · 6 years ago
- 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
- 4fd1105 gfe-relnote: QUIC_BUG instead of LOG(ERROR) in CreateQuicVersionLabel if the HandshakeProtocol is unknown by nharper · 6 years ago
- 14650e4 gfe-relnote: In QUIC, add code counts for RTT status when cwnd gets bootstrapped. Not protected. by fayang · 6 years ago
- 8cafde0 gfe-relnote: In QUIC cwnd bootstrapping experiment, protect decreasing cwnd gain and pacing gain by gfe2_reloadable_flag_quic_conservative_cwnd_and_pacing_gains. by fayang · 6 years ago
- ebabffd gfe-relnote: Fix appending padding in QuicPacketCreator::CreateAndSerializeStreamFrame. Protected by QUIC_VERSION_99 by nharper · 6 years ago
- 0ddbfe8 Cleanup: remove unused serialized crypto config from QuartcDispatcher. by QUICHE team · 6 years ago
- 546a628 Allow HttpDecoder visitor to return bool upon receiving HTTP/3 frames. by renjietang · 6 years ago
- 75d2396 gfe-relnote: In QUIC, make QUIC_TOO_MANY_OUTSTANDING_SENT_PACKETS connection close detail more informative. Not protected. by fayang · 6 years ago
- 08b7f55 gfe-relnote: Remove version negotiation packet tests from QuicConnectionTest; test-only change by nharper · 6 years ago
- 68d15a8 Propagate receive_timestamp and lost message frames from QUIC to WebRTC. by QUICHE team · 6 years ago
- 0584915 gfe-relnote: (n/a) Deflake quic_endpoint_test. Test only. by wub · 6 years ago
- eaab5ad gfe-relnote: Remove use of QuicEndian from QuicFramer, not flag protected by nharper · 6 years ago
- bd1a039 In HTTP/3, wait until bodies are consumed before consuming trailers. by renjietang · 6 years ago
- 374888f gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
- 5cf62a0 Force quic_optimize_inflight_check off for Quartc. by QUICHE team · 6 years ago
- 4dc99c0 gfe-relnote: n/a, add a missing space in log message. by zhongyi · 6 years ago
- 9c7c50a gfe-relnote: Remove dead code from QuicUtils::GetFirstUnidirectionalStreamId; not flag protected by nharper · 6 years ago
- 03637f5 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_always_get_bw_sample_when_acked. by wub · 6 years ago
- d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
- b42a8c5 Add source connection ID parsing to QuicFramer::ProcessPacketDispatcher by dschinazi · 6 years ago
- ac6805d Add client connection ID methods to quic_packets by dschinazi · 6 years ago
- 9467db0 gfe-relnote: Pass receive_timestamp to OnMessageAcked(). by QUICHE team · 6 years ago
- f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
- 34df585 Propagate Datagram ACKs from QuartcSession by QUICHE team · 6 years ago
- 334f023 Fix expected_server_connection_id_length on client by dschinazi · 6 years ago
- baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
- b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
- 18f9a35 Add quic_no_framer_object_in_dispatcher to QuicVersionInitializeSupportForIetfDraft by dschinazi · 6 years ago
- 6dc8368 Prepare tests and fuzzer for client connection IDs by dschinazi · 6 years ago
- 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
- f0a7fd8 gfe-relnote: In QUIC, only decrease cwnd gain and pacing gain when cwnd increases or allow cwnd to decrease in initial cwnd experiment. Protected by gfe2_reloadable_flag_quic_gfe_selected_initial_cwnd_experiments and ENABLED quic_fix_bbr_cwnd_in_bandwidth_resumption. by fayang · 6 years ago
- 0a4b9c5 gfe-relnote: Remove stateless reject from QUIC. This deprecates two flags in the false position: --gfe2_reloadable_flag_enable_quic_stateless_reject_support and --gfe2_reloadable_flag_quic_use_cheap_stateless_rejects. by wub · 6 years ago
- 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
- 0220865 Fix threading in EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 6 years ago
- bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
- 6810fb5 gfe-relnote: (n/a) Remove a stateless reject test from crypto_handshake_message_test. Test only. by wub · 6 years ago
- 965ce09 Add more debug logs that were useful during interop by dschinazi · 6 years ago
- 8cf087e Add QUIC_BUG_IF on empty opportunistic ACKs by dschinazi · 6 years ago
- a484f98 Add QuicFramerTest.CoalescedPacketWithZeroesRoundTrip by dschinazi · 6 years ago
- 71117a7 Add quic_simplify_stop_waiting to QuicVersionInitializeSupportForIetfDraft by dschinazi · 6 years ago
- 0391669 gfe-relnote: In QUIC, do not send STOP_WAITING if no_stop_waiting_frame_ is true. Protected by gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 6 years ago
- 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
- e9dc7da gfe-relnote: (n/a) Remove stateless reject support from quic::test::CreateClientSessionForTest(). Test only. by wub · 6 years ago
- 8d8dc24 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_faster_interval_add_in_sequence_buffer. by wub · 6 years ago
- 354c942 gfe-relnote: In GFE, export number of QUIC packets written per write operation. Protected by FLAGS_quic_export_server_num_packets_per_write_histogram. by fayang · 6 years ago
- 055f38d gfe-relnote: Test-only change to enable quic_tolerate_reneging when using IETF draft version by nharper · 6 years ago
- 7267084 gfe-relnote: (n/a) Remove stateless reject from some unit tests. Test only. by wub · 6 years ago
- fc7c10e Fix integer overflow when computing outgoing_max_streams_ by nharper · 6 years ago
- dac9cec Enable quic_eliminate_static_stream_map_3 for IETF interop by dschinazi · 6 years ago
- e01dd70 Clarify spdy response header log by dschinazi · 6 years ago
- 2c4d712 Refactor GetOrCreateStream() and GetOrCreateDynamicStream() and remove by renjietang · 6 years ago
- 6c2d64f gfe-relnote: In QUIC, do not adjust burst token for bad bandwidth samples. Protected by gfe2_reloadable_flag_quic_conservative_bursts. by fayang · 6 years ago
- 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
- 9b9cc81 gfe-relnote: (n/a) Remove parameter "reject_is_stateless" from function quic::test::crypto_test_utils::FillInDummyReject. Test only. by wub · 6 years ago
- 16478ed Move the QuicEpollServerFactory out of quic_simple_server_bin. by rch · 6 years ago
- 0db8709 Do not send retry token on non-initial packets by dschinazi · 6 years ago
- 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
- 034c98c Move virtually all the toy server logic out of quic_server_bin.cc and into a new by rch · 6 years ago
- d3faf90 Simplify quic_client_bin.cc by factoring out the factory into a stand-alone file. by rch · 6 years ago
- d914250 gfe-relnote: n/a - Remove useless "Base" name suffix from QuicToyClient by rch · 6 years ago
- da26cdb gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3 by rch · 6 years ago
- c050d7a gfe-relnote: In QUIC, ignore bad bandwidth samples from CMS in cwnd bootstrapping experiment. by fayang · 6 years ago
- 2cb3a59 Prevent include failures of quic_flag_utils by dschinazi · 6 years ago
- 601f678 gfe-relnote: n/a - Remove unused includes in quic_toy_client.cc by rch · 6 years ago
- cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
- de8a222 gfe-relnote: In QUIC, only vlidate destination_connection_id_length and source_connection_id_length when should_update_expected_connection_id_length is false. No functional change expected, not protected. by fayang · 6 years ago
- 8474fd7 gfe-relnote: n/a - Remove overly broad include from quic_toy_client.h by rch · 6 years ago
- 21ffb71 Add logging only ack_frame accessor. by fayang · 6 years ago
- f0a9f37 gfe-relnote: n/a - Add missing include for quic_flag_utils.h in quic_packet.cc by rch · 6 years ago
- 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
- 86a4562 Move virtually all the toy client logic out of quic_client_bin.cc and into a new by rch · 6 years ago
- d893df1 gfe-relnote: (n/a) Delete use_stateless_rejects_if_peer_supported from QuicCryptoServerStream's constructor. No behavior change, not protected. by wub · 6 years ago
- 64aa0d3 Merge changes Ie13868e5,Ie2c1e0ca,Ib91037bf,Ibf204b14,I0b1079c4, ... by David Schinazi · 6 years ago