1. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  2. 08b7f55 gfe-relnote: Remove version negotiation packet tests from QuicConnectionTest; test-only change by nharper · 6 years ago
  3. d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
  4. b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
  5. 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
  6. 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
  7. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  8. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  9. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  10. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  11. 5ff1045 gfe-relnote: Test-only, enable tests in QuicConnectionTest when multipel packet number spaces are supported by nharper · 6 years ago
  12. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  13. 68cf004 Re-enable QuicConnectionTest::AckNeedsRetransmittableFrames when multiple packet number spaces are used by setting the encryption level. by ianswett · 6 years ago
  14. 2c9f02a Change default EncryptionLevel in QuicConnectionTest by nharper · 6 years ago
  15. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  16. 072da7c Make server drop IETF QUIC Version Negotiation packets by dschinazi · 6 years ago
  17. 11e4a3d Cancel process_undecryptable_packets_alarm_ when CancelAllAlarm(). by renjietang · 6 years ago
  18. 4952323 gfe-relnote: In QUIC, ensure STREAM frames are never sent at level ENCRYPTION_HANDSHAKE. Not protected as ENCRYPTION_HANDSHAKE is not used currently. by fayang · 6 years ago
  19. 4985598 gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. by wub · 6 years ago
  20. b834325 Add a new callback for probing retransmissions. by QUICHE team · 6 years ago
  21. 9f459cb Remove QuicSentPacketManagerPeer::GetBytesInFlight. by ianswett · 6 years ago
  22. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  23. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  24. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  25. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  26. 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
  27. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  28. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  29. 693d5b0 Add custom leakr file to QUICHE by vasilvv · 6 years ago
  30. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  31. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  32. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  33. 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
  34. 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
  35. 552f71f Add a test making sure ACK alarm is canceled on write blocked when supporting multiple packet number spaces. by QUICHE team · 6 years ago
  36. 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
  37. 577718a gfe-relnote: Deprecate gfe2_restart_flag_quic_uint64max_uninitialized_pn. by QUICHE team · 6 years ago
  38. 2d18797 Add support for Header Protection to QuicCrypter classes by QUICHE team · 6 years ago
  39. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  40. 88ea008 gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected. by QUICHE team · 6 years ago
  41. 548d51b Fix a msan error because of uninitialized test diversification nonce. by QUICHE team · 6 years ago
  42. 3fe6a8b Convert CryptoFramer::ConstructHandshakeMessage to return unique_ptr by QUICHE team · 6 years ago
  43. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  44. 8c1daa2 Set packet type in quic_connection_test according to encryption levels. by QUICHE team · 6 years ago
  45. 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
  46. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  47. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  48. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  49. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago