1. 51e8962 Implement PRIORITY_UPDATE frame in HttpEncoder and HttpDecoder. by bnc · 5 years ago
  2. 94b790c Remove PRIORITY frame. by bnc · 5 years ago
  3. ba2fb7e Use quiche string libraries in third_party/quic/core/http by dmcardle · 5 years ago
  4. 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
  5. 6317221 Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_ by rch · 5 years ago
  6. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  7. a6d4737 Add debug visitor for SETTINGS sent. by renjietang · 5 years ago
  8. f0db654 Internal QUICHE change by bnc · 6 years ago
  9. 6647f9e Guard HTTP/3 priority code behind protocol flag quic_allow_http3_priority which is default false. by renjietang · 6 years ago
  10. aaf85e4 Add QuicSpdySession debug visitor to help with HTTP/3 debugging. by renjietang · 6 years ago
  11. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  12. a7fe577 Optimize code in handling wrong HTTP/3 frames. by renjietang · 6 years ago
  13. c258e4f gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. by QUICHE team · 6 years ago
  14. a2b13be Remove Http3FrameLengths. by bnc · 6 years ago
  15. 5b182b9 Refactor incoming SETTINGS logic to QuicSpdySession::OnSetting(). by bnc · 6 years ago
  16. 63becfb Clean up HTTP/3 and QPACK settings. by bnc · 6 years ago
  17. 3c3dfb7 Write push promise on request streams. by renjietang · 6 years ago
  18. 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
  19. f4f4712 Modify push_promise related methods to prepare for H3 push promise. by renjietang · 6 years ago
  20. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  21. bf3dbe5 Consume unknown frames in QuicReceiveControlStream. by bnc · 6 years ago
  22. 0340102 Use GetReadableRegion() instead of PeekRegion() in QuicReceiveControlStream::OnDataAvailable(). by bnc · 6 years ago
  23. 600a045 Stop processing data in QuicReceiveControlStream::OnDataAvailable() if connection is closed. by bnc · 6 years ago
  24. a9bb469 Remove HttpDecoder::set_visitor(). by bnc · 6 years ago
  25. 7498c8c In HTTP/3, write Priority on control stream before writing headers. by renjietang · 6 years ago
  26. 8aadca7 Use PeekRegion() instead of PrefetchNextRegion() in HTTP/3 streams. by bnc · 6 years ago
  27. 790af40 Add logging for Settings frame transportation. by renjietang · 6 years ago
  28. 620095a Do not call HttpDecoder::ProcessInput after error. by bnc · 6 years ago
  29. 7d4f913 Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size by renjietang · 6 years ago
  30. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  31. f245d29 Stop allowing QuicReceiveControlStream to construct from session and stream_id. by renjietang · 6 years ago
  32. 96fc228 gfe-relnote: Clean up unnecessary includes for control streams. Not protected. by renjietang · 6 years ago
  33. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  34. 546a628 Allow HttpDecoder visitor to return bool upon receiving HTTP/3 frames. by renjietang · 6 years ago
  35. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  36. 3544899 Allow QuicStream constructor to take parameter on static-ness when constructing from PendingStream. by renjietang · 6 years ago
  37. 5987855 Allow QuicReceiveControlStreams to construct from pending streams. by renjietang · 6 years ago
  38. a322c04 Remove |frame_len| argument from OnHeadersFrameEnd(). by bnc · 6 years ago
  39. fee2cc3 Introduce Control streams for HTTP/3. by renjietang · 6 years ago