summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-27QUIC: added push event afer the address was validated.Vladimir Homutov1-1/+5
2020-10-26QUIC: updated anti-amplification check for draft 32.Vladimir Homutov1-2/+9
2020-10-26QUIC: got rid of "pkt" abbreviation in logs.Vladimir Homutov3-11/+12
2020-10-26QUIC: added "rx" and "tx" prefixes to packet debug.Vladimir Homutov3-12/+12
2020-10-26QUIC: added connection state debug to event handlers.Vladimir Homutov1-10/+77
2020-10-26QUIC: added logging of a declined packet without retry token.Vladimir Homutov1-0/+2
2020-10-27QUIC: revised value separators in debug and error messages.Vladimir Homutov3-69/+72
2020-10-27QUIC: single function for frame debug logging.Vladimir Homutov3-147/+208
2020-10-23QUIC: optimized acknowledgement generation.Vladimir Homutov2-36/+55
2020-10-23QUIC: added missing "quic" prefix in debug messages.Vladimir Homutov1-2/+2
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin5-42/+104
2020-10-22Stream: proxy_ssl_conf_command directive.Maxim Dounin1-0/+34
2020-10-22Upstream: proxy_ssl_conf_command and friends.Maxim Dounin3-0/+104
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin8-0/+176
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin3-7/+11
2020-10-22QUIC: restored proper usage of ngx_quic_drop_ack_ranges().Sergey Kandaurov1-2/+4
2020-10-21QUIC: fixed dropping output ack ranges on input ack.Vladimir Homutov1-6/+11
2020-10-21QUIC: added macro for unset packet number.Vladimir Homutov1-18/+20
2020-10-20QUIC: drop acknowledged ranges.Vladimir Homutov1-5/+71
2020-10-20QUIC: added ACK frame range support.Vladimir Homutov3-30/+329
2020-10-21QUIC: expand UDP datagrams with an ack-eliciting Initial packet.Sergey Kandaurov1-5/+16
2020-10-21QUIC: teach how to compute only the length of created QUIC headers.Sergey Kandaurov1-0/+10
2020-10-21QUIC: simplified ngx_quic_create_long_header().Sergey Kandaurov1-1/+1
2020-10-21QUIC: avoided excessive initialization in ngx_quic_send_frames().Sergey Kandaurov1-2/+0
2020-10-21QUIC: sorted ngx_quic_send_frames() declarations.Sergey Kandaurov1-2/+2
2020-10-19QUIC: account packet header length in amplification limit.Vladimir Homutov2-2/+4
2020-10-19QUIC: reverted previous 3 commits.Vladimir Homutov8-434/+28
2020-10-19try: --skiptestsVladimir Homutov1-5/+65
2020-10-14QUIC: added ACK frame range support.Vladimir Homutov3-21/+293
2020-10-13Cpp test: added stream.Ruslan Ermilov1-0/+2
2020-10-08Limit req: unlocking of nodes on complex value errors.Maxim Dounin1-15/+27
2020-10-03Mail: proxy_smtp_auth directive.Maxim Dounin2-4/+87
2020-10-03Version bump.Maxim Dounin1-2/+2
2020-09-29Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin1-1/+3
2020-09-29Userid: userid_flags fixup.Maxim Dounin1-7/+9
2020-09-28Resolver: improved error messages (ticket #2024).Maxim Dounin1-16/+16
2020-09-28Userid: userid_flags directive to set cookie flags.Maxim Dounin1-0/+72
2020-09-27Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov1-30/+552
2020-09-27Proxy: changed interface of some internal functions.Ruslan Ermilov1-32/+30
2020-09-27Proxy: strengthen syntax checking for some directives.Ruslan Ermilov1-12/+20
2020-09-15SSL: added the "ssl_keys_file" directive.Vladimir Homutov4-0/+72
2020-10-15QUIC: account packet header length in amplification limit.Vladimir Homutov2-2/+4
2020-10-12QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.Sergey Kandaurov1-0/+7
2020-10-09QUIC: reset error and error_reason prior to processing packet.Vladimir Homutov1-0/+5
2020-10-07QUIC: fixed dead store assignment.Sergey Kandaurov1-1/+1
2020-10-07QUIC: fixed format specifier in debug message.Vladimir Homutov1-1/+1
2020-10-02QUIC: added debug message with final packet processing status.Vladimir Homutov2-0/+30
2020-10-07QUIC: set local_socklen in stream connections.Roman Arutyunyan1-0/+1
2020-10-02QUIC: enabled more key-related debug by default.Vladimir Homutov2-4/+13
2020-10-02QUIC: added connection id debug.Vladimir Homutov1-2/+0