]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2025-02-05 Roman ArutyunyanMp4: prevent chunk index underflow.
2025-02-05 Roman ArutyunyanMp4: unordered stsc chunks error for the final chunk.
2025-02-05 Roman ArutyunyanMp4: fixed handling an empty run of chunks in stsc...
2025-02-05 Thierry BastianConfigure: MSVC compatibility with PCRE2 10.43.
2025-02-05 Roman ArutyunyanMoved LICENSE and README to root.
2025-02-05 Roman ArutyunyanSwitched GNUmakefile from hg to git.
2025-02-05 Sergey KandaurovVersion bump.
2024-08-12 Sergey Kandaurovrelease-1.26.2 tag
2024-08-12 Sergey Kandaurovnginx-1.26.2-RELEASE release-1.26.2
2024-08-12 Sergey KandaurovUpdated OpenSSL used for win32 builds.
2024-08-12 Roman ArutyunyanMp4: rejecting unordered chunks in stsc atom.
2024-08-12 Roman ArutyunyanMp4: fixed buffer underread while updating stsz atom.
2024-08-09 Sergey KandaurovTypo fixed.
2024-08-12 Sergey KandaurovVersion bump.
2024-05-28 Sergey Kandaurovrelease-1.26.1 tag
2024-05-28 Sergey Kandaurovnginx-1.26.1-RELEASE release-1.26.1
2024-05-28 Sergey KandaurovHTTP/3: fixed handling of zero-length literal field...
2024-05-28 Roman ArutyunyanQUIC: ngx_quic_buffer_t use-after-free protection.
2024-05-28 Roman ArutyunyanQUIC: ignore CRYPTO frames after handshake completion.
2024-05-28 Roman ArutyunyanHTTP/3: fixed dynamic table overflow.
2024-05-28 Roman ArutyunyanHTTP/3: decoder stream pre-creation.
2024-05-28 Sergey KandaurovQUIC: client transport parameter data length checking.
2024-05-23 Roman ArutyunyanOptimized chain link usage (ticket #2614).
2024-05-16 Edgar BonetConfigure: fixed building libatomic test.
2024-05-28 Sergey KandaurovVersion bump.
2024-04-23 Roman Arutyunyanrelease-1.26.0 tag
2024-04-23 Roman Arutyunyannginx-1.26.0-RELEASE release-1.26.0
2024-04-23 Roman ArutyunyanStable branch.
2024-04-16 Roman Arutyunyanrelease-1.25.5 tag
2024-04-16 Roman Arutyunyannginx-1.25.5-RELEASE release-1.25.5
2024-04-11 Roman ArutyunyanStream pass: limited the number of passes per connection.
2024-04-10 Vladimir KhomutovQUIC: fixed close timer processing with early data.
2024-02-26 Piotr SikoraConfigure: allow cross-compiling to Windows using Clang.
2024-02-26 Piotr SikoraConfigure: fixed "make install" when cross-compiling...
2024-02-26 Piotr SikoraConfigure: added support for Homebrew on Apple Silicon.
2024-03-27 Sergey KandaurovConfigure: set cache line size for more architectures.
2024-02-26 Piotr SikoraDetect cache line size at runtime on macOS.
2024-02-26 Sergey KandaurovConfigure: fixed Linux crypt_r() test to add libcrypt.
2024-02-26 Piotr SikoraWin32: fixed unique file index calculations.
2024-02-26 Piotr SikoraRewrite: fixed "return" directive without response...
2024-03-18 Sergey KandaurovFixed undefined behaviour with IPv4-mapped IPv6 addresses.
2024-03-14 Piotr SikoraGeo: fixed uninitialized memory access.
2024-03-22 Sergey KandaurovStream: $server_name.
2024-01-18 Roman ArutyunyanStream: moved fastopen compatibility check.
2024-03-22 Sergey KandaurovStream: the "setfib" parameter of the "listen" directive.
2024-03-22 Sergey KandaurovStream: the "accept_filter" parameter of the "listen...
2024-03-22 Sergey KandaurovStream: the "deferred" parameter of the "listen" directive.
2024-03-22 Sergey KandaurovStream: reshuffled ngx_stream_listen_opt_t fields.
2024-03-22 Sergey KandaurovOverhauled some diagnostic messages akin to 1b05b9bbcebf.
2024-03-22 Sergey KandaurovStream: using ngx_stream_ssl_srv_conf_t *sscf naming...
2024-02-21 Roman ArutyunyanStream: ngx_stream_pass_module.
2023-12-14 Roman ArutyunyanStream: virtual servers.
2023-12-13 Roman ArutyunyanStream: socket peek in preread phase.
2024-03-21 Roman ArutyunyanVersion bump.
2024-02-14 Sergey Kandaurovrelease-1.25.4 tag
2024-02-14 Sergey Kandaurovnginx-1.25.4-RELEASE release-1.25.4
2024-02-14 Sergey KandaurovUpdated OpenSSL and zlib used for win32 builds.
2024-02-14 Roman ArutyunyanQUIC: fixed stream cleanup (ticket #2586).
2024-02-14 Sergey KandaurovQUIC: trial packet decryption in response to invalid...
2024-02-14 Roman ArutyunyanQUIC: fixed unsent MTU probe acknowledgement.
2024-01-30 Sergey KandaurovHTTP/3: added more compatibility checks for "listen...
2024-01-30 Sergey KandaurovSSL: fixed $ssl_curves allocation error handling.
2024-01-30 Sergey KandaurovYear 2024.
2024-01-30 Maxim DouninUpstream: fixed usage of closed sockets with filter...
2024-01-30 Maxim DouninFixed request termination with AIO and subrequests...
2024-01-29 Maxim DouninAIO operations now add timers (ticket #2162).
2024-01-29 Maxim DouninSilenced complaints about socket leaks on forced termin...
2023-12-25 Sergey KandaurovSSL: reasonable version for LibreSSL adjusted.
2023-12-25 Sergey KandaurovSSL: disabled renegotiation checks with LibreSSL.
2023-12-09 J CarterWin32: extended ngx_random() range to 0x7fffffff.
2023-12-15 Sergey KandaurovQUIC: fixed format specifier after a6f79f044de5.
2023-12-12 Sergey KandaurovQUIC: path aware in-flight bytes accounting.
2023-12-12 Sergey KandaurovQUIC: reset RTT estimator for the new path.
2023-11-29 Roman ArutyunyanQUIC: path revalidation after expansion failure.
2023-11-30 Roman ArutyunyanQUIC: ngx_quic_frame_t time fields cleanup.
2023-11-29 Roman ArutyunyanQUIC: congestion control in ngx_quic_frame_sendto().
2023-11-22 Roman ArutyunyanQUIC: ignore duplicate PATH_CHALLENGE frames.
2023-11-22 Roman ArutyunyanQUIC: fixed anti-amplification with explicit send.
2023-11-29 Roman ArutyunyanQUIC: avoid partial expansion of PATH_CHALLENGE/PATH_RE...
2023-11-29 Vladimir KhomutovHTTP: uniform checks in ngx_http_alloc_large_header_buf...
2023-11-28 Vladimir KhomutovHTTP: removed unused r->port_start and r->port_end.
2023-11-14 Sergey KandaurovHTTP/3: added Huffman decoding error logging.
2023-11-14 Sergey KandaurovAdjusted Huffman coding debug logging, missed in 7977...
2023-10-26 Vladimir KhomutovQUIC: improved packet and frames debug tracing.
2023-10-26 Sergey KandaurovVersion bump.
2023-10-24 Maxim Douninrelease-1.25.3 tag
2023-10-24 Maxim Douninnginx-1.25.3-RELEASE release-1.25.3
2023-10-23 Maxim DouninUpdated OpenSSL and zlib used for win32 builds.
2023-10-21 Sergey KandaurovHTTP/2: fixed buffer management with HTTP/2 auto-detection.
2023-10-20 Sergey KandaurovQUIC: explicitly zero out unused keying material.
2023-10-20 Sergey KandaurovQUIC: removed key field from ngx_quic_secret_t.
2023-10-20 Sergey KandaurovQUIC: simplified ngx_quic_ciphers() API.
2023-10-20 Sergey KandaurovQUIC: cleaned up now unused ngx_quic_ciphers() calls.
2023-10-20 Sergey KandaurovQUIC: reusing crypto contexts for header protection.
2023-10-20 Sergey KandaurovQUIC: common code for crypto open and seal operations.
2023-10-20 Sergey KandaurovQUIC: reusing crypto contexts for packet protection.
2023-10-20 Sergey KandaurovQUIC: renamed protection functions.
2023-10-20 Sergey KandaurovQUIC: prevented generating ACK frames with discarded...
2023-10-20 Sergey KandaurovQUIC: added safety belt to prevent using discarded...
2023-08-31 Sergey KandaurovQUIC: split keys availability checks to read and write...
next