1. fa2746c gfe-relnote: False deprecate gfe2_reloadable_flag_quic_fix_adaptive_time_loss. by fayang · 6 years ago
  2. 1e96e1a gfe-relnote: False deprecate gfe2_reloadable_flag_quic_eighth_rtt_loss_detection. by fayang · 6 years ago
  3. a0cbbdc gfe-relnote: (n/a) Fix a use-of-uninitialized-value in QuicFramerTest.GetRetransmittableControlFrameSize. Test only. by wub · 6 years ago
  4. b2486b8 gfe-relnote: (n/a) Update QuicIetfFramerTest.(Application|Connection)Close to use the new QuicConnectionCloseFrame constructor. Test only, not protected. by wub · 6 years ago
  5. 95025bf Deprecate quic_drop_invalid_small_initial_connection_id by dschinazi · 6 years ago
  6. 3d03329 Support the use of MESSAGE/DATAGRAM frames in QBONE. by vasilvv · 6 years ago
  7. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  8. 5c729f0 Remove QuicSession::RegisterStaticStream() and merge it into by renjietang · 6 years ago
  9. 591814c Add version-aware QuicConnectionCloseFrame constructor by fkastenholz · 6 years ago
  10. d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
  11. 9e62e3c gfe-relnote: n/a (TODO added) by fayang · 6 years ago
  12. 88d08f4 Change Application and Transport ConnectionClose codes to uint64_t by fkastenholz · 6 years ago
  13. a582187 gfe-relnote: (n/a) Only increment flag count for quic_simple_inflight_time when the flag is true. Flag count only. by wub · 6 years ago
  14. 43652ca gfe-relnote: (n/a) Add a GFE_BUG if QuicFdWrapper.stream_ is silently cleared in QuicFdWrapper::Readv. Logging only, not protected. by wub · 6 years ago
  15. 203926d In v99, close the connection if the peer sets the number of unidirectional stream less than the minimum required unidirectional streams. by renjietang · 6 years ago
  16. 255ff77 Remove redundant connection check. by renjietang · 6 years ago
  17. 0e48f12 Prevent QuicToyClient crash on DNS failure by dschinazi · 6 years ago
  18. 479fea3 gfe-relnote: Save the time the last inflight packet was sent instead of iterating through the deque. Protected by gfe2_reloadable_flag_quic_simple_inflight_time. by ianswett · 6 years ago
  19. b7e6e64 gfe-relnote: Add methods to QuicConnectionDebugVisitorInterface for missing IETF QUIC frames. QUIC v99 only. Protected by disabled QUIC v99 flag. by rch · 6 years ago
  20. 0400465 Deprecate gfe2_reloadable_flag_quic_loss_removes_from_inflight. by ianswett · 6 years ago
  21. a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
  22. 45f8f86 Make QuicSendControlStream send actual value for SETTINGS_QPACK_MAX_TABLE_CAPACITY. by bnc · 6 years ago
  23. 52cb79f gfe-relnote: use QUIC_foo instead of ABSL_foo for mutex annotations in QUIC. Not flag protected. No behavior change. by rch · 6 years ago
  24. 28315b7 Automated g4 rollback of changelist 265940959. by renjietang · 6 years ago
  25. 5c87947 Automated g4 rollback of changelist 265958257. by renjietang · 6 years ago
  26. 0fcbf35 gfe-relnote: In QUIC, send PING when TLP fires and no packet is created. Protected by existing gfe2_reloadable_flag_quic_fix_rto_retransmission3. by fayang · 6 years ago
  27. 344b5e2 Explicitly cast QuicIetfTransportErrorCodes to uint16_t when forwarded to QuicStrCat. by zhongyi · 6 years ago
  28. 40e9a7b Send Set Dynamic Table Capacity instruction. by bnc · 6 years ago
  29. ad7424f Implement QUIC ALPN selection on the server side. by vasilvv · 6 years ago
  30. c60e4e1 Stop using the "LIFO" write scheduler. by QUICHE team · 6 years ago
  31. 4724c9c Support session-specific ALPNs for clients, and specifying multiple ALPNs. by vasilvv · 6 years ago
  32. 486a8a9 Limit the amount of incoming crypto data that will be buffered. by nharper · 6 years ago
  33. 7ba5a74 LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  34. e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  35. c16be36 Remove deprecated unused QuicStreamSequencer::PrefetchNextRegion() method. by bnc · 6 years ago
  36. a366010 Have framer store frame type currently being processed by fkastenholz · 6 years ago
  37. edeeb47 Wait for data to arrive in EndToEndTest.FlowControlsSynced. by bnc · 6 years ago
  38. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  39. 8c8f74f Enable simplify stop waiting in quic http EndToEndTests by nharper · 6 years ago
  40. 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 6 years ago
  41. 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
  42. 6c73c33 No longer send SETTINGS in gQUIC. by renjietang · 6 years ago
  43. bd79392 gfe-relnote: In TLS client handshaker, call OnHandshakeComplete when handshake is finished. Protected by existing FLAGS_quic_supports_tls_handshake. by fayang · 6 years ago
  44. 0994c71 Remove VersionUsesQpack() TODO. by bnc · 6 years ago
  45. ef8d1e9 Always create and destroy a single client in the creation of the QuicClientTest to ensure persistent sockets for certificate verifiers are opened before testing. by zhongyi · 6 years ago
  46. 70f78fc gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers. by bnc · 6 years ago
  47. 488a462 Save all data from received IETF Connection Close frames by fkastenholz · 6 years ago
  48. 14dfb2c gfe-relnote: Do not enable version 99 unless gfe2_reloadable_flag_quic_use_parse_public_header is also enabled. by ianswett · 6 years ago
  49. 3de7170 Maybe send SETTINGS for MaxPushIdFrame. by renjietang · 6 years ago
  50. 578cf9f Use real QPACK streams in QPACK stream tests instead of creating artificial ones. by renjietang · 6 years ago
  51. 5a2b3eb Change QUIC's AlpnForVersion method to omit the "google-" from the string by rch · 6 years ago
  52. 260d646 Remove unused accessor. by bnc · 6 years ago
  53. 5597f29 Add knobs to QuicSpdySession for QPACK maximum table capacity and blocked stream limit. by bnc · 6 years ago
  54. 5f13505 gfe-relnote: In QUIC, add anti-amplification limit. Protected by version T099. by fayang · 6 years ago
  55. d17a740 gfe-relnote: n/a - Rename filtered_supported_versions() to filtered_transport_versions() in QuicVersionManager to match the name of the member variable. by rch · 6 years ago
  56. a80920c Deprecate --gfe2_reloadable_flag_quic_log_cert_name_for_empty_sct. by QUICHE team · 6 years ago
  57. 93cc53a gfe-relnote: In QUIC, do not send control frames if connection does not have application keys for v99. Protected by quic_enable_version_99. by fayang · 6 years ago
  58. 62f867a In QuicSentPacketManager, rename enable_pto_ to pto_enabled_. by fayang · 6 years ago
  59. c8c02a5 Make sure QPACK stream types are sent along with SETTINGS in one packet. by renjietang · 6 years ago
  60. a7fe577 Optimize code in handling wrong HTTP/3 frames. by renjietang · 6 years ago
  61. 3066edc Remove QpackProgressiveDecoderTests. by bnc · 6 years ago
  62. 93ea18d Signal error on duplicate SETTINGS identifiers. by bnc · 6 years ago
  63. 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
  64. 0b20fdf Add missing include of <set> to qpack_decoder.h by rch · 6 years ago
  65. d72f67c Use the uint64_t specialization of std::min in qpack_encoder.cc by rch · 6 years ago
  66. 57b5f62 Enforce limit on number of blocked streams in QPACK decoder. by bnc · 6 years ago
  67. 36825da gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  68. 51d6999 gfe-relnote: change logs about window update frames from DLOG(INFO) to DVLOG(1). by QUICHE team · 6 years ago
  69. 897605d gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_packets_acked. by fayang · 6 years ago
  70. 309b7fb Prevent QPACK streams from being created more than once. by renjietang · 6 years ago
  71. d0f4a16 gfe-relnote: Use new flag quic_enable_version_48_2 for QUIC_VERSION_48 by nharper · 6 years ago
  72. ec17272 Remove two obsolete TODOs from http_decoder.cc. by bnc · 6 years ago
  73. f03a0bf Use dynamic table for QPACK encoding. by bnc · 6 years ago
  74. d3777e9 Feed header block in fragments in QPACK roundtrip fuzzer. by bnc · 6 years ago
  75. eae1ea8 gfe-relnote: Add live check to QuicSpdySession. No functional change expected, not protected. by fayang · 6 years ago
  76. e01b3eb Do not check config() when sending HTTP/3 SETTINGS frame. by renjietang · 6 years ago
  77. aee31ef gfe-relnote: In QUIC v48, support partial write of CRYPTO frames. Protected by existing gfe2_reloadable_flag_quic_enable_version_48. by fayang · 6 years ago
  78. 9b4b0ad Add flag to QuicSession indicating that it has been configured by fkastenholz · 6 years ago
  79. f975eac gfe-relnote: Default-initialize QUIC BBRv2 loss event threshold for exiting STARTUP from a flag. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 6 years ago
  80. 9a910e3 Generate stateless reset tokens by hashing instead of XOR. by dschinazi · 6 years ago
  81. 5b236be Workaround for Android UDP network conformance test by dschinazi · 6 years ago
  82. 0d06d7b Deprecate quic_use_allocated_connection_ids by dschinazi · 6 years ago
  83. ea71d6f Rename ENCRYPTION_REESTABLISHED to ENCRYPTION_ESTABLISHED as ENCRRYPTION_FIRST_ESTABLISHED has been removed. by renjietang · 6 years ago
  84. 64c3411 gfe-relnote: (n/a) Ensure BandwidthSampler.max_ack_height_tracker_.aggregation_epoch_start_time_ is initialized before Update(). Protected by --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler2, which replaces the old v1 flag. by wub · 6 years ago
  85. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 6 years ago
  86. d6f5afa Do not send stream type twice in QPACK streams. by renjietang · 6 years ago
  87. f643d83 Remove unused ENCRYPTION_FIRST_ESTABLISHED. by renjietang · 6 years ago
  88. adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
  89. 83161e4 gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. by zhongyi · 6 years ago
  90. 7ca4de7 Add default to function generating name of Transport Error Code by fkastenholz · 6 years ago
  91. 0b83e0c Rename QuicSpdyStreamBodyBuffer to QuicSpdyStreamBodyManager. by bnc · 6 years ago
  92. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  93. 4790400 Remove Http2String wrapper for std::string. by bnc · 6 years ago
  94. 66fc024 Flush queued frames when processing coalesced packets by dschinazi · 6 years ago
  95. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  96. 5c7f7e8 Add text outputter for IETF stream types by fkastenholz · 6 years ago
  97. fd3ee30 Add QUIC_EXPORT_PRIVATE macros to qpack_index_conversions.h functions. by bnc · 6 years ago
  98. 4471291 Remove SpdyString wrapper for std::string. by bnc · 6 years ago
  99. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  100. 748cc73 Support blocked decoding in qpack_round_trip_fuzzer.cc. by bnc · 6 years ago