index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_core_module.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-21
Use NGX_CONF_OK in some function return checks.
Andrew Clayton
1
-1
/
+1
2025-06-19
Upstream: early hints support.
Roman Arutyunyan
1
-0
/
+41
2025-02-21
Improved ngx_http_subrequest() error handling.
Sergey Kandaurov
1
-5
/
+11
2025-02-05
Added "keepalive_min_timeout" directive.
Roman Arutyunyan
1
-0
/
+10
2024-01-30
HTTP/3: added more compatibility checks for "listen ... quic".
Sergey Kandaurov
1
-5
/
+31
2023-05-16
HTTP/2: "http2" directive.
Roman Arutyunyan
1
-0
/
+5
2023-05-11
HTTP/3: removed "http3" parameter of "listen" directive.
Roman Arutyunyan
1
-17
/
+0
2023-01-28
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
1
-4
/
+1
2023-01-26
HTTP/3: trigger more compatibility errors for "listen quic".
Roman Arutyunyan
1
-3
/
+19
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
1
-2
/
+19
2022-12-18
Fixed port ranges support in the listen directive.
Valentin Bartenev
1
-1
/
+1
2022-11-23
Filtering duplicate addresses in listen (ticket #2400).
Maxim Dounin
1
-1
/
+14
2022-11-01
Set default listen socket type in http.
Roman Arutyunyan
1
-0
/
+1
2022-05-30
Multiple WWW-Authenticate headers with "satisfy any;".
Maxim Dounin
1
-2
/
+3
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
1
-0
/
+3
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-19
/
+33
2022-05-30
FastCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-0
/
+74
2021-12-27
Removed "aio sendfile", deprecated since 1.7.11.
Maxim Dounin
1
-13
/
+0
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-25
/
+1
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
1
-3
/
+3
2021-10-29
Changed default value of sendfile_max_chunk to 2m.
Maxim Dounin
1
-1
/
+1
2021-05-24
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
1
-3
/
+4
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-9
/
+5
2021-04-08
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
1
-1
/
+1
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
1
-0
/
+15
2021-03-28
Fixed handling of already closed connections.
Maxim Dounin
1
-2
/
+7
2021-02-11
HTTP/2: removed SPDY directives handling.
Maxim Dounin
1
-8
/
+0
2021-02-02
HTTP/3: reverted version check for keepalive flag.
Roman Arutyunyan
1
-1
/
+1
2021-01-19
Removed incorrect optimization of HEAD requests.
Maxim Dounin
1
-1
/
+1
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
1
-0
/
+30
2020-04-08
The new auth_delay directive for delaying unauthorized requests.
Ruslan Ermilov
1
-1
/
+81
2020-03-13
HTTP/3.
Roman Arutyunyan
1
-3
/
+3
2020-02-28
Added default overwrite in error_page 494.
Maxim Dounin
1
-0
/
+1
2020-02-28
Initial QUIC support in http.
Sergey Kandaurov
1
-5
/
+13
2020-02-28
HTTP UDP layer, QUIC support autotest.
Sergey Kandaurov
1
-0
/
+6
2020-02-11
Made ngx_http_get_forwarded_addr_internal() non-recursive.
Vladimir Homutov
1
-27
/
+25
2019-12-16
Tolerate '\0' in URI when mapping URI to path.
Ruslan Ermilov
1
-1
/
+2
2019-09-04
Fixed "return" with discarding invalid chunked body.
Sergey Kandaurov
1
-2
/
+4
2019-04-24
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
1
-11
/
+13
2019-03-15
Multiple addresses in "listen".
Roman Arutyunyan
1
-35
/
+40
2018-12-11
Copy regex unnamed captures to cloned subrequests.
Roman Arutyunyan
1
-0
/
+8
2018-06-07
Added r->schema.
Ruslan Ermilov
1
-0
/
+1
2018-04-24
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
1
-0
/
+3
2018-02-28
Generic subrequests in memory.
Roman Arutyunyan
1
-0
/
+21
2017-11-20
Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).
Roman Arutyunyan
1
-0
/
+1
2017-07-20
Precontent phase.
Roman Arutyunyan
1
-310
/
+0
2017-03-24
Added support for trailers in HTTP responses.
Piotr Sikora
1
-0
/
+7
2017-06-07
Fixed segfault in try_files with nested location.
Sergey Kandaurov
1
-0
/
+1
2017-05-25
Background subrequests for cache updates.
Roman Arutyunyan
1
-16
/
+19
2017-04-20
Cleaned up r->headers_out.headers allocation error handling.
Sergey Kandaurov
1
-0
/
+1
[next]