]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2024-05-16 Edgar BonetConfigure: fixed building libatomic test.
2024-05-03 Roman ArutyunyanStream pass: disabled passing from or to udp.
2024-05-03 Sergey KandaurovSSL: fixed possible configuration overwrite loading...
2024-05-03 Sergey KandaurovHTTP/3: fixed handling of malformed request body length.
2024-05-03 Sergey KandaurovVersion bump.
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...
2023-10-18 Maxim DouninCore: changed ngx_queue_sort() to use merge sort.
2023-10-16 Maxim DouninCore: fixed memory leak on configuration reload with...
2023-10-10 Maxim DouninHTTP/2: per-iteration stream handling limit.
2023-09-22 Vladimir KhomutovQUIC: handle callback errors in compat.
2023-09-13 Roman ArutyunyanModules compatibility: added QUIC to signature (ticket...
2023-09-14 Roman ArutyunyanQUIC: simplified setting close timer when closing conne...
2023-09-14 Roman ArutyunyanHTTP/3: postponed session creation to init() callback.
2023-09-21 Roman ArutyunyanQUIC: do not call shutdown() when handshake is in progress.
2023-09-13 Roman ArutyunyanHTTP/3: moved variable initialization.
2023-09-13 Roman ArutyunyanQUIC: "handshake_timeout" configuration parameter.
2023-09-01 Sergey KandaurovQUIC: removed use of SSL_quic_read_level and SSL_quic_w...
2023-09-01 Sergey KandaurovQUIC: refined sending CONNECTION_CLOSE in various packe...
2023-08-31 Maxim DouninUpstream: fixed handling of Status headers without...
2023-08-31 Roman ArutyunyanQUIC: ignore path validation socket error (ticket ...
2023-08-30 Roman ArutyunyanQUIC: use last client dcid to receive initial packets.
2023-08-25 Sergey KandaurovQUIC: posted generating TLS Key Update next keys.
2023-08-25 Sergey KandaurovVersion bump.
2023-08-15 Maxim Douninrelease-1.25.2 tag
2023-08-15 Maxim Douninnginx-1.25.2-RELEASE release-1.25.2
2023-08-15 Maxim DouninUpdated OpenSSL used for win32 builds.
2023-08-14 Roman ArutyunyanQUIC: path MTU discovery.
2023-08-08 Roman ArutyunyanQUIC: allowed ngx_quic_frame_sendto() to return NGX_AGAIN.
2023-07-06 Roman ArutyunyanQUIC: removed explicit packet padding for certain frames.
next