index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_core_module.c
Commit message (
Expand
)
Author
Age
*
Improved ngx_http_subrequest() error handling.
Sergey Kandaurov
2025-02-21
*
Added "keepalive_min_timeout" directive.
Roman Arutyunyan
2025-02-05
*
HTTP/3: added more compatibility checks for "listen ... quic".
Sergey Kandaurov
2024-01-30
*
HTTP/2: "http2" directive.
Roman Arutyunyan
2023-05-16
*
HTTP/3: removed "http3" parameter of "listen" directive.
Roman Arutyunyan
2023-05-11
*
Merged with the default branch.
Sergey Kandaurov
2023-03-29
|
\
|
*
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
2023-01-28
*
|
HTTP/3: trigger more compatibility errors for "listen quic".
Roman Arutyunyan
2023-01-26
*
|
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
2023-02-27
*
|
Merged with the default branch.
Sergey Kandaurov
2023-01-02
|
\
|
|
*
Fixed port ranges support in the listen directive.
Valentin Bartenev
2022-12-18
*
|
Merged with the default branch.
Sergey Kandaurov
2022-12-15
|
\
|
|
*
Filtering duplicate addresses in listen (ticket #2400).
Maxim Dounin
2022-11-23
*
|
Set default listen socket type in http.
Roman Arutyunyan
2022-11-01
*
|
Merged with the default branch.
Sergey Kandaurov
2022-06-22
|
\
|
|
*
Multiple WWW-Authenticate headers with "satisfy any;".
Maxim Dounin
2022-05-30
|
*
All known output headers can be linked lists now.
Maxim Dounin
2022-05-30
|
*
Reworked multi headers to use linked lists.
Maxim Dounin
2022-05-30
|
*
FastCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
2022-05-30
*
|
Merged with the default branch.
Sergey Kandaurov
2021-12-29
|
\
|
|
*
Removed "aio sendfile", deprecated since 1.7.11.
Maxim Dounin
2021-12-27
*
|
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
2021-12-04
*
|
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
2021-12-06
*
|
Merged with the default branch.
Sergey Kandaurov
2021-11-03
|
\
|
|
*
Changed default value of sendfile_max_chunk to 2m.
Maxim Dounin
2021-10-29
*
|
Merged with the default branch.
Sergey Kandaurov
2021-05-28
|
\
|
|
*
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
2021-05-24
|
*
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
2021-05-06
*
|
Merged with the default branch.
Sergey Kandaurov
2021-04-16
|
\
|
|
*
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
2021-04-08
|
*
Introduced the "keepalive_time" directive.
Maxim Dounin
2021-04-08
*
|
Merged with the default branch.
Sergey Kandaurov
2021-03-30
|
\
|
|
*
Fixed handling of already closed connections.
Maxim Dounin
2021-03-28
*
|
Merged with the default branch.
Sergey Kandaurov
2021-02-17
|
\
|
|
*
HTTP/2: removed SPDY directives handling.
Maxim Dounin
2021-02-11
|
*
Removed incorrect optimization of HEAD requests.
Maxim Dounin
2021-01-19
*
|
HTTP/3: reverted version check for keepalive flag.
Roman Arutyunyan
2021-02-02
*
|
QUIC: added "quic" listen parameter.
Roman Arutyunyan
2020-07-21
*
|
Merged with the default branch.
Sergey Kandaurov
2020-04-14
|
\
|
|
*
The new auth_delay directive for delaying unauthorized requests.
Ruslan Ermilov
2020-04-08
*
|
HTTP/3.
Roman Arutyunyan
2020-03-13
*
|
Initial QUIC support in http.
Sergey Kandaurov
2020-02-28
*
|
HTTP UDP layer, QUIC support autotest.
Sergey Kandaurov
2020-02-28
|
/
*
Added default overwrite in error_page 494.
Maxim Dounin
2020-02-28
*
Made ngx_http_get_forwarded_addr_internal() non-recursive.
Vladimir Homutov
2020-02-11
*
Tolerate '\0' in URI when mapping URI to path.
Ruslan Ermilov
2019-12-16
*
Fixed "return" with discarding invalid chunked body.
Sergey Kandaurov
2019-09-04
*
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
2019-04-24
*
Multiple addresses in "listen".
Roman Arutyunyan
2019-03-15
*
Copy regex unnamed captures to cloned subrequests.
Roman Arutyunyan
2018-12-11
[next]