1. ecad964 Prevent fuzzer from sending unsupported RETRY packets by dschinazi · 6 years ago
  2. 965e592 gfe-relnote: Enable initial obfuscators in QUIC_VERSION_99. Protected by quic_enable_version_99 by nharper · 6 years ago
  3. e3f2f7b relnote: On server side, do not process the first initial QUIC packet received from a client if the UDP datagram is < 1200 bytes. Instead, send a connection close with PROTOCOL_VIOLATION if the version is supported. Protected by quic_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 6 years ago
  4. c6b9951 Don't create NullEncrypter/Decrypter in QuicFramer by nharper · 6 years ago
  5. 7c07528 Unconditionally call SetInitialObfuscators in quic_test_utils.cc by nharper · 6 years ago
  6. 4a5a76c Unconditionally call CryptoUtils::CreateInitialObfuscators by nharper · 6 years ago
  7. c8d9e40 Rename CryptoUtils::CreateTlsInitialCrypters by nharper · 6 years ago
  8. b045185 gfe-relnote: Honor IETF QUIC initial flow control limits when using TLS. Protected by disabled --gfe2_reloadable_flag_quic_supports_tls_handshake by rch · 6 years ago
  9. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  10. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  11. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  12. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  13. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  14. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 6 years ago
  15. 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
  16. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  17. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  18. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  19. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  20. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  21. e9dc7da gfe-relnote: (n/a) Remove stateless reject support from quic::test::CreateClientSessionForTest(). Test only. by wub · 6 years ago
  22. 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
  23. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  24. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  25. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  26. b023c7b gfe-relnote: n/a (Refactor) Move the only method in ConnectionCloseDelegateInterface into QuicPacketCreator::Delegate and delete ConnectionCloseDelegateInterface. No functional change, not flag protected. by ianswett · 6 years ago
  27. c201848 Make SimpleRandom faster by using Chacha20 as underlying primitive. by vasilvv · 6 years ago
  28. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  29. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  30. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  31. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  32. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  33. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  34. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  35. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  36. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  37. 3085da8 Remove QuicTestUtils::GetPacketLengthForOneStream and change three QUIC tests to instead send full sized packets followed by a partially full packet. by ianswett · 6 years ago
  38. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  39. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  40. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  41. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  42. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago