1. d141453 Shorten names of UberQuicStreamIdManager methods. by ianswett · 6 years ago
  2. 142051a Fix QUIC core test display by dschinazi · 6 years ago
  3. 56055be Prevent IETF QUIC Frame transmission prior to config by fkastenholz · 6 years ago
  4. aaf85e4 Add QuicSpdySession debug visitor to help with HTTP/3 debugging. by renjietang · 6 years ago
  5. bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 6 years ago
  6. 331385e Close connection on QPACK encoder or decoder stream errors. by bnc · 6 years ago
  7. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  8. 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
  9. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  10. 6c73c33 No longer send SETTINGS in gQUIC. by renjietang · 6 years ago
  11. 70f78fc gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers. by bnc · 6 years ago
  12. 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
  13. 309b7fb Prevent QPACK streams from being created more than once. by renjietang · 6 years ago
  14. 83161e4 gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. by zhongyi · 6 years ago
  15. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  16. d6a3567 Prevent duplicate HTTP/3 control stream. by renjietang · 6 years ago
  17. 4ff6062 Ignore read data on PendingStream after invalid type byte is received. by bnc · 6 years ago
  18. a0c8f5a Add QpackEncoder::SetMaximumDynamicTableCapacity() and SetMaximumBlockedStreams() and call them when corresponding settings are received. by bnc · 6 years ago
  19. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  20. 63becfb Clean up HTTP/3 and QPACK settings. by bnc · 6 years ago
  21. a7ac847 Update QuicSpdySessionTestClient.Http3ServerPush* tests. by bnc · 6 years ago
  22. 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
  23. 7cedcbf Disable WritePriority test for v99. by renjietang · 6 years ago
  24. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  25. 880d243 Merge GetOrCreateDynamicStream() into GetOrCreateStream(). by renjietang · 6 years ago
  26. 9818f8c Remove the previous headers_stream_ and Change unowned_headers_stream_ to header_stream_. by renjietang · 6 years ago
  27. b663b86 gfe-relnote: deprecate gfe2_reloadable_flag_quic_eliminate_static_stream_map_3. by renjietang · 6 years ago
  28. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 6 years ago
  29. a553da0 Avoid performing pending stream actions after the connection is closed. by renjietang · 6 years ago
  30. 7ae3d60 Change QUIC uses of gmock regex to simpler syntax by dschinazi · 6 years ago
  31. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  32. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  33. a980ce5 Do not send empty frame if stream is reset. by bnc · 6 years ago
  34. 668b264 Remove unused QuicSpdySessionTestBase::headers_ member. by bnc · 6 years ago
  35. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  36. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  37. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  38. 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
  39. bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
  40. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  41. da26cdb gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3 by rch · 6 years ago
  42. cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
  43. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  44. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  45. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  46. e76b2da Refactor QuicSession to allow subclasses to do their own thing on pending streams. by renjietang · 6 years ago
  47. d5c4a93 Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames by nharper · 6 years ago
  48. 0c55886 Add APIs to allow sessions to read stream types from pending stream. by renjietang · 6 years ago
  49. 615f13b Use a QuicSession member to latch by renjietang · 6 years ago
  50. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  51. fbeb5bf gfe-relnote: Move headers streams out of static stream map. Protected by by renjietang · 6 years ago
  52. e433f53 Fix "recevied" typo in //third_party/quic/core. by bnc · 6 years ago
  53. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  54. 37ec596 gfe-relnote: (n/a) Remove some unnecessary dynamic_casts from QUIC. No behavior change, not protected. by wub · 6 years ago
  55. dc41bf1 gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId by QUICHE team · 6 years ago
  56. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  57. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  58. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  59. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  60. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago