summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21Improved ngx_http_subrequest() error handling.Sergey Kandaurov1-5/+11
2025-02-05Added "keepalive_min_timeout" directive.Roman Arutyunyan1-0/+10
2024-01-30HTTP/3: added more compatibility checks for "listen ... quic".Sergey Kandaurov1-5/+31
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan1-0/+5
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan1-17/+0
2023-03-29Merged with the default branch.Sergey Kandaurov1-4/+1
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin1-4/+1
2023-01-26HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan1-3/+19
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-2/+19
2023-01-02Merged with the default branch.Sergey Kandaurov1-1/+1
2022-12-18Fixed port ranges support in the listen directive.Valentin Bartenev1-1/+1
2022-12-15Merged with the default branch.Sergey Kandaurov1-1/+14
2022-11-23Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin1-1/+14
2022-11-01Set default listen socket type in http.Roman Arutyunyan1-0/+1
2022-06-22Merged with the default branch.Sergey Kandaurov1-21/+113
2022-05-30Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin1-2/+3
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+3
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-19/+33
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-0/+74
2021-12-29Merged with the default branch.Sergey Kandaurov1-13/+0
2021-12-27Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin1-13/+0
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-25/+1
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan1-3/+3
2021-10-29Changed default value of sendfile_max_chunk to 2m.Maxim Dounin1-1/+1
2021-11-03Merged with the default branch.Sergey Kandaurov1-1/+1
2021-05-28Merged with the default branch.Sergey Kandaurov1-12/+9
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov1-3/+4
2021-05-06Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin1-9/+5
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin1-1/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+15
2021-04-16Merged with the default branch.Sergey Kandaurov1-1/+16
2021-03-28Fixed handling of already closed connections.Maxim Dounin1-2/+7
2021-03-30Merged with the default branch.Sergey Kandaurov1-2/+7
2021-02-17Merged with the default branch.Sergey Kandaurov1-9/+1
2021-02-11HTTP/2: removed SPDY directives handling.Maxim Dounin1-8/+0
2021-02-02HTTP/3: reverted version check for keepalive flag.Roman Arutyunyan1-1/+1
2021-01-19Removed incorrect optimization of HEAD requests.Maxim Dounin1-1/+1
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-0/+30
2020-04-14Merged with the default branch.Sergey Kandaurov1-1/+81
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov1-1/+81
2020-03-13HTTP/3.Roman Arutyunyan1-3/+3
2020-02-28Added default overwrite in error_page 494.Maxim Dounin1-0/+1
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-5/+13
2020-02-28HTTP UDP layer, QUIC support autotest.Sergey Kandaurov1-0/+6
2020-02-11Made ngx_http_get_forwarded_addr_internal() non-recursive.Vladimir Homutov1-27/+25
2019-12-16Tolerate '\0' in URI when mapping URI to path.Ruslan Ermilov1-1/+2
2019-09-04Fixed "return" with discarding invalid chunked body.Sergey Kandaurov1-2/+4
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-11/+13
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-35/+40
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan1-0/+8