1. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  2. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  3. 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
  4. 354c942 gfe-relnote: In GFE, export number of QUIC packets written per write operation. Protected by FLAGS_quic_export_server_num_packets_per_write_histogram. by fayang · 6 years ago
  5. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  6. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  7. 51961cf gfe-relnote: Allow sending CRYPTO frames without full padding. Protected by QUIC_VERSION_99 by nharper · 6 years ago
  8. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  9. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  10. b023c7b gfe-relnote: n/a (Refactor) Move the only method in ConnectionCloseDelegateInterface into QuicPacketCreator::Delegate and delete ConnectionCloseDelegateInterface. No functional change, not flag protected. by ianswett · 6 years ago
  11. 98669f5 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_set_transmission_type_for_next_frame. by wub · 6 years ago
  12. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  13. 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
  14. 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
  15. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  16. 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
  17. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  18. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  19. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago