1. 847b014 Unify the way in which streams are marked unblocked after being converted from the pending status. by vasilvv · 3 years, 1 month ago
  2. 60cef58 Remove SpdyStrAppend, SpdyHexEncodeUInt32AndTrim, SpdyStringPieceCaseHash, and SpdyStringPieceCaseEq from spdy/platform. by bnc · 3 years, 1 month ago
  3. 600fdf9 Remove unused HostIsLittleEndian(), fix comment. by bnc · 3 years, 1 month ago
  4. 38139f2 For convenience, adds a matcher that considers only frame types. by QUICHE team · 3 years, 1 month ago
  5. 7ee21fc Minor API changes to Http2Adapter and friends to ease implementation. by QUICHE team · 3 years, 1 month ago
  6. 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, 1 month ago
  7. f4069b9 Remove HpackHeaderTable::GetByIndex(). by bnc · 3 years, 1 month ago
  8. 7c99934 Internal QUICHE change by haoyuewang · 3 years, 1 month ago
  9. 8eedf90 Internal QUICHE change by haoyuewang · 3 years, 1 month ago
  10. 80a178f Use std::vector instead of std::deque for HPACK and QPACK static table. by bnc · 3 years, 1 month ago
  11. cefb38f Move string in HpackDecoderDynamicTable::Insert(). by bnc · 3 years, 1 month ago
  12. c236240 Remove HpackEntry::InsertionIndex(). by bnc · 3 years, 1 month ago
  13. 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, 1 month ago
  14. acaf601 Deprecate --gfe2_reloadable_flag_quic_stateless_reset. by ianswett · 3 years, 1 month ago
  15. 9442f8b Adds a MockHttp2Visitor, for use in tests. by QUICHE team · 3 years, 1 month ago
  16. 637502f Ports a test utility from //gfe/gfe2/test_tools to //third_party/http2/adapter. by QUICHE team · 3 years, 1 month ago
  17. a6b28ab Remove V2 family of GFE_BUG (and friends). by QUICHE team · 3 years, 1 month ago
  18. da64057 Deprecate send_quic_fallback_server_config_on_leto_error by QUICHE team · 3 years, 1 month ago
  19. 02542a2 Moves //gfe/gfe2/http2:window_manager to //third_party/http2/adapter. by QUICHE team · 3 years, 1 month ago
  20. 4cf427b Automated g4 rollback of changelist 363922592. by bnc · 3 years, 2 months ago
  21. 7cd458f Add absl/hash/hash.h to quiche_string_view.h. by bnc · 3 years, 2 months ago
  22. 550421f Improve HpackHeaderTableTest. by bnc · 3 years, 2 months ago
  23. f5f8d70 Make HpackEntry::insertion_index_ start from 0 for dynamic entries. by bnc · 3 years, 2 months ago
  24. 98fcb66 Remove SpdyStringPieceCaseHash and SpdyStringPieceCaseEq. by bnc · 3 years, 2 months ago
  25. 576e8a9 Add quiche_string_view.h so that absl::string_view can be used in Chromium. by bnc · 3 years, 2 months ago
  26. c6cae4a Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  27. 32fefd8 In QUIC, use the actual error code to serialize connection close if the connection is closed silently. by fayang · 3 years, 2 months ago
  28. e5c07cf Internal QUICHE change by wub · 3 years, 2 months ago
  29. cf5276d Remove HpackEntry::type_, name_ref_, and value_ref_. by bnc · 3 years, 2 months ago
  30. 2f8a6c6 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  31. 7dcfe32 Refactor HPACK/QPACK lookup entry. by bnc · 3 years, 2 months ago
  32. be19128 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  33. ccf4ebe Remove SpdyHash, SpdyHashSet, SpdyHashMap, QuicheHashStringPair. by bnc · 3 years, 2 months ago
  34. 547041f Factor out QuicTransportStream logic so that it can be reused in WebTransport over HTTP/3. by vasilvv · 3 years, 2 months ago
  35. 1282343 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  36. f6d2165 Allow SNIs without dots by QUICHE team · 3 years, 2 months ago
  37. 2a83cef Internal QUICHE change by fayang · 3 years, 2 months ago
  38. fa3ed39 Fix quic_connection_test under by haoyuewang · 3 years, 2 months ago
  39. 877a419 Eliminate unnecessary HpackEntry copies for efficiency. by bnc · 3 years, 2 months ago
  40. 5111790 Change to use QUIC_NO_EXPORT for NoopWebTransportVisitor. by danzh · 3 years, 2 months ago
  41. 7939a6e Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  42. 5046df1 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  43. 4f4d3f1 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  44. 36687d0 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  45. c39b6e5 Add some DCHECKs into WebTransportHttp3 constructor. by vasilvv · 3 years, 2 months ago
  46. 60aff82 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  47. 84de7ab Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  48. 6b68e54 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  49. 62acb1d Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  50. af7cc2b Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  51. 4483386 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  52. 7d4796d Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  53. 460f270 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  54. 4147496 Move HpackStringPair struct to hpack_decoder_tables.{h,cc}. by bnc · 3 years, 2 months ago
  55. 888259a Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  56. dc12746 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  57. 7045558 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  58. 407e1c7 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  59. 7ec20c2 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  60. d6d05e5 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  61. 63a50b9 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 2 months ago
  62. 386e068 Log STREAM_FRAME details upon QuicFramer::AppendStreamFrame() failure. by danzh · 3 years, 2 months ago
  63. 6257608 Modify old-style derived GFE_BUG macros to have IDs. by QUICHE team · 3 years, 2 months ago
  64. a6c0a70 Return index instead of HpackEntry* from HpackHeaderTable::GetByName*(). by bnc · 3 years, 2 months ago
  65. 6076d94 Refactor HpackEncoderTests. by bnc · 3 years, 2 months ago
  66. 57d617f Deprecate --gfe2_reloadable_flag_quic_dont_defer_sending. by ianswett · 3 years, 2 months ago
  67. 3f49db6 Introduce kStaticTableSize. by bnc · 3 years, 2 months ago
  68. 20a9809 Use global constant instead of member for HPACK and QPACK entry size overhead. by bnc · 3 years, 2 months ago
  69. c39ff72 Deprecate --gfe2_reloadable_flag_quic_bbr2_bw_startup. by ianswett · 3 years, 2 months ago
  70. e571f3a Add a class for fetching the qbone interface address by QUICHE team · 3 years, 2 months ago
  71. 6eb7bf2 Increment connection_close_errors histogram on dispatcher sent connection close. by fayang · 3 years, 2 months ago
  72. b0aaa82 Add QuicMemoryCacheBackend::AddResponseWithEarlyHints() by QUICHE team · 3 years, 2 months ago
  73. 10ab11a Add a GFE QUIC varz to count the number of successful TLS handshakes by trait. by wub · 3 years, 2 months ago
  74. 1c1771f Add check to enforce that IETF QUIC client (1) discards packet with an unknown server address and (2) does not start reverse path validation. by haoyuewang · 3 years, 2 months ago
  75. 11cdc52 Determine stateless reset packet length by received packet length. by fayang · 3 years, 2 months ago
  76. ab3139c Record some stats from QUIC TlsServerHandshaker: by wub · 3 years, 2 months ago
  77. 5443569 Update language in QpackDecoder. by bnc · 3 years, 2 months ago
  78. c45c976 Return absolute index instead of QpackEntry* from QpackHeaderTable::InsertEntry(). by bnc · 3 years, 2 months ago
  79. 3748d6a Enable ALPS parsing for HTTP/3 in Chrome. by bnc · 3 years, 2 months ago
  80. a1c0815 Fix 2 QUIC reverse path validation related GFE_BUG. by danzh · 3 years, 2 months ago
  81. aab8fe8 Remove unused HPACK entry timing infrastructure. by bnc · 3 years, 2 months ago
  82. 098ba77 Implement an end-to-end test for WebTransport negotiation. by vasilvv · 3 years, 2 months ago
  83. 2a2cecc Accept new WebTransport sessions over HTTP/3. by vasilvv · 3 years, 2 months ago
  84. 3ce3dd0 Add space to connection error message for 0-RTT SETTINGS value mismatch. by bnc · 3 years, 2 months ago
  85. a9ac9b2 Parse HTTP/3 SETTINGS in ALPS. by bnc · 3 years, 2 months ago
  86. 892fb83 Add descriptive IDs to two QUIC bugs that are firing in prod so they can be by QUICHE team · 3 years, 2 months ago
  87. 20d166a Migration from EPOLL_BUG to EPOLL_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  88. 7988cee Remove http2::HpackString class. by bnc · 3 years, 2 months ago
  89. 105300d Mark chrome_value false for gfe2_reloadable_flag_quic_send_path_response2. by fayang · 3 years, 2 months ago
  90. 1650120 Migration from SPDY_BUG to SPDY_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  91. 0ec81ca Migration from HTTP2_BUG to HTTP2_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  92. 91e0ce8 New V2 SPDY_BUG/HTTP2_BUG macros that take an ID. by QUICHE team · 3 years, 2 months ago
  93. def8d02 Internal QUICHE change by haoyuewang · 3 years, 2 months ago
  94. b624dc5 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  95. 3d20654 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  96. f582a47 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  97. 1ac45c1 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago
  98. 5f5285f Deprecate gfe2_reloadable_flag_quic_update_packet_content_returns_connected by renjietang · 3 years, 2 months ago
  99. 890745b verify gfe2_reloadable_flag_quic_unify_stop_sending. by renjietang · 3 years, 2 months ago
  100. 65afb37 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 2 months ago