1. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  2. 965ce09 Add more debug logs that were useful during interop by dschinazi · 6 years ago
  3. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  4. 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
  5. 7d066ca Replace a DCHECK with a parse failure in connection ID parsing by dschinazi · 6 years ago
  6. de0f6dc Add QuicFramer Probe methods by dschinazi · 6 years ago
  7. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  8. 1f485a1 Deprecate gfe2_reloadable_flag_quic_use_new_append_connection_id by dschinazi · 6 years ago
  9. 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
  10. f919fb2 Add more logging to the QUIC_BUG when no decrypter is available. by ianswett · 6 years ago
  11. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  12. 4031554 gfe-relnote: In QUIC, factor out ProcessVersionLabel and ValidateIetfConnectionIdLength functions. No functional change expected, not protected. by fayang · 6 years ago
  13. 9e92fb3 Make QUIC server set fixed bit in version negotiation packets by dschinazi · 6 years ago
  14. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  15. 072da7c Make server drop IETF QUIC Version Negotiation packets by dschinazi · 6 years ago
  16. a037b8b Refactor QuicFramer::Get...ConnectionCloseFrameSize by fkastenholz · 6 years ago
  17. e0df3f7 Make client drop packets with wrong versions by dschinazi · 6 years ago
  18. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  19. 3f28356 Fix check for QuicFramer detecting old header format with new version by nharper · 6 years ago
  20. 855d217 Harden QuicFramer::DecryptPayload to avoid dereferencing bad EncryptionLevels by nharper · 6 years ago
  21. f44024e gfe-relnote: Remove no-op std::move from QuicFramer::DecryptPayload. Protected by reloadable flag quic_v44_disable_trial_decryption. by nharper · 6 years ago
  22. 97b690b gfe-relnote: Close the connection if a STOP_WAITING frame is received in v44 or above. Protected by gfe2_reloadable_flag_quic_do_not_accept_stop_waiting. by ianswett · 6 years ago
  23. 9bb8346 Disable QUIC trial decryption in V44 and above by nharper · 6 years ago
  24. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  25. a745e39 Check that the expected and actual public header types match by nharper · 6 years ago
  26. 2ceb97c Reject IETF RETRY packets before they hit QUIC_BUGs by nharper · 6 years ago
  27. 2c5386e Prevent crash in EncryptInPlace when the encrypter is missing by dschinazi · 6 years ago
  28. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  29. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  30. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  31. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  32. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  33. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  34. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  35. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  36. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  37. e8d7fa7 Increase maximum size of allowed incoming packets and remove incorrect QUIC_BUG by dschinazi · 6 years ago
  38. e28f022 gfe-relnote: Use encryption level instead of looking for the string "CHLO" to identify the QUIC ClientHello. Client side change only, not flag protected. by ianswett · 6 years ago
  39. 67cb9df gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_simplify_build_connectivity_probing_packet by rch · 6 years ago
  40. 76086e4 gfe-relnote: Refactor QuicFramer to use array of QuicDecrypter. Not flag protected. by QUICHE team · 6 years ago
  41. 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
  42. 0131a5b Check new connection ID length before reading it by QUICHE team · 6 years ago
  43. 577718a gfe-relnote: Deprecate gfe2_restart_flag_quic_uint64max_uninitialized_pn. by QUICHE team · 6 years ago
  44. c264e36 gfe-relnote: In QUIC, add QuicPacketNumber::UpdateMax function. No functional change expected. Not protected. by QUICHE team · 6 years ago
  45. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  46. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  47. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  48. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  49. 4d9d629 Add ShouldUpdateExpectedConnectionIdLength to QuicFramer by QUICHE team · 6 years ago
  50. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  51. 4fe0b94 Fix log message text by QUICHE team · 6 years ago
  52. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago