1. d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
  2. 40e9a7b Send Set Dynamic Table Capacity instruction. by bnc · 6 years ago
  3. c8c02a5 Make sure QPACK stream types are sent along with SETTINGS in one packet. by renjietang · 6 years ago
  4. 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
  5. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  6. 8a2df8f Allow QpackStreamSenderDelegate to be set dynamically. by renjietang · 6 years ago
  7. 7e3c1a1 Fix tests to make chromium compile. by fayang · 6 years ago
  8. 2e963aa Add helper methods to QpackSpdyStreamTest instead of hard-coding QPACK-encoded headers. by bnc · 6 years ago
  9. f0041ed Add a const_cast to make chromium build. by fayang · 6 years ago
  10. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  11. 25827c4 Internal QUICHE change by bnc · 6 years ago
  12. 3c3dfb7 Write push promise on request streams. by renjietang · 6 years ago
  13. 7deaf37 Make QuicSpdyStreamBodyBuffer manage consuming HEADERS frame header and payload. by bnc · 6 years ago
  14. 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
  15. e5f9c03 Rewrite QuicSpdyStreamBodyBuffer's consumed byte tracking algorithm. by bnc · 6 years ago
  16. ef51815 Stop processing data in QuicSpdyStream::OnDataAvailable() if connection is closed. by bnc · 6 years ago
  17. bdd303e Blocked decoding part 3: QpackDecodedHeadersAccumulator and QuicSpdyStream. by bnc · 6 years ago
  18. 519216c Close connection on incorrect order of HEADERS and DATA frames. by bnc · 6 years ago
  19. 7498c8c In HTTP/3, write Priority on control stream before writing headers. by renjietang · 6 years ago
  20. c057c01 Support blocked decoding in QuicSpdyStream. by bnc · 6 years ago
  21. ab33c71 Do not pretend receiving FIN when receiving trailers in QUIC v99. by bnc · 6 years ago
  22. 6c57946 Add test to ensure that a push promise on a data stream closes the connection. by QUICHE team · 6 years ago
  23. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  24. f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
  25. c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 6 years ago
  26. 7ae3d60 Change QUIC uses of gmock regex to simpler syntax by dschinazi · 6 years ago
  27. d48a92e Add DCHECK to v99 code path in QuicSpdyStream. by bnc · 6 years ago
  28. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  29. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  30. 8d04130 Call MarkConsumed() on QPACK bytes incrementally, as soon as possible. by bnc · 6 years ago
  31. 9f977e4 QuicSpdyStreamTest HTTP/3 frame generation refactor. by bnc · 6 years ago
  32. 677451a Minor QuicSpdyStreamTest improvements. by bnc · 6 years ago
  33. 546a628 Allow HttpDecoder visitor to return bool upon receiving HTTP/3 frames. by renjietang · 6 years ago
  34. bd1a039 In HTTP/3, wait until bodies are consumed before consuming trailers. by renjietang · 6 years ago
  35. 9467db0 gfe-relnote: Pass receive_timestamp to OnMessageAcked(). by QUICHE team · 6 years ago
  36. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  37. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  38. dc1e7ab gfe-relnote: Remove the SEND_CONNECTION_CLOSE_PACKET_WITH_NO_ACK enum value because it was only used by Quartc and PACKET_TOO_BIG. No functional GFE change, not flag protected. by ianswett · 6 years ago
  39. c7d9e0c Remove unnecessary QuicStreamPeer methods. by bnc · 6 years ago
  40. 396d109 Make sure the read side is not closed when QuicSpdyStream tries to read from sequencer. by QUICHE team · 6 years ago
  41. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  42. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  43. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago