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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-04
Upstream: reinit upstream after reading bad response.
Roman Arutyunyan
2
-1
/
+5
2026-02-04
Upstream: detect premature plain text response from SSL backend.
Roman Arutyunyan
1
-0
/
+9
2025-12-23
Proxy: fixed segfault in URI change.
Sergey Kandaurov
1
-3
/
+4
2025-12-23
HTTP/2: extended guard for NULL buffer and zero length.
Sergey Kandaurov
1
-6
/
+5
2025-12-23
OCSP: fixed invalid type for the 'ssl_ocsp' directive.
Roman Semenov
1
-1
/
+1
2025-12-23
Upstream: overflow detection in Cache-Control delta-seconds.
Sergey Kandaurov
1
-34
/
+47
2025-12-23
Fixed inaccurate index directive error report.
willmafh
1
-1
/
+1
2025-12-23
Auth basic: fixed file descriptor leak on memory allocation error.
Sergey Kandaurov
1
-1
/
+2
2025-12-23
HTTP/2: fixed handling of the ":authority" header.
Sergey Kandaurov
1
-15
/
+105
2025-12-23
HTTP/2: factored out constructing the Host header.
Sergey Kandaurov
1
-39
/
+48
2025-12-23
HTTP/3: fixed handling of :authority and Host with port.
Roman Arutyunyan
1
-5
/
+8
2025-12-23
HTTP/3: fixed potential type overflow in string literal parser.
Sergey Kandaurov
1
-0
/
+6
2025-12-23
Use NULL instead of 0 for null pointer constant.
Andrew Clayton
2
-2
/
+2
2025-12-23
Use NGX_CONF_OK in some function return checks.
Andrew Clayton
11
-11
/
+11
2025-04-23
HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value.
Roman Arutyunyan
1
-1
/
+1
2025-04-23
Fixed -Wunterminated-string-initialization with gcc15.
Roman Arutyunyan
1
-3
/
+4
2025-04-15
HTTP/3: graceful shutdown on keepalive timeout expiration.
Roman Arutyunyan
1
-1
/
+1
2025-04-10
Upstream: fixed passwords support for dynamic certificates.
Sergey Kandaurov
5
-33
/
+86
2025-04-09
Charset filter: improved validation of charset_map with utf-8.
Sergey Kandaurov
1
-0
/
+6
2025-03-10
Slice filter: improved memory allocation error handling.
Sergey Kandaurov
1
-2
/
+2
2025-02-26
SSL: removed stale comments.
Sergey Kandaurov
1
-2
/
+0
2025-02-26
SSL: improved logging of saving sessions from upstream servers.
Sergey Kandaurov
1
-3
/
+3
2025-02-26
SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.
Sergey Kandaurov
1
-6
/
+4
2025-02-21
Improved ngx_http_subrequest() error handling.
Sergey Kandaurov
1
-5
/
+11
2025-02-05
SNI: added restriction for TLSv1.3 cross-SNI session resumption.
Sergey Kandaurov
1
-2
/
+25
2025-02-05
Added "keepalive_min_timeout" directive.
Roman Arutyunyan
4
-7
/
+56
2025-01-17
Upstream: caching certificates and certificate keys with variables.
Sergey Kandaurov
5
-1
/
+321
2025-01-17
SSL: caching certificates and certificate keys with variables.
Sergey Kandaurov
4
-1
/
+110
2025-01-16
Slice filter: log the expected range in case of range error.
Daniel Vasquez Lopez
1
-2
/
+2
2025-01-09
Gzip: compatibility with recent zlib-ng 2.2.x versions.
Sergey Kandaurov
1
-3
/
+5
2024-11-25
Upstream: disallow empty path in proxy_store and friends.
Sergey Kandaurov
5
-0
/
+24
2024-11-22
SSL: a new macro to set default protocol versions.
Sergey Kandaurov
4
-36
/
+4
2024-11-21
Mp4: prevent chunk index underflow.
Roman Arutyunyan
1
-0
/
+6
2024-11-21
Mp4: unordered stsc chunks error for the final chunk.
Roman Arutyunyan
1
-0
/
+7
2024-11-21
Mp4: fixed handling an empty run of chunks in stsc atom.
Roman Arutyunyan
1
-1
/
+4
2024-11-12
Uwsgi: added create_loc_conf comments.
Sergey Kandaurov
1
-0
/
+22
2024-11-12
SCGI: added create_loc_conf comments.
Sergey Kandaurov
1
-0
/
+15
2024-11-12
FastCGI: fixed create_loc_conf comments after 05b1a8f1e.
Sergey Kandaurov
1
-1
/
+1
2024-11-11
SSL: fixed MSVC compilation after ebd18ec1812b.
蕭澧邦
4
-8
/
+24
2024-11-07
Upstream: copy upstream zone DNS valid time during config reload.
Mini Hawthorne
2
-1
/
+12
2024-11-07
Upstream: per-upstream resolver.
Vladimir Homutov
2
-6
/
+57
2024-11-07
Upstream: pre-resolve servers on reload.
Ruslan Ermilov
1
-7
/
+194
2024-11-07
Upstream: construct upstream peers from DNS SRV records.
Dmitry Volyntsev
5
-32
/
+207
2024-11-07
Upstream: re-resolvable servers.
Ruslan Ermilov
9
-28
/
+857
2024-10-31
SSL: disabled TLSv1 and TLSv1.1 by default.
Sergey Kandaurov
4
-0
/
+8
2024-09-20
SSL: optional ssl_client_certificate for ssl_verify_client.
Sergey Kandaurov
1
-2
/
+6
2024-09-13
Proxy: proxy_pass_trailers directive.
Sergey Kandaurov
5
-17
/
+235
2024-08-12
Mp4: rejecting unordered chunks in stsc atom.
Roman Arutyunyan
1
-0
/
+7
2024-08-12
Mp4: fixed buffer underread while updating stsz atom.
Roman Arutyunyan
1
-3
/
+4
2024-07-18
HTTP/2: close connections initialized during graceful shutdown.
Kasei Wang
1
-0
/
+5
[next]