1. 1504296 In quic, determine a serialized packet fate before it gets serialized, and use the fate to determine whether add full padding later. protected by gfe2_reloadable_flag_quic_determine_serialized_packet_fate_early. by fayang · 4 years, 9 months ago
  2. 88b8723 In QUIC, remove num_padding_bytes from SerializedPacket and TransmissionInfo. by fayang · 4 years, 9 months ago
  3. 50d4c71 Change quicpacketwriter::getnextwritelocation to return a release function used to free a writer-allocated buffer. use this release function to avoid buffer leak if a writer buffer is allocated but writer->writepacket is not called. protected by --gfe2_reloadable_flag_quic_avoid_leak_writer_buffer. by wub · 4 years, 11 months ago
  4. 8a5dafa Let quic::serializedpacket to own the frames and optionally the encrypted_buffer. no behavior change. by wub · 4 years, 11 months ago
  5. ddf023a gfe-relnote: n/a(code clean up) Add default definition of copy assignment for QuicPacketHeader. by danzh · 5 years ago
  6. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  7. 02a2874 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  8. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
  9. cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
  10. fb5fb61 gfe-relnote: In QUIC, add a utility function CopySerializedPacket. Not used yet, not protected. by fayang · 5 years ago
  11. 51152fd gfe-relnote: In QUIC, populate nonretransmittable_frames in SerializedPacket. Protected by gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  12. bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
  13. e3f2f7b relnote: On server side, do not process the first initial QUIC packet received from a client if the UDP datagram is < 1200 bytes. Instead, send a connection close with PROTOCOL_VIOLATION if the version is supported. Protected by quic_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 6 years ago
  14. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  15. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  16. 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
  17. ac6805d Add client connection ID methods to quic_packets by dschinazi · 6 years ago
  18. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  19. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  20. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  21. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  22. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago