1. 8bff33c In QUIC, add error code QUIC_SILENT_IDLE_TIMEOUT. Used when server silently close connection due to no network activity. The connection close packets would be serialized and will be sent by time wait list upon receiving client packets. Protected by gfe2_reloadable_flag_quic_add_silent_idle_timeout. by fayang · 4 years, 8 months ago
  2. af8e330 Update goaway behavior. protected by gfe2_reloadable_flag_quic_http3_goaway_new_behavior. by bnc · 4 years, 8 months ago
  3. d7afab2 Use more detailed error logging when 0-RTT SETTINGS are mismatched. by renjietang · 4 years, 10 months ago
  4. c0dc4ce Handle error as specified in https://tools.ietf.org/html/draft-ietf-quic-http-29#section-7.2.4.2 : If a server accepts 0-RTT but then sends a SETTINGS frame that omits a setting value that the client understands (apart from reserved setting identifiers) that was previously specified to have a non-default value, this MUST be treated as a connection error of type H3_SETTINGS_ERROR. by renjietang · 4 years, 10 months ago
  5. a5a2ca9 Use detailed error code when client cached 0-RTT stream/flow control limit is reduced by server. by renjietang · 4 years, 10 months ago
  6. 0a09b8f Add missing cstring includes to fix Linux glibc >= 2.30 build. by vasilvv · 5 years ago
  7. 360aa08 Use HTTP/3 error code when unidirectional stream limit is too low. by renjietang · 5 years ago
  8. 12add15 Update GFE QUIC fuzzer with recent QuicRstStreamErrorCodes. by bnc · 5 years ago
  9. 9a7a673 gfe-relnote: Close connection if incoming MAX_PUSH_ID frame tries to reduce maximum push ID. Behavior change in IETF QUIC only, protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  10. 5abb89b gfe-relnote: Rename QuicHttp3ErrorCode::NO_ERROR to HTTP3_NO_ERROR to avoid colliding with the Windows NO_ERROR error code. No functional change, not flag protected. by ianswett · 5 years ago
  11. cb0ffbc gfe-relnote: Convert IETF RESET_STREAM error codes to and from QuicRstStreamErrorCode. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  12. efc38d4 Return INTERNAL_ERROR if QuicErrorCodeToTransportErrorCode() is called with invalid by bnc · 5 years ago
  13. 0054cc6 Do not use union in QuicErrorCodeToIetfMapping. Also do not end public member names with underscore. by bnc · 5 years ago
  14. bd2623d Shorten QuicHttp3ErrorCode and QuicHttpQpackErrorCode member names; by bnc · 5 years ago
  15. 0ed49eb Move QuicIetfTransportErrorCodes, QuicErrorCodeToIetfMapping, by bnc · 5 years ago
  16. f72ef0b gfe-relnote: Emit H3_SETTINGS_ERROR and H3_MISSING_SETTINGS when appropriate. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  17. 09c1eda gfe-relnote: Close connection with H3_CLOSED_CRITICAL_STREAM if peer closes a critical stream. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  18. ec3602c gfe-relnote: Add stream creating error codes. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  19. 3e8fe7c gfe-relnote: Enforce HTTP/3 frame ordering requirements on request and control streams. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  20. 77b4641 Add and use unique SpdyFramerErrors and QuicErrorCodes for each HpackDecodingError entry. by bnc · 5 years ago
  21. dfabdfb Add HTTP/3 error codes, use them in HttpDecoder and for unexpected frames in QuicSpdyStream and QuicReceiveControlStream. by bnc · 5 years ago
  22. 15afba3 Close connection when stream receives wrong data regarding close offset. by renjietang · 5 years ago
  23. 13753e6 Use IETF QPACK error codes on the wire. by bnc · 5 years ago
  24. efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
  25. 963c2ec Reset stream if stream frame contains data that goes beyond stream's close offset. by renjietang · 6 years ago
  26. 83d7e3e gfe-relnote: Close QUIC connection is there are too many (> 1000) buffered control frames in control frame manager. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. by fayang · 6 years ago
  27. 28c04b7 Redirect WindowUpdate frame to pending streams if they are present, and closes connection when a WindowUpdate frame is received on a READ_UNIDIRECTIONAL stream. by renjietang · 6 years ago
  28. 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
  29. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  30. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  31. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  32. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago