- c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
- 2d18797 Add support for Header Protection to QuicCrypter classes by QUICHE team · 6 years ago
- c89c799 gfe-relnote: n/a(code clean-up) Remove unnecessary #include in by danzh · 6 years ago
- 1225f47 Group configs and factor out config lookup by QUICHE team · 6 years ago
- 76e1c62 gfe-relnote: In QUIC, add setter and getter for largest_seen_packet_with_ack_. Also add GetLargestSentPacket and GetLargestAckedPacket. No functional change expected. Not protected. by QUICHE team · 6 years ago
- c264e36 gfe-relnote: In QUIC, add QuicPacketNumber::UpdateMax function. No functional change expected. Not protected. by QUICHE team · 6 years ago
- e6dcf32 Pass reject reasons explicitly to BuildRejection by QUICHE team · 6 years ago
- 78c2d5e Simplify QuicCryptoServerConfig::SetConfigs by QUICHE team · 6 years ago
- c539b2e gfe-relnote: n/a (code clean-up) Remove unnecessary #include in quic_stream_send_buffer.cc by danzh · 6 years ago
- d5d13c2 Use std::string instead of string in a few places in QUIC to permit chrome merge. by rch · 6 years ago
- 4dae841 Add a Context class to simplify ProcessClientHello by QUICHE team · 6 years ago
- b478bb1 Change some methods in QuicSpdyStream from public to protected. by QUICHE team · 6 years ago
- 692750b gfe-relnote: In QUIC, validate packet number post decryption. Protected by quic_validate_packet_number_post_decryption. by QUICHE team · 6 years ago
- 7091426 Improve handing of frames with empty payload in HttpDecoder. by bnc · 6 years ago
- 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
- 39a71e5 Remove an unused argument by QUICHE team · 6 years ago
- e29fcd6 Make ClientDemandsX509Proof a free function by QUICHE team · 6 years ago
- d791e2c gfe-relnote: In QUIC, put packet number validation in a standalone function. No functional refactoring change. Not protected. by QUICHE team · 6 years ago
- 88ea008 gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected. by QUICHE team · 6 years ago
- 79fb9e2 Remove an unused asynchronous jump by QUICHE team · 6 years ago
- 84910bd Make CryptoUtils::HashHandshakeMessage return by value by QUICHE team · 6 years ago
- d5af58a Uniquify QuicCryptoServerConfig::Add[Default]Config by QUICHE team · 6 years ago
- 45c889c Remove unused arguments by QUICHE team · 6 years ago
- 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
- 6ca84fb Minor QuicSimpleServerSessionServerPushTest refactor. by bnc · 6 years ago
- fe1aca6 Split KeyExchange into synchronous and asynchronous variants by QUICHE team · 6 years ago
- 6631439 Uniquify ChannelIDSource handling by QUICHE team · 6 years ago
- 548d51b Fix a msan error because of uninitialized test diversification nonce. by QUICHE team · 6 years ago
- 3fe6a8b Convert CryptoFramer::ConstructHandshakeMessage to return unique_ptr by QUICHE team · 6 years ago
- f08778a Pass data_size into QuicPacketCreator::CreateStreamFrame instead of calculating it inside the method and no longer special case the 0 length case, except the existing QUIC_BUG. by QUICHE team · 6 years ago
- 62446bc Add frame header and payload length argument to HttpDecoder::Visitor::OnHeadersFrameStart(). by bnc · 6 years ago
- 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
- ea5bdef Use QuicMakeUnique where possible in quic_crypto_server_config.cc by QUICHE team · 6 years ago
- fa0c90c Remove HttpDecoder::has_payload(). by bnc · 6 years ago
- aa1d6a8 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_connection_do_not_add_to_write_blocked_list_if_disconnected. by QUICHE team · 6 years ago
- 8c1daa2 Set packet type in quic_connection_test according to encryption levels. by QUICHE team · 6 years ago
- 9929cc4 gfe-relnote: In QUIC, do not close connection if received an in-order ACK with decreased largest_acked. Protected by gfe2_reloadable_flag_quic_tolerate_reneging. by QUICHE team · 6 years ago
- 73e63a7 Remove unused QuicConnection::ValidateAckFrame. by QUICHE team · 6 years ago
- 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
- ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
- 4d9d629 Add ShouldUpdateExpectedConnectionIdLength to QuicFramer by QUICHE team · 6 years ago
- c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
- 348de99 Use std::stringstream instead of mock log in http2_hpack_constants_test.cc. by vasilvv · 6 years ago
- c2653c4 Remove QuicSession::num_active_request() and allow subclasses to account the number of request individually. by QUICHE team · 6 years ago
- fa8655a Export QPACK fuzzer corpus into QUICHE by vasilvv · 6 years ago
- 04dd040 Improve some comments in quic/platform. by bnc · 6 years ago
- 4fe0b94 Fix log message text by QUICHE team · 6 years ago
- 61940b4 gfe-relnote: (n/a) Platformize logging for http2. Refactor only, no behavior change. by QUICHE team · 6 years ago
- a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago
- ded0351 gfe-relnote: (n/a) Platformize logging for spdy. Refactor only, no behavior change. by QUICHE team · 6 years ago
- b6880f7 hpack_whole_entry_buffer_test: Include http2_test_helpers.h by rch · 6 years ago
- c5db41e Revert "DO NOT CHECK IN test" by Bence Béky · 6 years ago
- f3a68b5 DO NOT CHECK IN test by Bence Béky · 6 years ago
- a4aaf75 Update references to RFC7540 and RFC7541 in hpack_constants.h. by bnc · 6 years ago
- 3cab5a9 Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() by QUICHE team · 6 years ago
- 900ba16 Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE(). by QUICHE team · 6 years ago
- e72b887 gfe-relnote: Deprecate gfe2_reloadable_flag_http2_varint_decode_64_bits. by bnc · 6 years ago
- 1605d8b Project import generated by Copybara. by QUICHE team · 6 years ago
- 82dee2f Project import generated by Copybara. by QUICHE team · 6 years ago
- 9e83c26 Truncate varint to 32-bit integer. by vasilvv · 6 years ago
- bbe900a Add an explicit cast from uint64_t to size_t. by vasilvv · 6 years ago
- a0a8c9e Automated rollback of changelist 227019741. See https://crbug.com/921074 by vasilvv · 6 years ago
- 2334647 Cast to unsigned in HpackVarintRoundTripTest. by bnc · 6 years ago
- 22f9652 Remove unnecessary comparison. by bnc · 6 years ago
- 94696df Avoid truncation error on 32 bit platforms. by bnc · 6 years ago
- 15fb563 Use uint64_t for varint. by QUICHE team · 6 years ago
- cc66370 Modify HTTP/2 varint encoder and decoder to support 8-bit prefixes. by QUICHE team · 6 years ago
- 99ab070 Fix "signed comparison" compiler error that occur in Chromium. by vasilvv · 6 years ago
- fd50a40 Project import generated by Copybara. by QUICHE team · 6 years ago
- b0827d9 Initial check-in by Victor Vasiliev · 6 years ago