1. 3b3c651 Adds a method to the Http2Adapter API to return the HPACK decompressor's dynamic table size. by QUICHE team · 3 years, 10 months ago
  2. aff2580 Remove spdy_string_utils and http2_string_utils from platform. by bnc · 3 years, 10 months ago
  3. 764bf9a Remove unused EstimateMemoryUsage(). by bnc · 3 years, 10 months ago
  4. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 4 years ago
  5. 3bf526d Remove SpdyHexEncode, SpdyHexDecode, Http2HexEncode, Http2HexDecode. by bnc · 4 years ago
  6. 6fd121b Use circular buffer instead of std::deque for HPACK dynamic table in HTTP/2 decoder. by bnc · 4 years ago
  7. 5159c75 Support building QUIC with GCE target constraint. by QUICHE team · 4 years ago
  8. 760e723 Remove Http2StrAppend, Http2StringPrintf, Http2HexEscape, Http2Hex from platform. by bnc · 4 years ago
  9. cefb38f Move string in HpackDecoderDynamicTable::Insert(). by bnc · 4 years ago
  10. be19128 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 4 years ago
  11. 4147496 Move HpackStringPair struct to hpack_decoder_tables.{h,cc}. by bnc · 4 years, 1 month ago
  12. aab8fe8 Remove unused HPACK entry timing infrastructure. by bnc · 4 years, 1 month ago
  13. 7988cee Remove http2::HpackString class. by bnc · 4 years, 1 month ago
  14. 0ec81ca Migration from HTTP2_BUG to HTTP2_BUG_V2(bug_id). by QUICHE team · 4 years, 1 month ago
  15. afcc317 Make HTTP/2 logging use QUICHE logging by vasilvv · 4 years, 2 months ago
  16. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  17. c42f71e Refactor QUICHE platform flag utilities. by bnc · 4 years, 3 months ago
  18. 13aa6a0 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 4 months ago
  19. b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 6 months ago
  20. 6744c06 Use QuicheTest and quiche_test.h in third_party/http2. by bnc · 4 years, 6 months ago
  21. 5b44b00 Add build option to third_party/http2. No functional change. by QUICHE team · 4 years, 8 months ago
  22. f68be2c Add a getstringifcomplete function to hpackdecoderstringbuffer to return string only when state is complete. used in error details, not protected. by fayang · 4 years, 8 months ago
  23. 8036668 Surface hpack decoder detailed error for header value too long, and put detailed error to quic connection close error details. only change connection close error detail, not protected. by fayang · 4 years, 8 months ago
  24. 1e64417 Deprecate --gfe2_reloadable_flag_http2_skip_querying_entry_buffer_error. by bnc · 5 years ago
  25. 1bcd0c3 gfe-relnote: (n/a) More http2 changes to compile with -Wunused-parameter and -Wsign-compare. No behavior change. by wub · 5 years ago
  26. 3da9730 Remove logging of header name and value length for headers with too long value. by bnc · 5 years ago
  27. a47c5c9 Dump header name and value length (not value itself) if value too long. by bnc · 5 years ago
  28. 9b56111 Plumb error code from HpackDecoder to HpackDecoderAdapter, add two error codes that are detected in HpackDecoderAdapter. by bnc · 5 years ago
  29. 0ac0f72 Add HpackDecodingError enum, bubble up all third_party/http2/hpack/decoder errors to HpackDecoder. by bnc · 5 years ago
  30. 486c889 Do not call HpackWholeEntryBuffer::error_detected() in HpackDecoder::error_detected(). by bnc · 5 years ago
  31. 9d6b250 Make bool methods with unused return values void. by bnc · 5 years ago
  32. 1c3e219 Add HTTP2_CODE_COUNT_N API and decompress_failure_3 counters to debug source of by bnc · 5 years ago
  33. 641ace7 Use quiche_export instead of http2_export. by bnc · 5 years ago
  34. 252403d Remove Http2StrCat, use QuicheStrCat instead. by bnc · 5 years ago
  35. eff02bb Load QUIC build config in spdy/core/hpack/BUILD, spdy/platform/api/BUILD and spdy/platform/impl/BUILD. by zhongyi · 5 years ago
  36. 74646d1 Remove Http2StringPiece; use QuicheStringPiece instead. by bnc · 5 years ago
  37. 4790400 Remove Http2String wrapper for std::string. by bnc · 6 years ago
  38. 61940b4 gfe-relnote: (n/a) Platformize logging for http2. Refactor only, no behavior change. by QUICHE team · 6 years ago
  39. b6880f7 hpack_whole_entry_buffer_test: Include http2_test_helpers.h by rch · 6 years ago
  40. 3cab5a9 Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() by QUICHE team · 6 years ago
  41. 9e83c26 Truncate varint to 32-bit integer. by vasilvv · 6 years ago
  42. bbe900a Add an explicit cast from uint64_t to size_t. by vasilvv · 6 years ago
  43. a0a8c9e Automated rollback of changelist 227019741. See https://crbug.com/921074 by vasilvv · 6 years ago
  44. 22f9652 Remove unnecessary comparison. by bnc · 6 years ago
  45. 94696df Avoid truncation error on 32 bit platforms. by bnc · 6 years ago
  46. 15fb563 Use uint64_t for varint. by QUICHE team · 6 years ago
  47. 99ab070 Fix "signed comparison" compiler error that occur in Chromium. by vasilvv · 6 years ago
  48. fd50a40 Project import generated by Copybara. by QUICHE team · 6 years ago