1. 7ba5a74 LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  2. e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  3. c16be36 Remove deprecated unused QuicStreamSequencer::PrefetchNextRegion() method. by bnc · 6 years ago
  4. a366010 Have framer store frame type currently being processed by fkastenholz · 6 years ago
  5. edeeb47 Wait for data to arrive in EndToEndTest.FlowControlsSynced. by bnc · 6 years ago
  6. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  7. 8c8f74f Enable simplify stop waiting in quic http EndToEndTests by nharper · 6 years ago
  8. 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 6 years ago
  9. 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
  10. 6c73c33 No longer send SETTINGS in gQUIC. by renjietang · 6 years ago
  11. 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
  12. 0994c71 Remove VersionUsesQpack() TODO. by bnc · 6 years ago
  13. 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
  14. 70f78fc gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers. by bnc · 6 years ago
  15. 488a462 Save all data from received IETF Connection Close frames by fkastenholz · 6 years ago
  16. 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
  17. 3de7170 Maybe send SETTINGS for MaxPushIdFrame. by renjietang · 6 years ago
  18. 578cf9f Use real QPACK streams in QPACK stream tests instead of creating artificial ones. by renjietang · 6 years ago
  19. 5a2b3eb Change QUIC's AlpnForVersion method to omit the "google-" from the string by rch · 6 years ago
  20. 260d646 Remove unused accessor. by bnc · 6 years ago
  21. 5597f29 Add knobs to QuicSpdySession for QPACK maximum table capacity and blocked stream limit. by bnc · 6 years ago
  22. 5f13505 gfe-relnote: In QUIC, add anti-amplification limit. Protected by version T099. by fayang · 6 years ago
  23. 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
  24. a80920c Deprecate --gfe2_reloadable_flag_quic_log_cert_name_for_empty_sct. by QUICHE team · 6 years ago
  25. 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
  26. 62f867a In QuicSentPacketManager, rename enable_pto_ to pto_enabled_. by fayang · 6 years ago
  27. c8c02a5 Make sure QPACK stream types are sent along with SETTINGS in one packet. by renjietang · 6 years ago
  28. a7fe577 Optimize code in handling wrong HTTP/3 frames. by renjietang · 6 years ago
  29. 3066edc Remove QpackProgressiveDecoderTests. by bnc · 6 years ago
  30. 93ea18d Signal error on duplicate SETTINGS identifiers. by bnc · 6 years ago
  31. 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
  32. 0b20fdf Add missing include of <set> to qpack_decoder.h by rch · 6 years ago
  33. d72f67c Use the uint64_t specialization of std::min in qpack_encoder.cc by rch · 6 years ago
  34. 57b5f62 Enforce limit on number of blocked streams in QPACK decoder. by bnc · 6 years ago
  35. 36825da gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  36. 51d6999 gfe-relnote: change logs about window update frames from DLOG(INFO) to DVLOG(1). by QUICHE team · 6 years ago
  37. 897605d gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_packets_acked. by fayang · 6 years ago
  38. 309b7fb Prevent QPACK streams from being created more than once. by renjietang · 6 years ago
  39. d0f4a16 gfe-relnote: Use new flag quic_enable_version_48_2 for QUIC_VERSION_48 by nharper · 6 years ago
  40. ec17272 Remove two obsolete TODOs from http_decoder.cc. by bnc · 6 years ago
  41. f03a0bf Use dynamic table for QPACK encoding. by bnc · 6 years ago
  42. d3777e9 Feed header block in fragments in QPACK roundtrip fuzzer. by bnc · 6 years ago
  43. eae1ea8 gfe-relnote: Add live check to QuicSpdySession. No functional change expected, not protected. by fayang · 6 years ago
  44. e01b3eb Do not check config() when sending HTTP/3 SETTINGS frame. by renjietang · 6 years ago
  45. 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
  46. 9b4b0ad Add flag to QuicSession indicating that it has been configured by fkastenholz · 6 years ago
  47. 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
  48. 9a910e3 Generate stateless reset tokens by hashing instead of XOR. by dschinazi · 6 years ago
  49. 5b236be Workaround for Android UDP network conformance test by dschinazi · 6 years ago
  50. 0d06d7b Deprecate quic_use_allocated_connection_ids by dschinazi · 6 years ago
  51. ea71d6f Rename ENCRYPTION_REESTABLISHED to ENCRYPTION_ESTABLISHED as ENCRRYPTION_FIRST_ESTABLISHED has been removed. by renjietang · 6 years ago
  52. 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
  53. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 6 years ago
  54. d6f5afa Do not send stream type twice in QPACK streams. by renjietang · 6 years ago
  55. f643d83 Remove unused ENCRYPTION_FIRST_ESTABLISHED. by renjietang · 6 years ago
  56. adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
  57. 83161e4 gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. by zhongyi · 6 years ago
  58. 7ca4de7 Add default to function generating name of Transport Error Code by fkastenholz · 6 years ago
  59. 0b83e0c Rename QuicSpdyStreamBodyBuffer to QuicSpdyStreamBodyManager. by bnc · 6 years ago
  60. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  61. 4790400 Remove Http2String wrapper for std::string. by bnc · 6 years ago
  62. 66fc024 Flush queued frames when processing coalesced packets by dschinazi · 6 years ago
  63. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  64. 5c7f7e8 Add text outputter for IETF stream types by fkastenholz · 6 years ago
  65. fd3ee30 Add QUIC_EXPORT_PRIVATE macros to qpack_index_conversions.h functions. by bnc · 6 years ago
  66. 4471291 Remove SpdyString wrapper for std::string. by bnc · 6 years ago
  67. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  68. 748cc73 Support blocked decoding in qpack_round_trip_fuzzer.cc. by bnc · 6 years ago
  69. d6a3567 Prevent duplicate HTTP/3 control stream. by renjietang · 6 years ago
  70. 93b7dd5 Re-arrange the order of the code to call OnConnectivityProbeReceived. by zhongyi · 6 years ago
  71. ce0a316 gfe-relnote: In QUIC, add probe timeout mode, which unifies TLP and RTO. Protected by gfe2_reloadable_flag_quic_enable_pto. by fayang · 6 years ago
  72. 178697b Check that every dynamic entry reference is acknowledged. by bnc · 6 years ago
  73. 833b62a Add fuzzer data transmitters for header blocks and encoder/decoder stream data in qpack_round_trip_fuzzer.cc. by bnc · 6 years ago
  74. 67f8227 gfe-relnote: In QUIC, schedule RTO whenever there is bytes in flight (rather than pending retransmittable frames). When timer fires in RTO_MODE and there is no data to send, force to send PING. Protected by gfe2_reloadable_flag_quic_fix_rto_retransmission3 which replaces gfe2_reloadable_flag_quic_fix_rto_retransmission2. by fayang · 6 years ago
  75. cd5ec3c Factor out QPACK absolute, relative, and post-base index conversion functions, and add new ones. by bnc · 6 years ago
  76. ae04c65 Fix QpackDecoder::EncoderStreamRelativeIndexToAbsoluteIndex(), simplify QpackProgressiveDecoder::RequestStreamRelativeIndexToAbsoluteIndex(). by bnc · 6 years ago
  77. 0185ebb Add VersionNegotiationProbeEndToEnd test by dschinazi · 6 years ago
  78. 7fc869e Update StreamIdManagerTest. by renjietang · 6 years ago
  79. 9581d0c Refactor QPACK roundtrip fuzzer. by bnc · 6 years ago
  80. c258e4f gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. by QUICHE team · 6 years ago
  81. 4abb566 Improve logging for BandwidthSampler map size bug entry. by vasilvv · 6 years ago
  82. c39c281 Call BlockingManager methods from QpackEncoder when decoder stream instructions arrive. by bnc · 6 years ago
  83. c7497ad Refactor QpackEncoderTest. by bnc · 6 years ago
  84. 8a72e4f gfe-relnote: Call QuicSession::OnCryptoHandshakeEvent in TLS handshake. Protected by quic_supports_tls_handshake. by nharper · 6 years ago
  85. d2668fc Only send Header Acknowledgement from QpackDecoder if required insert count is not zero. by bnc · 6 years ago
  86. df0b19f gfe-relnote: Stop registering ephemeral QBONE streams in the blocked by QUICHE team · 6 years ago
  87. 7652d41 Internal QUICHE change by wub · 6 years ago
  88. 30ab6db Send correct version negotiation to prober by dschinazi · 6 years ago
  89. 7591c28 Add convience functions to end_to_end test by fkastenholz · 6 years ago
  90. db6d8f0 Removed unused UberQuicStreamIdManager methods. by renjietang · 6 years ago
  91. ccbe0e0 Client-side workaround for probes receiving unexpected length prefixes by dschinazi · 6 years ago
  92. c152cc5 Prevent QuicStreamSequencer from taking in new data after the stream is reset. by renjietang · 6 years ago
  93. 2af3ba9 Early return in QuicSpdyClientSessionBase after connection is closed. by renjietang · 6 years ago
  94. bd71625 gfe-relnote: n/a(code clean up) inline quic::CreatePccSender() by danzh · 6 years ago
  95. 48cc825 Allow creation of HTTP/3 static stream after MAX_STREAM frame is received. by renjietang · 6 years ago
  96. 6b2cf77 Track unacknowledged references on the encoder stream in QpackBlockingManager. by bnc · 6 years ago
  97. 1a33a0c Improve hard-coded QuicSimpleServerStream's push promise id. by renjietang · 6 years ago
  98. 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 6 years ago
  99. 4ff6062 Ignore read data on PendingStream after invalid type byte is received. by bnc · 6 years ago
  100. 23e8cd8 Refactor QpackEncoder::EncodeHeaderList(). by bnc · 6 years ago