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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-2
/
+2
2025-12-23
SSL: fixed "key values mismatch" with object cache inheritance.
Sergey Kandaurov
2
-12
/
+63
2025-12-23
Mail: xtext encoding (RFC 3461) in XCLIENT LOGIN.
Sergey Kandaurov
3
-4
/
+43
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
Mail: reset stale auth credentials with "smtp_auth none;".
Sergey Kandaurov
2
-1
/
+7
2025-12-23
Mail: improved error handling in plain/login/cram-md5 auth methods.
Sergey Kandaurov
1
-16
/
+22
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
Events: compatibility with NetBSD 10.0 in kqueue.
Sergey Kandaurov
1
-2
/
+2
2025-12-23
Configure: set NGX_KQUEUE_UDATA_T at compile time.
Sergey Kandaurov
1
-0
/
+9
2025-12-23
Events: fixed -Wzero-as-null-pointer-constant warnings in kqueue.
Sergey Kandaurov
1
-2
/
+2
2025-12-23
SSL: fixed testing OPENSSL_VERSION_NUMBER for OpenSSL 3.0+.
Sergey Kandaurov
2
-2
/
+2
2025-12-23
SSL: SSL_group_to_name() compatibility macro.
Sergey Kandaurov
2
-12
/
+5
2025-12-23
Use NULL instead of 0 for null pointer constant.
Andrew Clayton
6
-6
/
+6
2025-12-23
Use NGX_CONF_OK in some function return checks.
Andrew Clayton
11
-11
/
+11
2025-12-23
QUIC: do not block ACKs by congestion control.
Sergey Kandaurov
1
-7
/
+17
2025-12-23
SSL: fixed build with OPENSSL_NO_DH.
Sergey Kandaurov
2
-0
/
+6
2025-12-23
SSL: fixed build with OPENSSL_NO_DEPRECATED.
Sergey Kandaurov
1
-0
/
+11
2025-12-23
Core: improved NGX_ALIGNMENT detection on some x86_64 platforms.
Aleksei Bavshin
1
-1
/
+1
2025-12-23
Version bump.
Sergey Kandaurov
1
-2
/
+2
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
2
-8
/
+11
2025-04-23
Stable branch.
Sergey Kandaurov
1
-2
/
+2
2025-04-15
QUIC: dynamic packet threshold.
Roman Arutyunyan
1
-9
/
+39
2025-04-15
QUIC: optimized connection frame threshold.
Roman Arutyunyan
3
-1
/
+6
2025-04-15
QUIC: CUBIC congestion control.
Roman Arutyunyan
4
-12
/
+185
2025-04-15
QUIC: ignore congestion control when sending MTU probes.
Roman Arutyunyan
1
-0
/
+1
2025-04-15
QUIC: do not shrink congestion window after losing an MTU probe.
Roman Arutyunyan
3
-0
/
+10
2025-04-15
QUIC: do not increase underutilized congestion window.
Roman Arutyunyan
4
-1
/
+37
2025-04-15
QUIC: all-levels commit and revert functions.
Roman Arutyunyan
1
-43
/
+53
2025-04-15
QUIC: ngx_msec_t overflow protection.
Roman Arutyunyan
1
-8
/
+14
2025-04-15
QUIC: prevent spurious congestion control recovery mode.
Roman Arutyunyan
3
-14
/
+44
2025-04-15
QUIC: use path MTU in congestion window computations.
Roman Arutyunyan
3
-8
/
+8
2025-04-15
HTTP/3: graceful shutdown on keepalive timeout expiration.
Roman Arutyunyan
1
-1
/
+1
2025-04-15
QUIC: graph-friendly congestion control logging.
Roman Arutyunyan
1
-19
/
+25
2025-04-10
SSL: external groups support in $ssl_curve and $ssl_curves.
Sergey Kandaurov
1
-5
/
+30
2025-04-10
Upstream: fixed passwords support for dynamic certificates.
Sergey Kandaurov
6
-43
/
+144
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
2
-4
/
+0
2025-02-26
SSL: improved logging of saving sessions from upstream servers.
Sergey Kandaurov
2
-6
/
+6
2025-02-26
SSL: raised limit for sessions stored in shared memory.
Sergey Kandaurov
1
-1
/
+1
2025-02-26
SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.
Sergey Kandaurov
4
-18
/
+18
2025-02-26
SSL: style.
Sergey Kandaurov
1
-1
/
+1
[next]