summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08QUIC: the "quic_host_key" directive.Vladimir Homutov1-16/+133
2021-01-29QUIC: stateless retry.Vladimir Homutov1-4/+2
2021-01-22HTTP/3: refactored request parser.Roman Arutyunyan2-1/+38
2020-12-22QUIC: fixed building ALPN callback without debug and http2.Sergey Kandaurov1-1/+1
2020-12-15Merged with the default branch.Sergey Kandaurov2-12/+0
2020-12-11Fixed double close of non-regular files in flv and mp4.Maxim Dounin2-12/+0
2020-11-27HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan1-46/+4
2020-11-18gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov1-0/+1
2020-11-17HTTP/3: finalize chunked response body chain with NULL.Roman Arutyunyan1-0/+3
2020-11-24Merged with the default branch.Sergey Kandaurov1-28/+11
2020-11-10Fixed generating chunked response after 46e3542d51b3.Roman Arutyunyan1-19/+26
2020-11-11QUIC: generate default stateless reset token key.Roman Arutyunyan1-0/+13
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-11-11QUIC: connection multiplexing per port.Roman Arutyunyan1-5/+5
2020-11-10QUIC: multiple versions support in ALPN.Sergey Kandaurov2-11/+29
2020-10-29Merged with the default branch.Sergey Kandaurov6-47/+240
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov1-28/+10
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2-26/+66
2020-10-22Upstream: proxy_ssl_conf_command and friends.Maxim Dounin3-0/+104
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin2-0/+33
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2-6/+10
2020-10-19QUIC: reverted previous 3 commits.Vladimir Homutov2-23/+0
2020-10-08Limit req: unlocking of nodes on complex value errors.Maxim Dounin1-15/+27
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-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 Homutov2-0/+23
2020-10-01Merged with the default branch.Sergey Kandaurov2-73/+677
2020-10-01QUIC: moved ssl configuration pointer to quic configuration.Vladimir Homutov1-0/+5
2020-09-30QUIC: added stateless reset support.Vladimir Homutov1-1/+12
2020-08-18Merged with the default branch.Roman Arutyunyan3-6/+28
2020-07-27FastCGI: fixed zero size buf alerts on extra data (ticket #2018).Maxim Dounin1-6/+22
2020-07-22Xslt: disabled ranges.Roman Arutyunyan1-0/+1
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan1-0/+1
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan3-8/+394
2020-07-13Merged with the default branch.Sergey Kandaurov6-30/+298
2020-07-09Slice filter: clear original Accept-Ranges.Roman Arutyunyan1-0/+5
2020-07-06gRPC: generate error when response size is wrong.Maxim Dounin1-1/+38
2020-07-06FastCGI: protection from responses with wrong length.Maxim Dounin1-14/+106
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin2-0/+72
2020-07-06Proxy: style.Maxim Dounin1-2/+2
2020-07-06Proxy: detection of data after final chunk.Maxim Dounin1-1/+30
2020-07-06Proxy: drop extra data sent by upstream.Maxim Dounin1-9/+43
2020-07-06Memcached: protect from too long responses.Maxim Dounin1-3/+6
2020-06-15Correctly flush request body to uwsgi with SSL.Quantum1-0/+1
2020-05-26Merged with the default branch.Sergey Kandaurov3-10/+175
2020-05-22OCSP: certificate status cache.Roman Arutyunyan2-1/+94