index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_request.c
Commit message (
Expand
)
Author
Age
*
SNI: added restriction for TLSv1.3 cross-SNI session resumption.
Sergey Kandaurov
2025-02-05
*
Added "keepalive_min_timeout" directive.
Roman Arutyunyan
2025-02-05
*
SSL: caching certificates and certificate keys with variables.
Sergey Kandaurov
2025-01-17
*
Fixed request termination with AIO and subrequests (ticket #2555).
Maxim Dounin
2024-01-30
*
HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Vladimir Khomutov
2023-11-29
*
HTTP: removed unused r->port_start and r->port_end.
Vladimir Khomutov
2023-11-28
*
SSL: removed the "ssl" directive.
Roman Arutyunyan
2023-06-08
*
HTTP/2: "http2" directive.
Roman Arutyunyan
2023-05-16
*
Merged with the default branch.
Sergey Kandaurov
2023-03-29
|
\
|
*
Lingering close for connections with pipelined requests.
Maxim Dounin
2023-02-02
*
|
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
2023-02-27
*
|
HTTP/3: renamed functions.
Roman Arutyunyan
2022-08-22
*
|
Merged with the default branch.
Sergey Kandaurov
2022-06-22
|
\
|
|
*
All non-unique input headers are now linked lists.
Maxim Dounin
2022-05-30
|
*
Reworked multi headers to use linked lists.
Maxim Dounin
2022-05-30
|
*
Perl: fixed $r->header_in("Connection").
Maxim Dounin
2022-05-30
*
|
HTTP/3: set c->error on read error in ngx_http_test_reading().
Roman Arutyunyan
2022-01-12
*
|
HTTP/3: simplified code.
Roman Arutyunyan
2022-01-12
*
|
QUIC: fixed e06283038ec8 mis-merge.
Sergey Kandaurov
2021-12-09
*
|
QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch.
Sergey Kandaurov
2021-12-07
*
|
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
*
|
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
2021-10-18
*
|
Merged with the default branch.
Sergey Kandaurov
2021-11-03
|
\
|
|
*
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
2021-10-21
|
*
HTTP/2: removed support for NPN.
Vladimir Homutov
2021-10-15
*
|
HTTP/3: reset streams with incomplete responses or timeouts.
Roman Arutyunyan
2021-09-27
*
|
HTTP/3: fixed segfault when using SSL certificates with variables.
Sergey Kandaurov
2021-09-29
*
|
HTTP/3: make ngx_http_log_error() static again.
Roman Arutyunyan
2021-09-17
*
|
Merged with the default branch.
Sergey Kandaurov
2021-09-01
|
\
|
|
*
Disabled HTTP/1.0 requests with Transfer-Encoding.
Sergey Kandaurov
2021-08-09
*
|
Merged with the default branch.
Sergey Kandaurov
2021-07-15
|
\
|
|
*
Disabled control characters in the Host header.
Maxim Dounin
2021-06-28
|
*
Improved logging of invalid headers.
Maxim Dounin
2021-06-28
|
*
Disabled spaces in URIs (ticket #196).
Maxim Dounin
2021-06-28
|
*
Disabled requests with both Content-Length and Transfer-Encoding.
Maxim Dounin
2021-06-28
|
*
Added CONNECT method rejection.
Maxim Dounin
2021-06-28
|
*
Moved TRACE method rejection to a better place.
Maxim Dounin
2021-06-28
|
*
Fixed SSL logging with lingering close.
Maxim Dounin
2021-06-01
*
|
Merged with the default branch.
Sergey Kandaurov
2021-05-28
|
\
|
|
*
Fixed log action when using SSL certificates with variables.
Maxim Dounin
2021-05-24
*
|
Merged with the default branch.
Sergey Kandaurov
2021-03-30
|
\
|
|
*
Cancel keepalive and lingering close on EOF better (ticket #2145).
Sergey Kandaurov
2021-03-24
*
|
Merged with the default branch.
Sergey Kandaurov
2021-02-17
|
\
|
|
*
Reuse of connections in lingering close.
Maxim Dounin
2021-02-11
|
*
Core: removed post_accept_timeout.
Maxim Dounin
2021-01-19
*
|
HTTP/3: removed HTTP/3-specific code.
Roman Arutyunyan
2020-12-21
*
|
HTTP/3: refactored request parser.
Roman Arutyunyan
2021-01-22
*
|
Merged with the default branch.
Sergey Kandaurov
2020-12-15
|
\
|
|
*
Removed extra allocation for r->uri.
Maxim Dounin
2020-12-10
[next]