- 2cdc6c2 Eliminate copying of Huffman encoded string in QpackInstructionEncoder. by bnc · 4 years, 6 months ago
- 5f225b0 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- 3049b2b Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- 94adffd Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- 6c9e9c3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- f1b46eb Append to output instead of overwriting it in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
- c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- 9d3ba8d Fix NetSLO QUIC prober tests by dschinazi · 4 years, 6 months ago
- 26b6da0 Add explicit numbers to QuicStreamRstErrorCode. by renjietang · 4 years, 6 months ago
- 84d2e35 Add regression test for 0-RTT rejection bug. by renjietang · 4 years, 6 months ago
- 5291862 Use faster Huffman encoding for HPACK. by bnc · 4 years, 6 months ago
- 60e12c4 Also test http2::HuffmanEncodeFast() in spdy::HpackEncoderTest. by bnc · 4 years, 6 months ago
- f59725c Switch ParsedQuicVersion::ReservedForNegotiation() to TLS by dschinazi · 4 years, 6 months ago
- c0588b0 Change Huffman encoder benchmark to typical character distribution. by bnc · 4 years, 6 months ago
- d7be62c Improve http2::HuffmanEncodeFast() by skipping rest of iteration if possible. by bnc · 4 years, 6 months ago
- 119ebdf Deprecate quic_send_key_update_not_yet_supported by dschinazi · 4 years, 6 months ago
- c2fce35 Remove BoundedHuffmanSize(). by bnc · 4 years, 6 months ago
- d10bbe3 Use C++14 friendly idiom in http2::HuffmanEncodeFast by nharper · 4 years, 6 months ago
- 9a36d72 Use absl::string_view in QUICHE directly. by vasilvv · 4 years, 6 months ago
- 0f73a76 Add faster Huffman encoding implementation, not yet used in production. by bnc · 4 years, 6 months ago
- f8bde4b Rename v99_streamid_manager to ietf_streamid_manager. by renjietang · 4 years, 6 months ago
- e3fd686 Remove HpackHuffmanTable argument from HpackEncoder constructor. by bnc · 4 years, 6 months ago
- ec14d2b Handle PINGs in QUIC connection. by fayang · 4 years, 6 months ago
- 639f294 Use QuicheTest in third_party/spdy. by bnc · 4 years, 6 months ago
- 66f16bf Deprecate gfe2_reloadable_flag_quic_add_silent_idle_timeout. by fayang · 4 years, 6 months ago
- 89ec338 Remove unmatched clang diagnostic pop #pragma by nharper · 4 years, 6 months ago
- e29fe6e Rename QuicSession::OnStreamDoneWaitingForAcks() to MaybeCloseZombieStream(). by renjietang · 4 years, 6 months ago
- daf5707 Pre-allocate storage in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
- 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
- 182ae36 Internal QUICHE change by fayang · 4 years, 6 months ago
- 0bf2a6f Remove QuicSession::stream_map_size(). by renjietang · 4 years, 6 months ago
- f08e179 Explicitly specify the encryption level of processed packets in QuicConnectionTest. by fayang · 4 years, 6 months ago
- 0c9148a Reject HTTP/2 only frames in HTTP/3. by renjietang · 4 years, 6 months ago
- 6744c06 Use QuicheTest and quiche_test.h in third_party/http2. by bnc · 4 years, 6 months ago
- 3c3e890 Deprecate gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. by fayang · 4 years, 6 months ago
- b66dd36 Add Huffman encoder benchmarks. by bnc · 4 years, 6 months ago
- c19a950 Fix some issues regarding quic TestPacketWriter changing its perspective. by danzh · 4 years, 6 months ago
- e58e97e Move TestPacketWriter from quic_connection_test.cc to quic_test_utils. by danzh · 4 years, 6 months ago
- 4c33482 deprecate gfe2_reloadable_flag_quic_remove_zombie_streams. by renjietang · 4 years, 6 months ago
- 9b6ef28 DLOG(INFO) early data reason on server handshake complete by nharper · 4 years, 6 months ago
- 1f6da15 deprecate gfe2_reloadable_flag_quic_get_stream_information_from_stream_map. by renjietang · 4 years, 6 months ago
- 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
- 3f17269 Add code count for quic_fix_http3_goaway_stream_id. by bnc · 4 years, 6 months ago
- d868245 Dropping initial keys at the end of writing to avoid potential missing write keys in the middle of writing. by fayang · 4 years, 6 months ago
- 40fa830 Do not clip error codes larger than QUIC_LAST_ERROR. by bnc · 4 years, 6 months ago
- d40c12c Fix //third_party/quic/core:quic_connection_test with randomized flags by QUICHE team · 4 years, 6 months ago
- f2e0d90 Notify debug_visitor once any 0-RTT packet gets acknowledged. Client only (server + TLS does not send 0-RTT packets). by fayang · 4 years, 6 months ago
- 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
- a1c666f Fix a latent query-of-death in a GFE+QUIC+Leto codepath by QUICHE team · 4 years, 6 months ago
- ba9d95e Add a regression test of b/168294218, also verified gfe2_reloadable_flag_quic_fix_missing_initial_keys fixes the issue. by fayang · 4 years, 7 months ago
- 4267b51 Add a quic::CryptoBuffers class to own a std::vector<CRYPTO_BUFFER*> and the buffers the elements point to. Use it in TlsServerHandshaker. by wub · 4 years, 7 months ago
- d01e996 Make sure we have the right key before sending data. by fayang · 4 years, 7 months ago
- daeb819 Add explicit signal of coalscing done to QuicConnection. by fayang · 4 years, 7 months ago
- 9a74ee9 Discard initial key right after a HANDSHAKE packet has been sent and unify the fixes for missing initial keys. This goal is to make sure an endpoint never tries to serialize initial frames (could be pending frames or re-serialize initial packet in the coalescer) by fayang · 4 years, 7 months ago
- d18fe67 Deprecate quic_do_not_accept_stop_waiting now that IETF QUIC is coming and doesn't have stop waiting. by ianswett · 4 years, 7 months ago
- 99f3984 Internal QUICHE change by fayang · 4 years, 7 months ago
- 15be59c Refer to a normative section in IETF draft for QuicSpdySessionTestClient.ReceiveSpdySettingInHttp3. by renjietang · 4 years, 7 months ago
- 1760b08 Default to 2 * RTTVAR when calculating PTO delay. by fayang · 4 years, 7 months ago
- 21fc64c Treat HTTP/2 specific SETTING identifiers as errors in HTTP/3. by renjietang · 4 years, 7 months ago
- f324bb8 Add MaybeUpdateAckTimeout to OnAckFrequencyFrame as this frame type also instigates ack. by haoyuewang · 4 years, 7 months ago
- 9261a8a Discard 0-RTT keys after installing 1-RTT keys. Client side only. by fayang · 4 years, 7 months ago
- fcff957 Fix key_update_not_yet_supported for older clients by dschinazi · 4 years, 7 months ago
- 9aaca96 Deprecate gfe2_restart_flag_quic_enable_tls_resumption_v4 by nharper · 4 years, 7 months ago
- 4e9714d Rename HTTP/3 SETTINGS_MAX_HEADER_LIST_SIZE to SETTINGS_MAX_FIELD_SECTION_SIZE. by renjietang · 4 years, 7 months ago
- 11a54a1 Internal QUICHE change by haoyuewang · 4 years, 7 months ago
- f432b06 Add a QUIC BBR2 connection option 'B2HR' to use 15% inflight_hi headroom instead of the value specified by flag --quic_bbr2_default_inflight_hi_headroom. by wub · 4 years, 7 months ago
- 9f1fd1a Fix a misspelled enum value in QuicFailToSerializePacketLocation. by renjietang · 4 years, 7 months ago
- d8c2050 Record detailed location of FAIL_TO_SERIALIZE_PACKET error in UMA histogram. by renjietang · 4 years, 7 months ago
- b8056c9 Exit PROBE_DOWN when bytes in flight goes below the target instead of prior_in_flight. Also adds missing flag counts. by ianswett · 4 years, 7 months ago
- 42dea6a Remove BORINGSSL_API_VERSION checks from quic code by nharper · 4 years, 7 months ago
- 5b0f14f Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. by haoyuewang · 4 years, 7 months ago
- 6b2b752 Ship our own implementation of QuicheEndian instead of using the platform one. by vasilvv · 4 years, 7 months ago
- 76c186d Add an extra endpoint to the QuicTransport simple server called by QUICHE team · 4 years, 7 months ago
- 2ac31ae Internal QUICHE change by fayang · 4 years, 7 months ago
- 9d295f2 Add varz for QUIC 0-RTT acceptance/rejection reasons by nharper · 4 years, 7 months ago
- 6a6bd31 Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream by nharper · 4 years, 7 months ago
- f555d99 In QUIC BBRv2, use inflight byte after congestion event to detect queuing during PROBE_UP. by wub · 4 years, 7 months ago
- 82bea25 Remove pure virtual methods from TlsHandshaker by nharper · 4 years, 7 months ago
- e8a8ecb Abort async QPACK header decompression when stream is closed. by bnc · 4 years, 7 months ago
- 27c1846 Remove TlsHandshakerTest by nharper · 4 years, 7 months ago
- 37b3c5c Don't arm PTO for ApplicationData until handshake confirmed. by fayang · 4 years, 7 months ago
- 6fd5407 gfe-relnote: fix QUICHE compilation issues with gcc. by danzh · 4 years, 7 months ago
- 265a7cb Reduce noisy log message to VLOG rather than LOG(INFO). by QUICHE team · 4 years, 7 months ago
- c8f6f63 Internal QUICHE change by fayang · 4 years, 7 months ago
- 2d2fdd1 Add a kAFFE client option to enable the usage of AckFrequencyFrame, including by haoyuewang · 4 years, 7 months ago
- de9ad9f Cap client suggested initial RTT to 1s instead of 15s. by fayang · 4 years, 7 months ago
- bbf1623 Replace QuicheContainsKey with a direct call to find() by vasilvv · 4 years, 7 months ago
- dd523b3 Remove processed packets from undecryptable_packets_. by fayang · 4 years, 7 months ago
- a5c3383 Change undecryptable_packets_ from QuicCircularDeque to std::deque. No functional change expected. This is the preparation to support out of order deletion. by fayang · 4 years, 7 months ago
- acc7c97 Internal QUICHE change by wub · 4 years, 7 months ago
- 19c7e00 Deprecate quic_bbr_flexible_app_limited which was blocked by a bug that's now closed. This was added for Quartc, but that project is no longer active. by ianswett · 4 years, 7 months ago
- 29d1803 Deprecate gfe2_reloadable_flag_quic_fix_neuter_handshake_data. by fayang · 4 years, 7 months ago
- f71e806 Pass early data reject reason to debug_visitor. by renjietang · 4 years, 7 months ago
- 093f8e4 Deprecate gfe2_reloadable_flag_quic_enable_overshooting_detection. by fayang · 4 years, 7 months ago
- e2896c8 Deprecate quic_enable_version_t051 by dschinazi · 4 years, 7 months ago
- 7646715 Deprecate gfe2_reloadable_flag_quic_use_half_rtt_as_first_pto. by fayang · 4 years, 7 months ago
- 5f7d0e8 Remove reloadable flag quic_http3_goaway_new_behavior. by bnc · 4 years, 7 months ago
- f5f83e5 Deprecate gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space2. by fayang · 4 years, 7 months ago
- ec882f1 Deprecate --gfe2_reloadable_flag_quic_revert_mtu_after_two_ptos. by wub · 4 years, 7 months ago
- a504d5c Deprecate gfe2_reloadable_flag_quic_check_encryption_level_in_fast_path. by fayang · 4 years, 7 months ago