1. 8101e02 Implement HTTP/3 datagrams within WebTransport by vasilvv · 3 years, 3 months ago
  2. 20d73c4 Support and test server-initiated bidirectional streams in WebTransport. by vasilvv · 3 years, 3 months ago
  3. a296f27 Adds a test-only utility for building HTTP/2 frame sequences. by QUICHE team · 3 years, 3 months ago
  4. bf4d4e2 Remove Uint64ToString() and Hex() from QuicheTextUtils. by bnc · 3 years, 3 months ago
  5. e3eacca This change copies utility methods and basic nghttp2 callback implementations from //net/http2/server/lib/internal/h2. by QUICHE team · 3 years, 3 months ago
  6. 6ed59d9 Replace QuicConnection's WriteAndBundleAcksIfNotBlocked with WriteIfNotBlocked because they're functionally equivalent. by ianswett · 3 years, 3 months ago
  7. c7556a0 Remove QuicUint128 from platform. by bnc · 3 years, 3 months ago
  8. b7b2d4f Implement client-initiated bidirectional streams in WebTransport over HTTP/3. by vasilvv · 3 years, 3 months ago
  9. c2638cc In QUIC, do not try to write in the mid of packet processing. by fayang · 3 years, 3 months ago
  10. 580712c Fix a bug in BBRv2 bw_lo experimental modes where the second ACK would cause the pacing rate to suddenly drop. Also limits reduction of bandwidth_lo to 30% in a single round at the end of a round. by ianswett · 3 years, 3 months ago
  11. a2c960d Internal QUICHE change by fayang · 3 years, 3 months ago
  12. c1ef8d3 Deprecate quic_stateless_reset_faster_random by dschinazi · 3 years, 3 months ago
  13. 2dd2400 Improve HpackEntry class constructors. by bnc · 3 years, 3 months ago
  14. e753434 In WebTransport, make FIN be a return of Read() method rather than a visitor call. by vasilvv · 3 years, 3 months ago
  15. a3b50b4 Allow selecting QUIC version from command line in quic_client_interop_test by dschinazi · 3 years, 3 months ago
  16. 754ddc5 Move B2LO to Bbr2Sender::ApplyConnectionOptions, this allows it to be set in uStreamer experiments. by wub · 3 years, 3 months ago
  17. 91b48f5 Merge fix: std::string::data() is not mutable in C++14 by vasilvv · 3 years, 3 months ago
  18. 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 3 years, 3 months ago
  19. 38b5aed Remove QuicWrapUnique. by bnc · 3 years, 3 months ago
  20. 46245aa Inline QuicConnection::WriteNewData. by ianswett · 3 years, 3 months ago
  21. a62f052 Remove unused add_server_nonce(), has_server_nonce(), and GetNextServerNonce(). by bnc · 3 years, 3 months ago
  22. 3c74ea4 Record the following STARTUP stats in QUIC BBRv2: by wub · 3 years, 3 months ago
  23. abbc98a Use QuicCircularDeque instead of QuicQueue. by bnc · 3 years, 3 months ago
  24. 13067cf Remove SpdyInlinedVector from platform. by bnc · 3 years, 3 months ago
  25. 6fd121b Use circular buffer instead of std::deque for HPACK dynamic table in HTTP/2 decoder. by bnc · 3 years, 3 months ago
  26. 856e0e0 Remove unused HTTP/3 server push related code. by bnc · 3 years, 3 months ago
  27. 575bcd0 Name a few GFE_BUGs that showed up recently. by QUICHE team · 3 years, 3 months ago
  28. 4da8554 Re-enable reverse path validation tests in quic_connection_test. by danzh · 3 years, 3 months ago
  29. 6b34f7a Add flag to allow Qpack decoder to omit header overhead when counting header size against such upper limit. by danzh · 3 years, 3 months ago
  30. 2b2a63c Inline std::deque for http2::Http2Deque in PriorityWriteScheduler. by bnc · 3 years, 3 months ago
  31. 5fa05cd Remove FLAGS_quic_enable_http3_server_push, QuicSpdySession::EnableServerPush(), and SetMaxPushId(). by bnc · 3 years, 3 months ago
  32. 316f376 Support unidirectional streams in WebTransport over HTTP/3. by vasilvv · 3 years, 3 months ago
  33. 5159c75 Support building QUIC with GCE target constraint. by QUICHE team · 3 years, 3 months ago
  34. aef3793 Add GetStreamId() and Reset() to WebTransportStream. by vasilvv · 3 years, 3 months ago
  35. be12b81 Remove third_party/quiche/common/platform/api/quiche_string_view.h. by bnc · 3 years, 3 months ago
  36. 1173f1c If WebTransport is on, buffer all incoming HTTP/3 requests until SETTINGS are received. by vasilvv · 3 years, 3 months ago
  37. 2dbe9df In QUIC, log last decrypted level when trying to send control frame before encryption is established. by fayang · 3 years, 3 months ago
  38. caf68bd Avoid unnecessary copy in HttpDecoder if entire payload is present. by bnc · 3 years, 3 months ago
  39. cff6df5 Fixes up dependencies and namespaces for tests in //third_party/http2/adapter. by QUICHE team · 3 years, 3 months ago
  40. 2220a56 Prepare QpackHeaderTable::InsertEntry() for non-stable container. by bnc · 3 years, 3 months ago
  41. 7d46f17 Internal QUICHE change by bnc · 3 years, 3 months ago
  42. 37a3fc4 Deprecate --gfe2_reloadable_flag_quic_bbr2_fewer_startup_round_trips. by ianswett · 3 years, 3 months ago
  43. 587b1df Internal QUICHE change by ianswett · 3 years, 3 months ago
  44. f0bc77d Add connection option kRVCM to enable reverse path validation upon new client address on server side. by danzh · 3 years, 3 months ago
  45. 760e723 Remove Http2StrAppend, Http2StringPrintf, Http2HexEscape, Http2Hex from platform. by bnc · 3 years, 3 months ago
  46. e7932fe Remove unused SpdyMemSlice. by bnc · 3 years, 3 months ago
  47. 9830a35 Resize HttpDecoder::buffer_ when buffering data. by bnc · 3 years, 3 months ago
  48. 5d60276 Initial implementation of a Chromium-based Http2Adapter. by QUICHE team · 3 years, 3 months ago
  49. 4bb6196 Add two QUIC_BUGs to debug b/182571515. by fayang · 3 years, 3 months ago
  50. dd99c0a Removes some virtual methods from Http2Adapter. by QUICHE team · 3 years, 3 months ago
  51. 847b014 Unify the way in which streams are marked unblocked after being converted from the pending status. by vasilvv · 3 years, 3 months ago
  52. 60cef58 Remove SpdyStrAppend, SpdyHexEncodeUInt32AndTrim, SpdyStringPieceCaseHash, and SpdyStringPieceCaseEq from spdy/platform. by bnc · 3 years, 3 months ago
  53. 600fdf9 Remove unused HostIsLittleEndian(), fix comment. by bnc · 3 years, 3 months ago
  54. 38139f2 For convenience, adds a matcher that considers only frame types. by QUICHE team · 3 years, 3 months ago
  55. 7ee21fc Minor API changes to Http2Adapter and friends to ease implementation. by QUICHE team · 3 years, 3 months ago
  56. d354a1d Set chrome_value of --gfe2_reloadable_flag_quic_send_path_response2 to true. This value was set to false to unblock code merge, but didn't flip back afterwards. by danzh · 3 years, 3 months ago
  57. f4069b9 Remove HpackHeaderTable::GetByIndex(). by bnc · 3 years, 3 months ago
  58. 7c99934 Internal QUICHE change by haoyuewang · 3 years, 3 months ago
  59. 8eedf90 Internal QUICHE change by haoyuewang · 3 years, 3 months ago
  60. 80a178f Use std::vector instead of std::deque for HPACK and QPACK static table. by bnc · 3 years, 3 months ago
  61. cefb38f Move string in HpackDecoderDynamicTable::Insert(). by bnc · 3 years, 3 months ago
  62. c236240 Remove HpackEntry::InsertionIndex(). by bnc · 3 years, 3 months ago
  63. 48f3d83 Fix a couple small incompatibilities with header modules, and update the comment around where they're disabled to reflect that test macros, not logging macros, are the outstanding concern. by QUICHE team · 3 years, 3 months ago
  64. acaf601 Deprecate --gfe2_reloadable_flag_quic_stateless_reset. by ianswett · 3 years, 3 months ago
  65. 9442f8b Adds a MockHttp2Visitor, for use in tests. by QUICHE team · 3 years, 3 months ago
  66. 637502f Ports a test utility from //gfe/gfe2/test_tools to //third_party/http2/adapter. by QUICHE team · 3 years, 3 months ago
  67. a6b28ab Remove V2 family of GFE_BUG (and friends). by QUICHE team · 3 years, 3 months ago
  68. da64057 Deprecate send_quic_fallback_server_config_on_leto_error by QUICHE team · 3 years, 3 months ago
  69. 02542a2 Moves //gfe/gfe2/http2:window_manager to //third_party/http2/adapter. by QUICHE team · 3 years, 3 months ago
  70. 4cf427b Automated g4 rollback of changelist 363922592. by bnc · 3 years, 3 months ago
  71. 7cd458f Add absl/hash/hash.h to quiche_string_view.h. by bnc · 3 years, 3 months ago
  72. 550421f Improve HpackHeaderTableTest. by bnc · 3 years, 3 months ago
  73. f5f8d70 Make HpackEntry::insertion_index_ start from 0 for dynamic entries. by bnc · 3 years, 3 months ago
  74. 98fcb66 Remove SpdyStringPieceCaseHash and SpdyStringPieceCaseEq. by bnc · 3 years, 3 months ago
  75. 576e8a9 Add quiche_string_view.h so that absl::string_view can be used in Chromium. by bnc · 3 years, 3 months ago
  76. c6cae4a Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  77. 32fefd8 In QUIC, use the actual error code to serialize connection close if the connection is closed silently. by fayang · 3 years, 3 months ago
  78. e5c07cf Internal QUICHE change by wub · 3 years, 3 months ago
  79. cf5276d Remove HpackEntry::type_, name_ref_, and value_ref_. by bnc · 3 years, 3 months ago
  80. 2f8a6c6 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  81. 7dcfe32 Refactor HPACK/QPACK lookup entry. by bnc · 3 years, 3 months ago
  82. be19128 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  83. ccf4ebe Remove SpdyHash, SpdyHashSet, SpdyHashMap, QuicheHashStringPair. by bnc · 3 years, 3 months ago
  84. 547041f Factor out QuicTransportStream logic so that it can be reused in WebTransport over HTTP/3. by vasilvv · 3 years, 3 months ago
  85. 1282343 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  86. f6d2165 Allow SNIs without dots by QUICHE team · 3 years, 3 months ago
  87. 2a83cef Internal QUICHE change by fayang · 3 years, 3 months ago
  88. fa3ed39 Fix quic_connection_test under by haoyuewang · 3 years, 3 months ago
  89. 877a419 Eliminate unnecessary HpackEntry copies for efficiency. by bnc · 3 years, 3 months ago
  90. 5111790 Change to use QUIC_NO_EXPORT for NoopWebTransportVisitor. by danzh · 3 years, 3 months ago
  91. 7939a6e Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  92. 5046df1 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  93. 4f4d3f1 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  94. 36687d0 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  95. c39b6e5 Add some DCHECKs into WebTransportHttp3 constructor. by vasilvv · 3 years, 3 months ago
  96. 60aff82 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  97. 84de7ab Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  98. 6b68e54 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  99. 62acb1d Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago
  100. af7cc2b Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 3 months ago