1. 8a2df8f Allow QpackStreamSenderDelegate to be set dynamically. by renjietang · 6 years ago
  2. 2e72f38 Prevent Chromium compile error "private field is not used". by bnc · 6 years ago
  3. 4c664c5 Pass maximum table capacity and max blocked streams in QpackDecoder constructor. by bnc · 6 years ago
  4. a0c8f5a Add QpackEncoder::SetMaximumDynamicTableCapacity() and SetMaximumBlockedStreams() and call them when corresponding settings are received. by bnc · 6 years ago
  5. cefe2b9 Change HeaderBlocksForStream from QuicDeque to std::list. by bnc · 6 years ago
  6. bdf981f Add QpackBlockingManager to track blocked streams and blocking entries. by bnc · 6 years ago
  7. 687c6e7 Add QpackHeaderTable::MaxInsertSizeWithoutEvictingGivenEntry(). by bnc · 6 years ago
  8. b34a7ec Add QpackHeaderTable::draining_index(). by bnc · 6 years ago
  9. 8873e57 Use QpackEncodeRequiredInsertCount(0) instead of 0 in QpackEncoder. by bnc · 6 years ago
  10. 89e7356 Clean up build dependency for Qpack streams. by renjietang · 6 years ago
  11. a2736fc Clarify member variable of QpackSendStream. by renjietang · 6 years ago
  12. 13750a8 Implement blocked decoding in qpack_offline_decoder. by bnc · 6 years ago
  13. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  14. 95734b2 Refactor QpackEncoder to do two-pass encoding. by bnc · 6 years ago
  15. 28bb06c Factor out QpackInstructionEncoder::Values. by bnc · 6 years ago
  16. b402517 Use HpackEntry::Size() instead of rolling our own in QpackDynamicTable. by bnc · 6 years ago
  17. 1ad8dc6 Refactor EncodeRequiredInsertCount() and DecodeRequiredInsertCount(). by bnc · 6 years ago
  18. 9693b99 gfe-relnote: n/a(code cleanup) enable -Wreturn-type compile option in by danzh · 6 years ago
  19. e551d3c Add QpackProgressiveDecoder-generated error message to quic_offline_decoder output. by bnc · 6 years ago
  20. bdd303e Blocked decoding part 3: QpackDecodedHeadersAccumulator and QuicSpdyStream. by bnc · 6 years ago
  21. 098ff61 Blocked decoding part 2: QpackProgressiveDecoder. by bnc · 6 years ago
  22. 7a1c21c Blocked decoding part 1: QpackHeaderTable::Observer. by bnc · 6 years ago
  23. c057c01 Support blocked decoding in QuicSpdyStream. by bnc · 6 years ago
  24. b932f95 Create a new interface called QpackStreamReceiver and make by renjietang · 6 years ago
  25. d7d6763 Split qpack_streams_lib into two build targets. by bnc · 6 years ago
  26. 4eba09b Introduce QuicUtils::InvertPerspective and refactor code to use it by nharper · 6 years ago
  27. d0f61e7 Clean up HpackVarintEncoder internals. by bnc · 6 years ago
  28. e6640c8 Clean up HpackVarintEncoder interface. by bnc · 6 years ago
  29. cb10720 Clean up QpackInstructionEncoder internals. by bnc · 6 years ago
  30. e4a6a0c Modify QpackInstructionEncoder API. by bnc · 6 years ago
  31. 8464f31 Clean up includes and build dependencies in QPACK tests. by bnc · 6 years ago
  32. 5f88b0c Remove QpackProgressiveEncoder. by bnc · 6 years ago
  33. f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
  34. c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 6 years ago
  35. ce59da9 Add more warnings to QUIC by dschinazi · 6 years ago
  36. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  37. a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
  38. d21094b Add Qpack stream classes. by renjietang · 6 years ago
  39. 32e69f8 Stop processing QPACK Header Block Prefix if error is detected. by bnc · 6 years ago
  40. a904b05 Internal QUICHE change by bnc · 6 years ago
  41. 8b26973 Split cookies along ';' instead of '\0' in ValueSplittingHeaderList. by bnc · 6 years ago
  42. 2ec14c0 Fix QpackRoundTripFuzzer when cookies are split along '\0'. by bnc · 6 years ago
  43. 6153bc7 gfe-relnote: Remove client-side support for Channel ID from QUIC. Not flag protected. by nharper · 6 years ago
  44. ac6fb03 Change -Wdefaulted-function-deleted fix in ValueSplittingHeaderList::const_iterator by dschinazi · 6 years ago
  45. 89bfd47 Add QUIC_EXPORT_PRIVATE to ValueSplittingHeaderList::const_iterator. by bnc · 6 years ago
  46. d31f86f Fix -Wdefaulted-function-deleted warning in qpack by dschinazi · 6 years ago
  47. 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
  48. 7805361 Internal QUICHE change by bnc · 6 years ago
  49. ea05149 Use MockDecoderStreamSenderDelegate in QpackDecoderStreamSenderTest. by bnc · 6 years ago
  50. 760c052 Add max_header_list_size argument to QpackDecodedHeadersAccumulator constructor. by bnc · 6 years ago
  51. c5ba909 Implement EXPECT_THAT(QuicHeaderList, ElementsAre()). by bnc · 6 years ago
  52. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  53. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  54. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  55. fa8655a Export QPACK fuzzer corpus into QUICHE by vasilvv · 6 years ago
  56. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago