1. bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
  2. 13aa6a0 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
  3. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  4. b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 5 months ago
  5. 9105d34 Internal QUICHE change by QUICHE team · 4 years, 5 months ago
  6. 15f53a4 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
  7. 015e16a Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
  8. 999985c Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
  9. 54011f2 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
  10. f1b46eb Append to output instead of overwriting it in http2::HuffmanEncode(). by bnc · 4 years, 5 months ago
  11. c0588b0 Change Huffman encoder benchmark to typical character distribution. by bnc · 4 years, 5 months ago
  12. d7be62c Improve http2::HuffmanEncodeFast() by skipping rest of iteration if possible. by bnc · 4 years, 5 months ago
  13. c2fce35 Remove BoundedHuffmanSize(). by bnc · 4 years, 5 months ago
  14. d10bbe3 Use C++14 friendly idiom in http2::HuffmanEncodeFast by nharper · 4 years, 5 months ago
  15. 0f73a76 Add faster Huffman encoding implementation, not yet used in production. by bnc · 4 years, 6 months ago
  16. daf5707 Pre-allocate storage in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
  17. 6744c06 Use QuicheTest and quiche_test.h in third_party/http2. by bnc · 4 years, 6 months ago
  18. b66dd36 Add Huffman encoder benchmarks. by bnc · 4 years, 6 months ago
  19. 5b44b00 Add build option to third_party/http2. No functional change. by QUICHE team · 4 years, 7 months ago
  20. 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
  21. 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
  22. 1e64417 Deprecate --gfe2_reloadable_flag_http2_skip_querying_entry_buffer_error. by bnc · 5 years ago
  23. 1bcd0c3 gfe-relnote: (n/a) More http2 changes to compile with -Wunused-parameter and -Wsign-compare. No behavior change. by wub · 5 years ago
  24. 3da9730 Remove logging of header name and value length for headers with too long value. by bnc · 5 years ago
  25. a47c5c9 Dump header name and value length (not value itself) if value too long. by bnc · 5 years ago
  26. 9b56111 Plumb error code from HpackDecoder to HpackDecoderAdapter, add two error codes that are detected in HpackDecoderAdapter. by bnc · 5 years ago
  27. 0ac0f72 Add HpackDecodingError enum, bubble up all third_party/http2/hpack/decoder errors to HpackDecoder. by bnc · 5 years ago
  28. 486c889 Do not call HpackWholeEntryBuffer::error_detected() in HpackDecoder::error_detected(). by bnc · 5 years ago
  29. 9d6b250 Make bool methods with unused return values void. by bnc · 5 years ago
  30. 1c3e219 Add HTTP2_CODE_COUNT_N API and decompress_failure_3 counters to debug source of by bnc · 5 years ago
  31. 641ace7 Use quiche_export instead of http2_export. by bnc · 5 years ago
  32. 252403d Remove Http2StrCat, use QuicheStrCat instead. by bnc · 5 years ago
  33. eff02bb Load QUIC build config in spdy/core/hpack/BUILD, spdy/platform/api/BUILD and spdy/platform/impl/BUILD. by zhongyi · 5 years ago
  34. f0d86a1 Remove HTTP2_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  35. 74646d1 Remove Http2StringPiece; use QuicheStringPiece instead. by bnc · 5 years ago
  36. 4790400 Remove Http2String wrapper for std::string. by bnc · 6 years ago
  37. 8da8f71 Add static_cast<uint8_t> in HpackVarintEncoderTest. by bnc · 6 years ago
  38. d0f61e7 Clean up HpackVarintEncoder internals. by bnc · 6 years ago
  39. e6640c8 Clean up HpackVarintEncoder interface. by bnc · 6 years ago
  40. 348de99 Use std::stringstream instead of mock log in http2_hpack_constants_test.cc. by vasilvv · 6 years ago
  41. 61940b4 gfe-relnote: (n/a) Platformize logging for http2. Refactor only, no behavior change. by QUICHE team · 6 years ago
  42. b6880f7 hpack_whole_entry_buffer_test: Include http2_test_helpers.h by rch · 6 years ago
  43. 3cab5a9 Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() by QUICHE team · 6 years ago
  44. e72b887 gfe-relnote: Deprecate gfe2_reloadable_flag_http2_varint_decode_64_bits. by bnc · 6 years ago
  45. 9e83c26 Truncate varint to 32-bit integer. by vasilvv · 6 years ago
  46. bbe900a Add an explicit cast from uint64_t to size_t. by vasilvv · 6 years ago
  47. a0a8c9e Automated rollback of changelist 227019741. See https://crbug.com/921074 by vasilvv · 6 years ago
  48. 2334647 Cast to unsigned in HpackVarintRoundTripTest. by bnc · 6 years ago
  49. 22f9652 Remove unnecessary comparison. by bnc · 6 years ago
  50. 94696df Avoid truncation error on 32 bit platforms. by bnc · 6 years ago
  51. 15fb563 Use uint64_t for varint. by QUICHE team · 6 years ago
  52. cc66370 Modify HTTP/2 varint encoder and decoder to support 8-bit prefixes. by QUICHE team · 6 years ago
  53. 99ab070 Fix "signed comparison" compiler error that occur in Chromium. by vasilvv · 6 years ago
  54. fd50a40 Project import generated by Copybara. by QUICHE team · 6 years ago