aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
Commit message (Expand)AuthorAge
* Improved ngx_http_subrequest() error handling.Sergey Kandaurov2025-02-21
* Added "keepalive_min_timeout" directive.Roman Arutyunyan2025-02-05
* HTTP/3: added more compatibility checks for "listen ... quic".Sergey Kandaurov2024-01-30
* HTTP/2: "http2" directive.Roman Arutyunyan2023-05-16
* HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan2023-05-11
* Merged with the default branch.Sergey Kandaurov2023-03-29
|\
| * Fixed "zero size buf" alerts with subrequests.Maxim Dounin2023-01-28
* | HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan2023-01-26
* | HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* | Merged with the default branch.Sergey Kandaurov2023-01-02
|\|
| * Fixed port ranges support in the listen directive.Valentin Bartenev2022-12-18
* | Merged with the default branch.Sergey Kandaurov2022-12-15
|\|
| * Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin2022-11-23
* | Set default listen socket type in http.Roman Arutyunyan2022-11-01
* | Merged with the default branch.Sergey Kandaurov2022-06-22
|\|
| * Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin2022-05-30
| * All known output headers can be linked lists now.Maxim Dounin2022-05-30
| * Reworked multi headers to use linked lists.Maxim Dounin2022-05-30
| * FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-30
* | Merged with the default branch.Sergey Kandaurov2021-12-29
|\|
| * Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin2021-12-27
* | HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* | HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2021-12-06
* | Merged with the default branch.Sergey Kandaurov2021-11-03
|\|
| * Changed default value of sendfile_max_chunk to 2m.Maxim Dounin2021-10-29
* | Merged with the default branch.Sergey Kandaurov2021-05-28
|\|
| * Location header escaping in redirects (ticket #882).Ruslan Ermilov2021-05-24
| * Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-06
* | Merged with the default branch.Sergey Kandaurov2021-04-16
|\|
| * Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2021-04-08
| * Introduced the "keepalive_time" directive.Maxim Dounin2021-04-08
* | Merged with the default branch.Sergey Kandaurov2021-03-30
|\|
| * Fixed handling of already closed connections.Maxim Dounin2021-03-28
* | Merged with the default branch.Sergey Kandaurov2021-02-17
|\|
| * HTTP/2: removed SPDY directives handling.Maxim Dounin2021-02-11
| * Removed incorrect optimization of HEAD requests.Maxim Dounin2021-01-19
* | HTTP/3: reverted version check for keepalive flag.Roman Arutyunyan2021-02-02
* | QUIC: added "quic" listen parameter.Roman Arutyunyan2020-07-21
* | Merged with the default branch.Sergey Kandaurov2020-04-14
|\|
| * The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov2020-04-08
* | HTTP/3.Roman Arutyunyan2020-03-13
* | Initial QUIC support in http.Sergey Kandaurov2020-02-28
* | HTTP UDP layer, QUIC support autotest.Sergey Kandaurov2020-02-28
|/
* Added default overwrite in error_page 494.Maxim Dounin2020-02-28
* Made ngx_http_get_forwarded_addr_internal() non-recursive.Vladimir Homutov2020-02-11
* Tolerate '\0' in URI when mapping URI to path.Ruslan Ermilov2019-12-16
* Fixed "return" with discarding invalid chunked body.Sergey Kandaurov2019-09-04
* Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov2019-04-24
* Multiple addresses in "listen".Roman Arutyunyan2019-03-15
* Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan2018-12-11