1. 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
  2. e426d62 gfe-relnote: deprecate gfe2_restart_flag_quic_coalesce_stream_frames_2 by renjietang · 5 years ago
  3. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  4. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  5. 02a2874 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  6. b63005e Remove QuicPacketCreator::AddSavedFrame() and make QuicPacketCreator::AddFrame() public. by renjietang · 5 years ago
  7. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  8. 6beb511 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_coalesce_stream_frames. The flag is replaced by gfe2_restart_flag_quic_coalesce_stream_frames_2 and is no longer in use. by renjietang · 5 years ago
  9. a66e415 Modify write_index_ advancement to incorporate coalescing stream frames. by renjietang · 5 years ago
  10. 14273ea Re-enable QuicPacketCreatorTest::ConsumeDataLargeSendAckTrue for versions with the invariant header. by ianswett · 5 years ago
  11. a57bbb3 Replace kMaxIetfVarInt with UINT32_MAX, as size_t on 32-bit platforms is smaller than kMaxIetfVarInt, thus causing a compile error on those platforms. by vasilvv · 5 years ago
  12. 4245c21 gfe-relnote: Remove QuicPacketGenerator. by fayang · 5 years ago
  13. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
  14. 2ab1e85 gfe-relnote: In QUIC, add SetSoftMaxPacketLength to set a soft max packet length in creator. If a single frame is failed to be serialized, restore the actual max packet length. Not used yet. Not protected. by fayang · 5 years ago
  15. 40d0fa5 Remove QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique from platform/api/. by bnc · 5 years ago
  16. 0875083 gfe-relnote: Add QuicPacketCreator::SerializeCoalescedPacket function. Not used yet. Not protected. by fayang · 5 years ago
  17. 423adc7 Enable -Wexit-time-destructors in QUIC by dschinazi · 5 years ago
  18. 2a6ba79 Clean up QuicPacketCreatorTest. by renjietang · 5 years ago
  19. cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
  20. 7f46be3 Fix buffer overflow issue by changing how test string is created. by renjietang · 5 years ago
  21. eb26841 gfe-relnote: In QUIC, populate the actual length of full padding frame in nonretransmittable_frames (of SerializedPacket). Protected by existing gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  22. 51152fd gfe-relnote: In QUIC, populate nonretransmittable_frames in SerializedPacket. Protected by gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  23. dbe9834 Coalesce adjacent stream frames. by renjietang · 5 years ago
  24. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  25. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  26. 4c704c8 Move connectivity probing related code from QuicFramer to QuicPacketCreator. by renjietang · 5 years ago
  27. c6b9951 Don't create NullEncrypter/Decrypter in QuicFramer by nharper · 6 years ago
  28. 142051a Fix QUIC core test display by dschinazi · 6 years ago
  29. 62b637b Rename functions with same names as generator in QUIC creator. This is preparation for combining creator and generator. Not protected. by fayang · 6 years ago
  30. 4c1c236 gfe-relnote: In QUIC, skipping a packet number, when a single PTO packet will be sent, to elicit an immediate ACK. Protected by gfe2_reloadable_flag_quic_skip_packet_number_for_pto. by fayang · 6 years ago
  31. 405f719 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_get_packet_header_size by nharper · 6 years ago
  32. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  33. 591814c Add version-aware QuicConnectionCloseFrame constructor by fkastenholz · 6 years ago
  34. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 6 years ago
  35. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  36. d43f1d6 Fix quic::GetPacketHeaderSize when QuicVersionHasLongHeaderLengths is false by nharper · 6 years ago
  37. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  38. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  39. 3ac15c1 gfe-relnote: In QUIC v47+, use variable packet number length in long header packet. Protected by DISABLED gfe2_reloadable_flag_quic_enable_version_47. by fayang · 6 years ago
  40. 88e3e05 Internal QUICHE change by danzh · 6 years ago
  41. f356d9e Internal QUICHE change by QUICHE team · 6 years ago
  42. f2be56a gfe-relnote: n/a(code cleanup) Replace direct usage of FLAGS_some_flag_name in by danzh · 6 years ago
  43. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  44. ebabffd gfe-relnote: Fix appending padding in QuicPacketCreator::CreateAndSerializeStreamFrame. Protected by QUIC_VERSION_99 by nharper · 6 years ago
  45. d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
  46. 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
  47. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  48. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  49. 51961cf gfe-relnote: Allow sending CRYPTO frames without full padding. Protected by QUIC_VERSION_99 by nharper · 6 years ago
  50. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  51. 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
  52. 98669f5 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_set_transmission_type_for_next_frame. by wub · 6 years ago
  53. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  54. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  55. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  56. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  57. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  58. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  59. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  60. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  61. 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
  62. 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
  63. 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
  64. 553a966 gfe-relnote: Remove the dependency from QuicMemSliceSpan to QuicStreamSendBuffer and QuicMessageFrame. Refactor only, not protected. by wub · 6 years ago
  65. c76cd74 Invoke the packet creator's OnFrameAddedToPacket method when stream frames are added via the fast path. by rch · 6 years ago
  66. dc41bf1 gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId by QUICHE team · 6 years ago
  67. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  68. 88ea008 gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected. by QUICHE team · 6 years ago
  69. 3fe6a8b Convert CryptoFramer::ConstructHandshakeMessage to return unique_ptr by QUICHE team · 6 years ago
  70. f08778a Pass data_size into QuicPacketCreator::CreateStreamFrame instead of calculating it inside the method and no longer special case the 0 length case, except the existing QUIC_BUG. by QUICHE team · 6 years ago
  71. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  72. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  73. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  74. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago