- bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
- 13aa6a0 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
- 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
- b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 5 months ago
- 9105d34 Internal QUICHE change by QUICHE team · 4 years, 5 months ago
- 15f53a4 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
- 015e16a Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
- 999985c Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
- 54011f2 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
- f1b46eb Append to output instead of overwriting it in http2::HuffmanEncode(). by bnc · 4 years, 5 months ago
- c0588b0 Change Huffman encoder benchmark to typical character distribution. by bnc · 4 years, 5 months ago
- d7be62c Improve http2::HuffmanEncodeFast() by skipping rest of iteration if possible. by bnc · 4 years, 5 months ago
- c2fce35 Remove BoundedHuffmanSize(). by bnc · 4 years, 5 months ago
- d10bbe3 Use C++14 friendly idiom in http2::HuffmanEncodeFast by nharper · 4 years, 5 months ago
- 0f73a76 Add faster Huffman encoding implementation, not yet used in production. by bnc · 4 years, 6 months ago
- daf5707 Pre-allocate storage in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
- 6744c06 Use QuicheTest and quiche_test.h in third_party/http2. by bnc · 4 years, 6 months ago
- b66dd36 Add Huffman encoder benchmarks. by bnc · 4 years, 6 months ago
- 5b44b00 Add build option to third_party/http2. No functional change. by QUICHE team · 4 years, 7 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
- f0d86a1 Remove HTTP2_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 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
- 8da8f71 Add static_cast<uint8_t> in HpackVarintEncoderTest. by bnc · 6 years ago
- d0f61e7 Clean up HpackVarintEncoder internals. by bnc · 6 years ago
- e6640c8 Clean up HpackVarintEncoder interface. by bnc · 6 years ago
- 348de99 Use std::stringstream instead of mock log in http2_hpack_constants_test.cc. by vasilvv · 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
- e72b887 gfe-relnote: Deprecate gfe2_reloadable_flag_http2_varint_decode_64_bits. by bnc · 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
- 2334647 Cast to unsigned in HpackVarintRoundTripTest. by bnc · 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
- cc66370 Modify HTTP/2 varint encoder and decoder to support 8-bit prefixes. 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