1. 4e3fb90 Internal QUICHE change by wub · 4 years, 9 months ago
  2. 05c3b78 Update quicunorderedmap to quichashmap in quicdispatcher, transportparameters, quicspdysession and qpackblockingmanager. no behavior change. by wub · 4 years, 10 months ago
  3. 33340ca Remove unused kMaxReasonableInitialPacketNumber by dschinazi · 4 years, 11 months ago
  4. 8963f60 Refactor QuicDispatcher connection ID replacement by dschinazi · 4 years, 11 months ago
  5. 7e098ae Replace long connection IDs in GfeQuicDispatcher by dschinazi · 5 years ago
  6. 0e3c348 Adopt TlsChloExtractor from QuicDispatcher by dschinazi · 5 years ago
  7. b4810d5 Add QuicHash(Map|Set) as a general-purpose hash map and set, which doesn't gurantee pointer stability. And switch to QuicHashSet in various places. by wub · 5 years ago
  8. 71116fd Make ALPN an array in QuicBufferedPacketStore by dschinazi · 5 years ago
  9. e452405 gfe-relnote: Disable IETF QUIC on Cloud VIPs. Protected by gfe2_restart_flag_quic_disable_ietf_quic_on_cloud_vips. by fayang · 5 years ago
  10. 72e0dab gfe-relnote: move stop/start accepting new connection feature from GfeQuicDispatcher to QuicDispatcher. Protected by --gfe2_restart_flag_quic_should_accept_new_connection. by danzh · 5 years ago
  11. f6cb54d Move quic_crypto_server_stream.h to quic_crypto_server_stream_base.h by nharper · 5 years ago
  12. 5f23a2d Move QuicCryptoServerStream::Helper to QuicCryptoServerStreamBase by nharper · 5 years ago
  13. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  14. 89490e0 gfe-relnote: (n/a) Change the return type of QuicDispatcher::CreateQuicSession from raw to unique_ptr. No behavior change, not protected. by wub · 5 years ago
  15. 89eaa89 Remove QuicDispatcher::set_new_session_allowed_per_event_loop(). by bnc · 5 years ago
  16. e211642 Introduce QUIC_NO_EXPORT by dschinazi · 5 years ago
  17. 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
  18. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  19. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 6 years ago
  20. adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
  21. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  22. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  23. d057e66 gfe-relnote: In QUIC, do not add connection ID of packets with unknown connection ID and no version to time wait list, instead, send appropriate reset depending on the packets' sizes and drop them. Protected by gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 6 years ago
  24. 1ed1f76 gfe-relnote: In QUIC, replace member variables current* with on stack struct ReceivedPacketInfo in QuicDispatcher. Refactor only, not protected. by fayang · 6 years ago
  25. 17230ac gfe-relnote: In QUIC, inline ProcessUnauthenticatedHeaderFate. Not protected. by fayang · 6 years ago
  26. dc2ac54 gfe-relnote: In QUIC, remove unused temporarily_buffered_connections_ from dispatcher. Not protected. by fayang · 6 years ago
  27. 91475c4 Remove framer object from quic_dispatcher and make dispatcher no longer inherit from QuicFramerVisitorInterface. by fayang · 6 years ago
  28. 2a5670f gfe-relnote: (n/a) Cleanup references to stateless reject from QuicDispatcher. Code not used, not protected. by wub · 6 years ago
  29. 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
  30. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  31. 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
  32. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  33. ccbab73 gfe-relnote: In QUIC, do not use framer object in QuicDispatcher. Protected by gfe2_restart_flag_quic_no_framer_object_in_dispatcher. by fayang · 6 years ago
  34. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  35. f7c569c gfe-relnote: In QUIC, let StatelessConnectionTerminator have its own framer instead of using framer of dispatcher. No functional change expected. Not protected. by fayang · 6 years ago
  36. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  37. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  38. 1de6789 gfe-relnote: In QUIC, terminate Google QUIC connections (<= v43) similar as IETF QUIC connection. Protected by gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
  39. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  40. 2b5942f Internal QUICHE change by wub · 6 years ago
  41. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  42. 963d57e Make QuicDispatcher reject packets with invalid short connection IDs by QUICHE team · 6 years ago
  43. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  44. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  45. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  46. 4d9d629 Add ShouldUpdateExpectedConnectionIdLength to QuicFramer by QUICHE team · 6 years ago
  47. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  48. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago