1. 4ff6062 Ignore read data on PendingStream after invalid type byte is received. by bnc · 6 years ago
  2. 23e8cd8 Refactor QpackEncoder::EncodeHeaderList(). by bnc · 6 years ago
  3. 5a6ea9a gfe-relnote: Default-initialize QUIC BBRv2 loss threshold from a flag. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 6 years ago
  4. 77dd824 Update tests on HTTP/3 unidirectional streams. by renjietang · 6 years ago
  5. 7bd276b Crash on invalid encoder or decoder stream data in qpack_round_trip_fuzzer.cc. by bnc · 6 years ago
  6. 970656f Encode and decode multiple header lists in qpack_round_trip_fuzzer.cc. by bnc · 6 years ago
  7. 367c893 Refactor qpack_round_trip_fuzzer.cc. by bnc · 6 years ago
  8. 857362b Enable partial delivery of Push Promise Frame's push id. by renjietang · 6 years ago
  9. 7d9e2a7 Remove QpackEncoder::DecodeDecoderStreamData() and QpackDecoder::DecodeEncoderStreamData(). by bnc · 6 years ago
  10. 05984ad Test that QuicTextUtilsTest:Split preserves heading and trailing whitespace. by bnc · 6 years ago
  11. fc70736 Fix use-after-free in SimpleSessionNotifierTest by nharper · 6 years ago
  12. 0d90591 Modify QPACK API to prepare for creation of QPACK streams. by renjietang · 6 years ago
  13. 17e2993 Exclude locally_closed_streams_highest_offset_.size() in QuicSession::ShouldKeepConnectionAlive(). by renjietang · 6 years ago
  14. cf6c3e6 Use VersionHasStreamType instead of VersionHasIetfQuicFrames in PendingStream-related QuicSessionTests. by bnc · 6 years ago
  15. d301683 gfe-relnote: In QUIC, when RTO fires and there is no packet to be RTOed, let connection send data. Protected by gfe2_reloadable_flag_quic_fix_rto_retransmission2 which replaces gfe2_reloadable_flag_quic_fix_rto_retransmission. by fayang · 6 years ago
  16. 01918c0 Signal error in HttpDecoder if frames have disallowed extra payload. by bnc · 6 years ago
  17. e7f6796 Use QUIC_INVALID_FRAME_DATA in HttpDecoder. by bnc · 6 years ago
  18. 8983c0f Call Visitor::OnError() from HttpDecoder::RaiseError(). by bnc · 6 years ago
  19. 092d821 Handle closing pending streams. by bnc · 6 years ago
  20. 8a2df8f Allow QpackStreamSenderDelegate to be set dynamically. by renjietang · 6 years ago
  21. a14a7ae Put Google QUIC Connection Close code in the extracted code field by fkastenholz · 6 years ago
  22. f35ea98 gfe-relnote: For QUIC BBR/BBRv2, move max ack height tracking to BandwidthSampler. BBR change protected by --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler. BBRv2 protected by existing --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 6 years ago
  23. 69a8eaf Clean up some headers stream related comments. by renjietang · 6 years ago
  24. b035f15 Fix DCHECK which might not be true when flag dependency is violated. by renjietang · 6 years ago
  25. 174cb5c gfe-relnote: Default-initialize some QUIC BBRv2 parameters from flags. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 6 years ago
  26. dcc474e gfe-relnote: Remove obsolete IETF QUIC recovery functionality. Protected by gfe2_reloadable_flag_quic_sent_packet_manager_cleanup. by ianswett · 6 years ago
  27. f152d8c Change return type of QuicStreamSequencer::MaybeCloseStream(). by bnc · 6 years ago
  28. b71a081 Internal QUICHE change by bnc · 6 years ago
  29. 243eabc Refactor QUIC version parsing by dschinazi · 6 years ago
  30. df85e3f Add two EXPORT macros to allow Chromium to link. by bnc · 6 years ago
  31. 2e72f38 Prevent Chromium compile error "private field is not used". by bnc · 6 years ago
  32. 0d6554a Map QuicErrorCodes to proper IETF QUIC Close Connection information. by fkastenholz · 6 years ago
  33. ae26634 gfe-relnote: Let GFE be able to use LIFO write scheduler in QUIC and enable it via a connection option LIFO. Protected by gfe2_reloadable_flag_quic_use_lifo_write_scheduler. by fayang · 6 years ago
  34. 6dde48a Internal QUICHE change by QUICHE team · 6 years ago
  35. dd7f108 gfe-relnote: Move LifoWriteScheduler from gfe/gfe2/spdy/ to third_party/spdy/core to allow QUIC to use it. No functional change expected, no flag protected. by fayang · 6 years ago
  36. e606e0c gfe-relnote: Let GFE be able to use FIFO write scheduler in QUIC and enable it via a connection option FIFO. Protected by gfe2_reloadable_flag_quic_use_fifo_write_scheduler. by fayang · 6 years ago
  37. b4dade7 Generate and parse extended Google QUIC Error Code in IETF Conn. Close frames. by fkastenholz · 6 years ago
  38. 4c664c5 Pass maximum table capacity and max blocked streams in QpackDecoder constructor. by bnc · 6 years ago
  39. a0c8f5a Add QpackEncoder::SetMaximumDynamicTableCapacity() and SetMaximumBlockedStreams() and call them when corresponding settings are received. by bnc · 6 years ago
  40. 8d55113 Fix coalesced packet processing by dschinazi · 6 years ago
  41. 940a532 Remove incorrect uses of GetHeadersStreamId(). by renjietang · 6 years ago
  42. 7be3cac Remove completed TODO's. by renjietang · 6 years ago
  43. 901cdcd Simply QuicSpdySession::HasActiveRequest(). by renjietang · 6 years ago
  44. 8288466 Enable more TLS stateless reset tests by dschinazi · 6 years ago
  45. 309987e Move local_delayed_ack_time from QuicSentPacketManager to QuicReceivedPacketManager, set the delayed ack time to 1ms for Initial and Handshake packet number spaces when using v99, and use peer_delayed_ack_time instead of local_delayed_ack_time when with the MAD1 connection option. by ianswett · 6 years ago
  46. 4e3e657 Send correct stateless reset token when using TLS by dschinazi · 6 years ago
  47. 43eefae Use peer_max_ack_delay_ not local_max_ack_delay_ when using the MAD1 QUIC connection option. Both fields are set to identical values, so this is a no-op. by ianswett · 6 years ago
  48. c691071 Add missing QUIC_EXPORT_PRIVATE to test client ALPN by dschinazi · 6 years ago
  49. 7e3c1a1 Fix tests to make chromium compile. by fayang · 6 years ago
  50. b810392 Fix a chromium compile error where local variable shadows member variable. by fayang · 6 years ago
  51. b012d21 Support 20byte connection IDs in QUIC v99 by dschinazi · 6 years ago
  52. b953d02 Add connection ID length checks by dschinazi · 6 years ago
  53. 9145364 Make QUIC enforce ALPN when using TLS handshake by dschinazi · 6 years ago
  54. 2e963aa Add helper methods to QpackSpdyStreamTest instead of hard-coding QPACK-encoded headers. by bnc · 6 years ago
  55. 83d7e3e gfe-relnote: Close QUIC connection is there are too many (> 1000) buffered control frames in control frame manager. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. by fayang · 6 years ago
  56. 1e3ee62 Add version DCHECK for SPDY frames that are already replaced by HTTP/3 frames in v99. by renjietang · 6 years ago
  57. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 6 years ago
  58. 8c79ac8 Fix a QUIC end_to_end test when some flags are enabled by dschinazi · 6 years ago
  59. a2b13be Remove Http3FrameLengths. by bnc · 6 years ago
  60. cefe2b9 Change HeaderBlocksForStream from QuicDeque to std::list. by bnc · 6 years ago
  61. 944cfbc gfe-relnote: Let GFE be able to use HTTP2(tree-style) priority write scheduler in QUIC and enable it via a connection option H2PR. Protected by gfe2_reloadable_flag_quic_use_http2_priority_write_scheduler. by fayang · 6 years ago
  62. 6c84c14 Introduce IsConnectionIdLengthValidForVersion by dschinazi · 6 years ago
  63. 9a42376 gfe-relnote: Replace SpdyPriority priority with const spdy::SpdyStreamPrecedence& precedence in GfeQuicServerSession::CreateServerPushStream. No functional change expected. Not protected. by fayang · 6 years ago
  64. 94113fe gfe-relnote: Add a FifoWriteScheduler where the stream with the smallest stream ID will have the highest priority. Not used in prod, not protected. by fayang · 6 years ago
  65. f0041ed Add a const_cast to make chromium build. by fayang · 6 years ago
  66. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  67. bdf981f Add QpackBlockingManager to track blocked streams and blocking entries. by bnc · 6 years ago
  68. 6701299 Fix comparison of signed to unsigned in htt2_priority_write_scheduler_* and spdy_intrusive_list_test. by fayang · 6 years ago
  69. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  70. 5b182b9 Refactor incoming SETTINGS logic to QuicSpdySession::OnSetting(). by bnc · 6 years ago
  71. 4dc4ba3 Wire in the ack exponent trransport config for IETF QUIC by fkastenholz · 6 years ago
  72. 335e56f Create a QuartcMultiplexer which separates streams and datagrams into channels. by QUICHE team · 6 years ago
  73. 687c6e7 Add QpackHeaderTable::MaxInsertSizeWithoutEvictingGivenEntry(). by bnc · 6 years ago
  74. 6fbdaf4 Make OnPushPromiseFrameEnd() return the same value as OnHeadersFrameEnd(). by renjietang · 6 years ago
  75. 63becfb Clean up HTTP/3 and QPACK settings. by bnc · 6 years ago
  76. 25827c4 Internal QUICHE change by bnc · 6 years ago
  77. 4c7303c Connect up IETF QUIC Max ACK Delay transport parameter by fkastenholz · 6 years ago
  78. 6cf80a5 gfe-relnote: Fix Http2PriorityWriteScheduler::UpdateStreamParent. Not used in prod. Not protected. by fayang · 6 years ago
  79. a7ac847 Update QuicSpdySessionTestClient.Http3ServerPush* tests. by bnc · 6 years ago
  80. 3c3dfb7 Write push promise on request streams. by renjietang · 6 years ago
  81. cc69efb gfe-relnote: In QUIC, let write_blocked_list be able to use HTTP2 priorities. Not used yet. Not Protected. by fayang · 6 years ago
  82. 8618950 gfe-relnote: Fix Http2PriorityWriteScheduler::ShouldYield. Not used in prod. Not protected. by fayang · 6 years ago
  83. 7deaf37 Make QuicSpdyStreamBodyBuffer manage consuming HEADERS frame header and payload. by bnc · 6 years ago
  84. c04c85f Create HTTP/3 unidirectional stream only when stream limit allows. by renjietang · 6 years ago
  85. 476683a gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected. by fayang · 6 years ago
  86. e5f9c03 Rewrite QuicSpdyStreamBodyBuffer's consumed byte tracking algorithm. by bnc · 6 years ago
  87. b34a7ec Add QpackHeaderTable::draining_index(). by bnc · 6 years ago
  88. 8873e57 Use QpackEncodeRequiredInsertCount(0) instead of 0 in QpackEncoder. by bnc · 6 years ago
  89. c857986 Internal QUICHE change by dschinazi · 6 years ago
  90. 76420db gfe-relnote: n/a - Remove unused member variable in QuicSpdySession by renjietang · 6 years ago
  91. 2eb3f38 Add tool for testing quic interop by nharper · 6 years ago
  92. 753002d gfe-relnote: Add NumRegisteredStreams interface to WriteScheduler and implements it in subclasses. No used in prod yet, not protected. by fayang · 6 years ago
  93. 2bda409 QuicSpdySession header size limit related cleanup. by bnc · 6 years ago
  94. 6f572a8 Simplify header lengths field. by renjietang · 6 years ago
  95. eedb91b gfe-relnote: (n/a) In QUIC BBRv2, only update max bandwidth filter per ack event. Protected by existing flag --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 6 years ago
  96. 6275484 gfe-relnote: Abandons HPACK decompression for overly large header blocks. Protected by default-true --gfe2_reloadable_flag_http2_reject_too_large_header_blocks. by QUICHE team · 6 years ago
  97. 89b9af5 gfe-relnote: Move Http2PriorityWriteScheduler from gfe/gfe2/spdy/ to third_party/spdy/core/ to allow QUIC to use it. No functional change expected, not flag protected. by fayang · 6 years ago
  98. bfea5ff No-op by wub · 6 years ago
  99. f155ba9 Merge changes I01fea753,I3e67bf92,I8bdbdadd,I1a96285a,I1c67ed93 by Dan Zhang · 6 years ago
  100. bfb95de Fix return type of QuicSpdyClientBase::latest_response_code by nharper · 6 years ago