Commit Graph

8402 Commits (master)
 

Author SHA1 Message Date
Sergey Kandaurov d1843e1d9b Win32: fixed PCRE license for nginx/Windows zip. 3 days ago
Sergey Kandaurov 279fe352cb Version bump. 3 days ago
Sergey Kandaurov 235f409907 nginx-1.29.0-RELEASE 4 days ago
Sergey Kandaurov 1263d6bec3 Updated OpenSSL and PCRE used for win32 builds. 4 days ago
Sergey Kandaurov b997be14f5 Win32: skip OpenSSL dependency generation to conserve time. 4 days ago
Sergey Kandaurov cedb855d75 QUIC: disabled OpenSSL 3.5 QUIC API support by default. 4 days ago
Sergey Kandaurov cdf7a9c6cb Upstream: fixed reinit request with gRPC and Early Hints. 5 days ago
Andrew Clayton 4eaecc5e8a Use NULL instead of 0 for null pointer constant. 7 days ago
Andrew Clayton c370ac8a51 Use NGX_CONF_OK in some function return checks. 7 days ago
Sergey Kandaurov ba917b1360 HTTP/3: indexed field line encoding for "103 Early Hints". 7 days ago
Roman Arutyunyan 662c1dd2a9 Upstream: early hints support. 1 week ago
Roman Arutyunyan ea001feb10 HTTP/2: added function declaration. 1 week ago
Sergey Kandaurov 5b8a5c08ce Core: added support for TCP keepalive parameters on macOS. 1 month ago
Aleksei Bavshin 3d5889a3ee SSL: disabled UI console prompts from worker processes. 1 month ago
Aleksei Bavshin 0fdbfc1ff4 SSL: support loading keys via OSSL_STORE. 1 month ago
Sergey Kandaurov 6a134dfd48 QUIC: using QUIC API introduced in OpenSSL 3.5. 1 month ago
Sergey Kandaurov 1d4d2f2c96 QUIC: better approach for premature handshake completion. 1 month ago
Sergey Kandaurov bcb9d3fd2c QUIC: ssl_encryption_level_t abstraction layer. 1 month ago
Sergey Kandaurov 9857578f15 QUIC: factored out SSL_provide_quic_data() to the helper function. 1 month ago
Sergey Kandaurov e561f7dbcf QUIC: defined SSL API macros in a single place. 1 month ago
Sergey Kandaurov 54e6b7cfee QUIC: logging missing mandatory TLS extensions only once. 1 month ago
Sergey Kandaurov 5d7fd4a7e3 QUIC: reset qc->error to zero again. 1 month ago
Sergey Kandaurov 7468a10b62 QUIC: adjusted handling of callback errors. 1 month ago
Sergey Kandaurov 47f96993f6 QUIC: logging of SSL library errors. 1 month ago
Sergey Kandaurov ef9cd3214f QUIC: logging level of handshake errors. 1 month ago
Sergey Kandaurov aa43385ffa QUIC: removed ALPN feature test. 1 month ago
Sergey Kandaurov 39b1e3fe9d QUIC: removed excessive casts for ngx_ssl_get_connection(). 1 month ago
Sergey Kandaurov 335993154c QUIC: removed level field from ngx_quic_compat_record_t. 1 month ago
Sergey Kandaurov f3542500b6 QUIC: do not block ACKs by congestion control. 2 months ago
Sergey Kandaurov adda704158 SSL: fixed build with OPENSSL_NO_DH. 2 months ago
Sergey Kandaurov 4f8bc0b282 SSL: fixed build with OPENSSL_NO_DEPRECATED. 2 months ago
nandsky 9785db9bd5 QUIC: fixed a typo. 2 months ago
Aleksei Bavshin 020b1db7eb Win32: added detection of ARM64 target. 2 months ago
Aleksei Bavshin b9d0ba6677 Core: improved NGX_ALIGNMENT detection on some x86_64 platforms. 2 months ago
Roman Arutyunyan 0f9f43b79e HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value. 2 months ago
Roman Arutyunyan 444954abac Fixed -Wunterminated-string-initialization with gcc15. 2 months ago
Roman Arutyunyan 04813dac86 QUIC: lowered log level for unsupported transport parameters. 2 months ago
Roman Arutyunyan 0626e60a75 Version bump. 2 months ago
Sergey Kandaurov 6ac8b69f06 nginx-1.27.5-RELEASE 2 months ago
Roman Arutyunyan aa49a416b8 QUIC: dynamic packet threshold. 2 months ago
Roman Arutyunyan 2fb32ff24d QUIC: optimized connection frame threshold. 2 months ago
Roman Arutyunyan f9a7e7cc11 QUIC: CUBIC congestion control. 2 months ago
Roman Arutyunyan a40cc70023 QUIC: ignore congestion control when sending MTU probes. 2 months ago
Roman Arutyunyan 6bf13e9d57 QUIC: do not shrink congestion window after losing an MTU probe. 2 months ago
Roman Arutyunyan cd5e4fa144 QUIC: do not increase underutilized congestion window. 2 months ago
Roman Arutyunyan 04c65ccd9a QUIC: all-levels commit and revert functions. 2 months ago
Roman Arutyunyan 1e883a40db QUIC: ngx_msec_t overflow protection. 2 months ago
Roman Arutyunyan 38236bf74f QUIC: prevent spurious congestion control recovery mode. 2 months ago
Roman Arutyunyan 53e7e9eb54 QUIC: use path MTU in congestion window computations. 2 months ago
Roman Arutyunyan 3a97111adf HTTP/3: graceful shutdown on keepalive timeout expiration. 2 months ago