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_request.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Fixed request termination with AIO and subrequests (ticket #2555).
Maxim Dounin
1
-0
/
+5
2023-11-29
HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Vladimir Khomutov
1
-7
/
+25
2023-11-28
HTTP: removed unused r->port_start and r->port_end.
Vladimir Khomutov
1
-5
/
+0
2023-06-08
SSL: removed the "ssl" directive.
Roman Arutyunyan
1
-7
/
+1
2023-05-16
HTTP/2: "http2" directive.
Roman Arutyunyan
1
-15
/
+44
2023-02-02
Lingering close for connections with pipelined requests.
Maxim Dounin
1
-1
/
+3
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
1
-1
/
+1
2022-08-22
HTTP/3: renamed functions.
Roman Arutyunyan
1
-2
/
+2
2022-05-30
All non-unique input headers are now linked lists.
Maxim Dounin
1
-30
/
+8
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-17
/
+9
2022-05-30
Perl: fixed $r->header_in("Connection").
Maxim Dounin
1
-0
/
+4
2022-01-12
HTTP/3: set c->error on read error in ngx_http_test_reading().
Roman Arutyunyan
1
-0
/
+1
2022-01-12
HTTP/3: simplified code.
Roman Arutyunyan
1
-1
/
+1
2021-12-09
QUIC: fixed e06283038ec8 mis-merge.
Sergey Kandaurov
1
-1
/
+1
2021-12-07
QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch.
Sergey Kandaurov
1
-0
/
+8
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-1
/
+1
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
1
-13
/
+5
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
1
-15
/
+12
2021-09-27
HTTP/3: reset streams with incomplete responses or timeouts.
Roman Arutyunyan
1
-0
/
+14
2021-09-29
HTTP/3: fixed segfault when using SSL certificates with variables.
Sergey Kandaurov
1
-8
/
+8
2021-09-17
HTTP/3: make ngx_http_log_error() static again.
Roman Arutyunyan
1
-1
/
+2
2021-10-21
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
1
-1
/
+1
2021-10-15
HTTP/2: removed support for NPN.
Vladimir Homutov
1
-13
/
+1
2021-08-09
Disabled HTTP/1.0 requests with Transfer-Encoding.
Sergey Kandaurov
1
-0
/
+8
2021-06-28
Disabled control characters in the Host header.
Maxim Dounin
1
-3
/
+4
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
1
-1
/
+3
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
1
-1
/
+1
2021-06-28
Disabled requests with both Content-Length and Transfer-Encoding.
Maxim Dounin
1
-2
/
+9
2021-06-28
Added CONNECT method rejection.
Maxim Dounin
1
-0
/
+7
2021-06-28
Moved TRACE method rejection to a better place.
Maxim Dounin
1
-7
/
+7
2021-06-01
Fixed SSL logging with lingering close.
Maxim Dounin
1
-0
/
+2
2021-05-24
Fixed log action when using SSL certificates with variables.
Maxim Dounin
1
-0
/
+2
2021-03-24
Cancel keepalive and lingering close on EOF better (ticket #2145).
Sergey Kandaurov
1
-5
/
+5
2021-02-11
Reuse of connections in lingering close.
Maxim Dounin
1
-1
/
+4
2021-01-19
Core: removed post_accept_timeout.
Maxim Dounin
1
-13
/
+21
2020-12-21
HTTP/3: removed HTTP/3-specific code.
Roman Arutyunyan
1
-7
/
+5
2021-01-22
HTTP/3: refactored request parser.
Roman Arutyunyan
1
-162
/
+35
2020-12-10
Removed extra allocation for r->uri.
Maxim Dounin
1
-1
/
+1
2020-12-10
Fixed parsing of absolute URIs with empty path (ticket #2079).
Maxim Dounin
1
-2
/
+6
2020-12-08
SSL: fixed SSL shutdown on lingering close.
Ruslan Ermilov
1
-2
/
+0
2020-11-25
HTTP/3: eliminated r->method_start.
Roman Arutyunyan
1
-2
/
+6
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
1
-4
/
+4
2020-11-06
SSL: fixed non-working SSL shutdown on lingering close.
Ruslan Ermilov
1
-8
/
+31
2020-11-06
Removed dead code from ngx_http_set_keepalive().
Ruslan Ermilov
1
-7
/
+0
2020-10-22
SSL: ssl_reject_handshake directive (ticket #195).
Maxim Dounin
1
-14
/
+27
2020-10-01
QUIC: moved ssl configuration pointer to quic configuration.
Vladimir Homutov
1
-5
/
+1
2020-09-29
QUIC: switch stream context to a server selected by SNI.
Roman Arutyunyan
1
-2
/
+15
2020-09-23
QUIC: unbreak client certificate verification after 0d2b2664b41c.
Sergey Kandaurov
1
-0
/
+2
2020-09-24
SSL: abort handshake on SSL_set_SSL_CTX() errors.
Sergey Kandaurov
1
-1
/
+4
2020-08-25
HTTP/3: drop the unwanted remainder of the request.
Roman Arutyunyan
1
-0
/
+7
[next]