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