1. 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
  2. e01b3eb Do not check config() when sending HTTP/3 SETTINGS frame. by renjietang · 6 years ago
  3. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  4. ce0a316 gfe-relnote: In QUIC, add probe timeout mode, which unifies TLP and RTO. Protected by gfe2_reloadable_flag_quic_enable_pto. by fayang · 6 years ago
  5. 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
  6. 7591c28 Add convience functions to end_to_end test by fkastenholz · 6 years ago
  7. 8a2df8f Allow QpackStreamSenderDelegate to be set dynamically. by renjietang · 6 years ago
  8. ae26634 gfe-relnote: Let GFE be able to use LIFO write scheduler in QUIC and enable it via a connection option LIFO. Protected by gfe2_reloadable_flag_quic_use_lifo_write_scheduler. by fayang · 6 years ago
  9. e606e0c gfe-relnote: Let GFE be able to use FIFO write scheduler in QUIC and enable it via a connection option FIFO. Protected by gfe2_reloadable_flag_quic_use_fifo_write_scheduler. by fayang · 6 years ago
  10. 8288466 Enable more TLS stateless reset tests by dschinazi · 6 years ago
  11. 4e3e657 Send correct stateless reset token when using TLS by dschinazi · 6 years ago
  12. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 6 years ago
  13. 8c79ac8 Fix a QUIC end_to_end test when some flags are enabled by dschinazi · 6 years ago
  14. 944cfbc gfe-relnote: Let GFE be able to use HTTP2(tree-style) priority write scheduler in QUIC and enable it via a connection option H2PR. Protected by gfe2_reloadable_flag_quic_use_http2_priority_write_scheduler. by fayang · 6 years ago
  15. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  16. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  17. 4dc4ba3 Wire in the ack exponent trransport config for IETF QUIC by fkastenholz · 6 years ago
  18. 4c7303c Connect up IETF QUIC Max ACK Delay transport parameter by fkastenholz · 6 years ago
  19. 3c3dfb7 Write push promise on request streams. by renjietang · 6 years ago
  20. c857986 Internal QUICHE change by dschinazi · 6 years ago
  21. 0b5bfae gfe-relnote: Initialize uninitialized private member variable QuicSpdyClientBase::max_allowed_push_id_ by QUICHE team · 6 years ago
  22. a9a43cb gfe-relnote: Allow client to enable QUIC bbr2 congestion control on server. Protected by --gfe2_reloadable_flag_quic_allow_client_enabled_bbr_v2. by wub · 6 years ago
  23. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  24. 5c03085 Fix replacing connection IDs when initial crypters are in use by dschinazi · 6 years ago
  25. 24e7ae8 Fix QUIC version used when computing ALPN by dschinazi · 6 years ago
  26. 519216c Close connection on incorrect order of HEADERS and DATA frames. by bnc · 6 years ago
  27. 51c2373 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
  28. 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
  29. f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
  30. c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 6 years ago
  31. 9ed391a Deprecate client in-connection version negotiation code. by fayang · 6 years ago
  32. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 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. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  36. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  37. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  38. 4b1a5e6 gfe-relnote: Remove num_stateless_rejects_received_ from QuicClientBase. Cleanup only, not protected. by wub · 6 years ago
  39. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  40. d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
  41. b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
  42. 6dc8368 Prepare tests and fuzzer for client connection IDs by dschinazi · 6 years ago
  43. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  44. 0220865 Fix threading in EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 6 years ago
  45. 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
  46. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  47. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  48. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  49. d5c4a93 Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames by nharper · 6 years ago
  50. bd64c10 gfe-relnote: (n/a) Remove the stateless reject variants from quic/core/http:end_to_end_test. by wub · 6 years ago
  51. 8eb45e9 Allow variable length connection IDs for unsupported versions by dschinazi · 6 years ago
  52. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  53. 4985598 gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. by wub · 6 years ago
  54. 05787cf gfe-relnote: (n/a) Wrap all access to FLAGS_quic_supports_tls_handshake with GetQuicFlag and SetQuicFlag. Code only needed for Envoy integration, no behavior change. by wub · 6 years ago
  55. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  56. 1de6789 gfe-relnote: In QUIC, terminate Google QUIC connections (<= v43) similar as IETF QUIC connection. Protected by gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
  57. c7d9e0c Remove unnecessary QuicStreamPeer methods. by bnc · 6 years ago
  58. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  59. b239f86 Add GetLargestGuaranteedMessagePayload to QuicSession/Connection/Generator/Creator to expose the largest message payload that's guaranteed to fit in any packet containing application data. by ianswett · 6 years ago
  60. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  61. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  62. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  63. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  64. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  65. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago