summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30HTTP/3: error code definitions for HTTP/3 and QPACK.Roman Arutyunyan1-0/+23
2020-07-02QUIC: Introduced ngx_quic_finalize_connection().Roman Arutyunyan4-48/+91
2020-07-02HTTP/3: downgraded literal size error level to NGX_LOG_INFO.Roman Arutyunyan1-1/+1
2020-07-02HTTP/3: refactored dynamic table implementation.Roman Arutyunyan7-166/+584
2020-07-02HTTP/3: fixed prefixed integer encoding and decoding.Roman Arutyunyan3-16/+16
2020-06-29HTTP/3: http3_max_field_size directive to limit string size.Roman Arutyunyan3-1/+25
2020-06-26HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro.Roman Arutyunyan1-0/+6
2020-06-26HTTP/3: fixed dropping first non-pseudo header.Roman Arutyunyan1-11/+38
2020-06-25HTTP/3: do not emit a DATA frame header for header_only responses.Sergey Kandaurov1-1/+1
2020-06-19Style.Vladimir Homutov1-0/+1
2020-06-23Update Initial salt and Retry secret from quic-tls-29.Sergey Kandaurov1-4/+15
2020-06-23Get rid of hardcoded numbers used for quic handshake errors.Sergey Kandaurov3-7/+13
2020-06-23Discard short packets which could not be decrypted.Sergey Kandaurov2-4/+6
2020-06-23Close connection with PROTOCOL_VIOLATION on decryption failure.Sergey Kandaurov1-2/+2
2020-06-23Define KEY_UPDATE_ERROR from quic-tls-24.Sergey Kandaurov2-2/+2
2020-06-23Reject new QUIC connection with CONNECTION_REFUSED on shutdown.Sergey Kandaurov1-0/+5
2020-06-23Close QUIC connection with NO_ERROR on c->close.Sergey Kandaurov1-1/+2
2020-06-23Do not close QUIC sockets in ngx_close_listening_sockets().Sergey Kandaurov3-0/+9
2020-06-23QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.Sergey Kandaurov2-2/+2
2020-06-18QUIC: cleaned up quic encryption state tracking.Vladimir Homutov1-14/+6
2020-06-18QUIC: added ALPN checks.Vladimir Homutov2-3/+32
2020-06-18QUIC: fixed off-by-one in frame range handler.Vladimir Homutov1-1/+1
2020-06-16QUIC: further limiting maximum QUIC packet size.Vladimir Homutov2-4/+21
2020-06-15QUIC: raise error on missing transport parameters.Vladimir Homutov1-40/+48
2020-06-15QUIC: Fixed connection cleanup.Vladimir Homutov1-0/+4
2020-06-10Style.Vladimir Homutov1-1/+2
2020-06-10Limited max udp payload size for outgoing packets.Vladimir Homutov2-1/+9
2020-06-10Increased default initial retransmit timeout.Vladimir Homutov1-3/+5
2020-06-10Fixed usage of own/client transport parameters.Vladimir Homutov1-2/+2
2020-06-05Stream ID handling in MAX_STREAM_DATA and STREAM_DATA_BLOCKED.Sergey Kandaurov1-0/+21
2020-06-05Stream ID handling in RESET_STREAM and STOP_SENDING frames.Sergey Kandaurov1-2/+79
2020-06-05Reject invalid STREAM ID with STREAM_STATE_ERROR connection error.Sergey Kandaurov1-0/+12
2020-06-05Introduced connection error APPLICATION_ERROR from draft-28.Sergey Kandaurov2-2/+2
2020-06-05Receipt of CONNECTION_CLOSE in 0-RTT is permitted in draft-28.Sergey Kandaurov1-0/+5
2020-06-05Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.Sergey Kandaurov2-2/+1
2020-06-02Decoupled validation of Host and :authority for HTTP/2 and HTTP/3.Roman Arutyunyan1-3/+11
2020-06-01Compatibility with BoringSSL master branch.Sergey Kandaurov3-11/+25
2020-06-01Fixed transport parameters on a new connection with a valid token.Sergey Kandaurov2-8/+13
2020-05-29Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests.Roman Arutyunyan1-0/+25
2020-05-29Added propagation of the "wildcard" flag to c->listening.Vladimir Homutov1-0/+2
2020-05-29Made NGX_QUIC_DRAFT_VERSION tunable from configure parameters.Sergey Kandaurov1-0/+2
2020-05-29QUIC draft-28 transport parameters support.Sergey Kandaurov5-9/+67
2020-05-29Introduced macros for building length-value transport parameters.Sergey Kandaurov1-7/+16
2020-05-29Renamed max_packet_size to max_udp_payload_size, from draft-28.Sergey Kandaurov6-43/+46
2020-05-29Rejected forbidden transport parameters with TRANSPORT_PARAMETER_ERROR.Sergey Kandaurov1-8/+10
2020-05-29Fixed return codes in ngx_quic_add_handshake_data() callback.Sergey Kandaurov1-2/+2
2020-05-26Merged with the default branch.Sergey Kandaurov11-198/+1318
2020-05-25HTTP/2: invalid connection preface logging (ticket #1981).Maxim Dounin1-6/+4
2020-05-23Fixed format specifiers.Sergey Kandaurov1-2/+2
2020-05-22OCSP: certificate status cache.Roman Arutyunyan4-5/+401