nginx-quic/src/http/modules
Roman Arutyunyan eea23ac250 HTTP/3: "quic" parameter of "listen" directive.
Now "listen" directve has a new "quic" parameter which enables QUIC protocol
for the address.  Further, to enable HTTP/3, a new directive "http3" is
introduced.  The hq-interop protocol is enabled by "http3_hq" as before.
Now application protocol is chosen by ALPN.

Previously used "http3" parameter of "listen" is deprecated.
2023-02-27 14:00:56 +04:00
..
perl Perl: removed unused variables, forgotten in ef6a3a99a81a. 2022-06-14 10:39:58 +04:00
ngx_http_access_module.c Access: simplified rule parser code. 2017-05-15 17:16:32 +03:00
ngx_http_addition_filter_module.c Upstream: keep request body file from removal if requested. 2017-07-19 20:38:17 +03:00
ngx_http_auth_basic_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_auth_request_module.c Auth request: multiple WWW-Authenticate headers (ticket #485). 2022-05-30 21:25:54 +03:00
ngx_http_autoindex_module.c Autoindex: fixed possible integer overflow on 32-bit systems. 2018-12-25 12:59:24 +03:00
ngx_http_browser_module.c Variables: macros for null variables. 2017-08-01 14:28:33 +03:00
ngx_http_charset_filter_module.c Added missing static specifiers. 2017-03-02 08:46:00 -05:00
ngx_http_chunked_filter_module.c HTTP/3: introduced ngx_http_v3_filter. 2020-11-27 17:46:21 +00:00
ngx_http_dav_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_degradation_module.c Fixed spelling in multiline C comments. 2012-04-03 07:37:31 +00:00
ngx_http_empty_gif_module.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_fastcgi_module.c Upstream: header handlers can now return parsing errors. 2022-05-30 21:25:48 +03:00
ngx_http_flv_module.c Fixed double close of non-regular files in flv and mp4. 2020-12-11 13:42:07 +03:00
ngx_http_geo_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_geoip_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_grpc_module.c Upstream: optimized use of SSL contexts (ticket #1234). 2022-06-29 02:47:45 +03:00
ngx_http_gunzip_filter_module.c Gzip, gunzip: flush busy buffers if any. 2014-10-15 22:57:23 +04:00
ngx_http_gzip_filter_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_gzip_static_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_headers_filter_module.c Headers filter: improved memory allocation error handling. 2022-05-30 21:25:57 +03:00
ngx_http_image_filter_module.c Use ngx_calloc_buf() where appropriate. 2017-04-12 22:21:04 +03:00
ngx_http_index_module.c Fixed request finalization in ngx_http_index_handler(). 2019-12-16 15:19:01 +03:00
ngx_http_limit_conn_module.c Limit conn: added shared context. 2019-11-18 19:50:59 +03:00
ngx_http_limit_req_module.c Fixed handling of already closed connections. 2021-03-28 17:45:39 +03:00
ngx_http_log_module.c Access log: support for disabling escaping (ticket #1450). 2018-03-01 11:42:55 +03:00
ngx_http_map_module.c Map: the "volatile" parameter. 2016-12-08 17:51:49 +03:00
ngx_http_memcached_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_mirror_module.c Mirror: "off" paramater of the "mirror" directive. 2017-07-21 19:47:56 +03:00
ngx_http_mp4_module.c Mp4: disabled duplicate atoms. 2022-10-19 10:53:17 +03:00
ngx_http_not_modified_filter_module.c Moved ngx_http_parse_time() to core, renamed accordingly. 2015-06-11 20:42:31 +03:00
ngx_http_proxy_module.c Upstream: optimized use of SSL contexts (ticket #1234). 2022-06-29 02:47:45 +03:00
ngx_http_random_index_module.c Win32: removed NGX_DIR_MASK concept. 2018-12-24 21:07:05 +03:00
ngx_http_range_filter_module.c Range filter: clearing of pre-existing Content-Range headers. 2022-07-15 07:01:44 +03:00
ngx_http_realip_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_referer_module.c Referer: fixed $invalid_referer. 2017-08-04 08:01:55 +03:00
ngx_http_rewrite_module.c Rewrite: disallow empty replacements. 2019-12-16 15:19:01 +03:00
ngx_http_scgi_module.c Upstream: header handlers can now return parsing errors. 2022-05-30 21:25:48 +03:00
ngx_http_secure_link_module.c Changed complex value slots to use NGX_CONF_UNSET_PTR. 2021-05-06 02:22:03 +03:00
ngx_http_slice_filter_module.c Slice filter: clear original Accept-Ranges. 2020-07-09 16:21:37 +03:00
ngx_http_split_clients_module.c Split clients: check length when parsing configuration. 2013-03-21 16:06:53 +00:00
ngx_http_ssi_filter_module.c SSI: handling of subrequests from other modules (ticket #1263). 2022-11-21 17:01:34 +03:00
ngx_http_ssi_filter_module.h SSI: handling of subrequests from other modules (ticket #1263). 2022-11-21 17:01:34 +03:00
ngx_http_ssl_module.c HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_ssl_module.h SSL: ssl_reject_handshake directive (ticket #195). 2020-10-22 18:02:28 +03:00
ngx_http_static_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_stub_status_module.c Removed incorrect optimization of HEAD requests. 2021-01-19 20:21:12 +03:00
ngx_http_sub_filter_module.c Sub filter: restored ngx_http_set_ctx() at the proper place. 2017-04-18 19:55:23 +03:00
ngx_http_try_files_module.c Precontent phase. 2017-07-20 15:51:11 +03:00
ngx_http_upstream_hash_module.c Upstream hash: fall back to round-robin if hash key is empty. 2019-05-23 16:49:22 +03:00
ngx_http_upstream_ip_hash_module.c Upstream: improved peer selection concurrency for hash and ip_hash. 2018-06-14 07:03:50 +03:00
ngx_http_upstream_keepalive_module.c Changed keepalive_requests default to 1000 (ticket #2155). 2021-04-08 00:16:30 +03:00
ngx_http_upstream_least_conn_module.c Upstream: max_conns. 2016-09-22 19:32:47 +03:00
ngx_http_upstream_random_module.c Upstream: ngx_http_upstream_random module. 2018-06-15 11:46:14 +03:00
ngx_http_upstream_zone_module.c Do not use the obsolete NGX_SOCKADDRLEN macro. 2017-09-22 13:10:49 +03:00
ngx_http_userid_filter_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_uwsgi_module.c Upstream: optimized use of SSL contexts (ticket #1234). 2022-06-29 02:47:45 +03:00
ngx_http_xslt_filter_module.c Xslt: disabled ranges. 2020-07-22 22:16:19 +03:00