1. d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
  2. 70f78fc gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers. by bnc · 6 years ago
  3. a7fe577 Optimize code in handling wrong HTTP/3 frames. by renjietang · 6 years ago
  4. 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
  5. 0b83e0c Rename QuicSpdyStreamBodyBuffer to QuicSpdyStreamBodyManager. by bnc · 6 years ago
  6. a2b13be Remove Http3FrameLengths. by bnc · 6 years ago
  7. 6fbdaf4 Make OnPushPromiseFrameEnd() return the same value as OnHeadersFrameEnd(). by renjietang · 6 years ago
  8. 25827c4 Internal QUICHE change by bnc · 6 years ago
  9. 3c3dfb7 Write push promise on request streams. by renjietang · 6 years ago
  10. 7deaf37 Make QuicSpdyStreamBodyBuffer manage consuming HEADERS frame header and payload. by bnc · 6 years ago
  11. 476683a gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected. by fayang · 6 years ago
  12. e5f9c03 Rewrite QuicSpdyStreamBodyBuffer's consumed byte tracking algorithm. by bnc · 6 years ago
  13. 6f572a8 Simplify header lengths field. by renjietang · 6 years ago
  14. c901949 Change QuicSpdyStreamBodyBuffer API to decouple from QuicStreamSequencer. by bnc · 6 years ago
  15. f4f4712 Modify push_promise related methods to prepare for H3 push promise. by renjietang · 6 years ago
  16. ef51815 Stop processing data in QuicSpdyStream::OnDataAvailable() if connection is closed. by bnc · 6 years ago
  17. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  18. bf3dbe5 Consume unknown frames in QuicReceiveControlStream. by bnc · 6 years ago
  19. fa1de5f Use QuicStream::transport_version() in QuicSpdySession. by bnc · 6 years ago
  20. a9bb469 Remove HttpDecoder::set_visitor(). by bnc · 6 years ago
  21. bdd303e Blocked decoding part 3: QpackDecodedHeadersAccumulator and QuicSpdyStream. by bnc · 6 years ago
  22. 519216c Close connection on incorrect order of HEADERS and DATA frames. by bnc · 6 years ago
  23. 7498c8c In HTTP/3, write Priority on control stream before writing headers. by renjietang · 6 years ago
  24. c057c01 Support blocked decoding in QuicSpdyStream. by bnc · 6 years ago
  25. ab33c71 Do not pretend receiving FIN when receiving trailers in QUIC v99. by bnc · 6 years ago
  26. 8aadca7 Use PeekRegion() instead of PrefetchNextRegion() in HTTP/3 streams. by bnc · 6 years ago
  27. 6270680 Make QuicSpdyStream::OnStreamHeaderList() return void. by bnc · 6 years ago
  28. d011990 Make QuicSpdyStream::ParseHeaderStatusCode() static. by bnc · 6 years ago
  29. 620095a Do not call HttpDecoder::ProcessInput after error. by bnc · 6 years ago
  30. f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
  31. 7d4f913 Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size by renjietang · 6 years ago
  32. d48a92e Add DCHECK to v99 code path in QuicSpdyStream. by bnc · 6 years ago
  33. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  34. a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
  35. a980ce5 Do not send empty frame if stream is reset. by bnc · 6 years ago
  36. 8d04130 Call MarkConsumed() on QPACK bytes incrementally, as soon as possible. by bnc · 6 years ago
  37. 546a628 Allow HttpDecoder visitor to return bool upon receiving HTTP/3 frames. by renjietang · 6 years ago
  38. bd1a039 In HTTP/3, wait until bodies are consumed before consuming trailers. by renjietang · 6 years ago
  39. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  40. bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
  41. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  42. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  43. 3544899 Allow QuicStream constructor to take parameter on static-ness when constructing from PendingStream. by renjietang · 6 years ago
  44. 5de8705 Internal QUICHE change by bnc · 6 years ago
  45. 5231ee2 Add expect_final_byte_offset argument to CopyAndValidateTrailers(). by bnc · 6 years ago
  46. a322c04 Remove |frame_len| argument from OnHeadersFrameEnd(). by bnc · 6 years ago
  47. f41bf64 Allow HttpDecoder to report metadata of SETTINGS frame to visitor. by renjietang · 6 years ago
  48. 7cb298f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_call_write_mem_slices. by QUICHE team · 6 years ago
  49. 396d109 Make sure the read side is not closed when QuicSpdyStream tries to read from sequencer. by QUICHE team · 6 years ago
  50. 7091426 Improve handing of frames with empty payload in HttpDecoder. by bnc · 6 years ago
  51. 62446bc Add frame header and payload length argument to HttpDecoder::Visitor::OnHeadersFrameStart(). by bnc · 6 years ago
  52. fa0c90c Remove HttpDecoder::has_payload(). by bnc · 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. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago