1. a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
  2. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  3. 6dba490 gfe-relnote: Deprecate gfe2_restart_flag_quic_enable_accept_random_ipn. by fayang · 6 years ago
  4. 1b2f783 gfe-relnote: only respect TLPR when there is pending non-crypto stream data. Flag protected by quic_ignore_tlpr_if_no_pending_stream_data and session_decides_what_to_write. by zhongyi · 6 years ago
  5. 292b75c gfe-relnote: (n/a) Remove unused function QuicConnection::EnableSavingCryptoPackets. Not protected. by wub · 6 years ago
  6. 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
  7. 40ec3ac gfe-relnote: In QUIC, add connected_ check in OnCanWrite and flusher's destructor. Protected by gfe2_reloadable_flag_quic_check_connected_before_flush. by fayang · 6 years ago
  8. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  9. 75d2396 gfe-relnote: In QUIC, make QUIC_TOO_MANY_OUTSTANDING_SENT_PACKETS connection close detail more informative. Not protected. by fayang · 6 years ago
  10. d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
  11. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  12. 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
  13. 965ce09 Add more debug logs that were useful during interop by dschinazi · 6 years ago
  14. 8cf087e Add QUIC_BUG_IF on empty opportunistic ACKs by dschinazi · 6 years ago
  15. 0391669 gfe-relnote: In QUIC, do not send STOP_WAITING if no_stop_waiting_frame_ is true. Protected by gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 6 years ago
  16. 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
  17. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  18. 21ffb71 Add logging only ack_frame accessor. by fayang · 6 years ago
  19. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  20. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  21. f1b99dc gfe-relnote: Allow GFE to perform initial cwnd up and down experiment. Protected by --gfe2_reloadable_flag_quic_gfe_selected_initial_cwnd_experiments. by fayang · 6 years ago
  22. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  23. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  24. dc1e7ab gfe-relnote: Remove the SEND_CONNECTION_CLOSE_PACKET_WITH_NO_ACK enum value because it was only used by Quartc and PACKET_TOO_BIG. No functional GFE change, not flag protected. by ianswett · 6 years ago
  25. 11e4a3d Cancel process_undecryptable_packets_alarm_ when CancelAllAlarm(). by renjietang · 6 years ago
  26. 3203f25 gfe-relnote: In QUIC, deprecate queued_control_frames_ from QuicPacketGenerator. Protected by gfe2_reloadable_flag_quic_deprecate_queued_control_frames. by fayang · 6 years ago
  27. b7f7cd2 Remove QuicConnection's RetransmittableOnWireAlarm because it was replaced with the PingAlarm. by ianswett · 6 years ago
  28. b834325 Add a new callback for probing retransmissions. by QUICHE team · 6 years ago
  29. 1946125 Add flag count for quic_ignore_tlpr_if_sending_ping for flag verification. The flag count should be 0 as server never enables TLPR though. by zhongyi · 6 years ago
  30. de00f8f gfe-relnote: In QUIC, only check whether framer has corresponding encrypter (before sending an ACK) when multiple packet number space is supported. by fayang · 6 years ago
  31. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  32. 73957f1 Inject a random number generator into QuartcEndpoint and SendAlgorithms. by QUICHE team · 6 years ago
  33. 05e62b1 Do not ACK when encryption keys are missing by dschinazi · 6 years ago
  34. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  35. 3eb8221 gfe-relnote: In QUIC, enforce packets be ACKed in the correct packet number space. Protected by enabling multiple packet number spaces. by fayang · 6 years ago
  36. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  37. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  38. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  39. fbb2577 gfe-relnote: ignore TLPR for retransmission delay in TLP mode when sending pings from the ping alarm. Flag protected by quic_ignore_tlpr_if_stream_not_waiting_ack. by zhongyi · 6 years ago
  40. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  41. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  42. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  43. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  44. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  45. b239f86 Add GetLargestGuaranteedMessagePayload to QuicSession/Connection/Generator/Creator to expose the largest message payload that's guaranteed to fit in any packet containing application data. by ianswett · 6 years ago
  46. d9467b5 Add DV2 logs for received packets and clarify a log statement by dschinazi · 6 years ago
  47. db06153 Add a QUIC_BUG to ensure that whenever an ACK cannot be written, the writer is write blocked. Protected by existing flag gfe2_reloadable_flag_quic_use_uber_loss_algorithm. by QUICHE team · 6 years ago
  48. cd09802 gfe-relnote: In QUIC, enable multiple packet number support in QuicConnection when using TLS as handshake protocol. Protected by existing flags quic_validate_packet_number_post_decryption, quic_deprecate_ack_bundling_mode, quic_rpm_decides_when_to_send_acks, quic_use_uber_received_packet_manager, quic_use_uber_loss_algorithm, quic_quic_enable_accept_random_ipn. by QUICHE team · 6 years ago
  49. 2af16b1 gfe-relnote: Add a ScopedPacketFlusher when the undecryptable packets alarm fire in case any packets are queued in the generator. by rch · 6 years ago
  50. 1dfa46b gfe-relnote: In QUIC, Enable multiple packet number support in uber_received_packet_manager. Not used yet, not protected. by QUICHE team · 6 years ago
  51. b23daa7 gfe-relnote: In QUIC, add uber_received_packet_manager which purely wraps a received_packet_manager. Using it is protected by gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by QUICHE team · 6 years ago
  52. 1f3de24 gfe-relnote: In QUIC, add getter for largest received packet to QuicConnection. No functional change expected, not protected. by QUICHE team · 6 years ago
  53. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  54. 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
  55. d5d13c2 Use std::string instead of string in a few places in QUIC to permit chrome merge. by rch · 6 years ago
  56. 692750b gfe-relnote: In QUIC, validate packet number post decryption. Protected by quic_validate_packet_number_post_decryption. by QUICHE team · 6 years ago
  57. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  58. 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
  59. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  60. 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
  61. 73e63a7 Remove unused QuicConnection::ValidateAckFrame. by QUICHE team · 6 years ago
  62. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  63. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  64. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago