]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2023-03-29 Sergey KandaurovMerged with the default branch.
2023-03-28 Maxim Douninrelease-1.23.4 tag
2023-03-28 Maxim Douninnginx-1.23.4-RELEASE release-1.23.4
2023-03-27 Maxim DouninUpdated OpenSSL used for win32 builds.
2023-03-27 Maxim DouninGzip: compatibility with recent zlib-ng versions.
2023-03-23 Maxim DouninSSL: enabled TLSv1.3 by default.
2023-03-23 Maxim DouninMail: fixed handling of blocked client read events...
2023-03-15 Roman ArutyunyanQUIC: style.
2023-03-24 Sergey KandaurovHTTP/3: fixed OpenSSL compatibility layer initialization.
2023-03-10 Maxim DouninSyslog: introduced error log handler.
2023-03-10 Maxim DouninSyslog: removed usage of ngx_cycle->log and ngx_cycle...
2023-03-10 Maxim DouninHTTP/2: finalize request as bad if header validation...
2023-03-10 Maxim DouninHTTP/2: socket leak with "return 444" in error_page...
2023-03-08 Maxim DouninSSL: logging levels of errors observed with BoringSSL.
2023-03-08 Maxim DouninSSL: logging levels of errors observed with tlsfuzzer...
2023-03-08 Maxim DouninSSL: logging levels of various errors reported with...
2023-03-08 Maxim DouninSSL: switched to detect log level based on the last...
2023-02-22 Yugo HorieCore: stricter UTF-8 handling in ngx_utf8_decode().
2023-02-23 Maxim DouninWin32: non-ASCII names in ngx_fs_bsize(), ngx_fs_availa...
2023-02-23 Maxim DouninWin32: removed attempt to use a drive letter in ngx_fs_...
2023-02-23 Maxim DouninWin32: non-ASCII names support in ngx_open_tempfile().
2023-02-23 Maxim DouninWin32: non-ASCII names support in ngx_rename_file().
2023-02-23 Maxim DouninWin32: non-ASCII names support in ngx_delete_file().
2023-02-23 Maxim DouninWin32: reworked ngx_win32_rename_file() to use nginx...
2023-02-23 Maxim DouninWin32: reworked ngx_win32_rename_file() to check errors.
2023-02-23 Maxim DouninWin32: non-ASCII directory names support in ngx_delete_...
2023-02-23 Maxim DouninWin32: non-ASCII directory names support in ngx_create_...
2023-02-23 Maxim DouninWin32: non-ASCII directory names support in ngx_getcwd().
2023-02-23 Maxim DouninWin32: non-ASCII names support in "include" with wildcards.
2023-02-23 Maxim DouninWin32: non-ASCII names support in autoindex (ticket...
2023-02-23 Maxim DouninWin32: OpenSSL compilation for x64 targets with MSVC.
2023-02-23 Maxim DouninWin32: i386 now assumed when crossbuilding (ticket...
2023-02-23 Maxim DouninWin32: handling of localized MSVC cl output.
2023-02-23 Maxim DouninWin32: removed unneeded wildcard in NGX_CC_NAME test...
2023-02-02 Maxim DouninLingering close for connections with pipelined requests.
2023-01-28 Maxim DouninFixed "zero size buf" alerts with subrequests.
2023-01-28 Maxim DouninStyle.
2023-01-27 Maxim DouninAdded warning about redefinition of listen socket proto...
2023-01-26 Roman ArutyunyanHTTP/3: trigger more compatibility errors for "listen...
2023-02-27 Roman ArutyunyanHTTP/3: "quic" parameter of "listen" directive.
2023-02-22 Roman ArutyunyanQUIC: OpenSSL compatibility layer.
2023-02-23 Sergey KandaurovQUIC: improved ssl_reject_handshake error logging.
2023-02-23 Sergey KandaurovQUIC: using ngx_ssl_handshake_log().
2023-02-23 Sergey KandaurovQUIC: moved "handshake failed" reason to send_alert.
2023-02-23 Sergey KandaurovQUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.
2023-02-13 Sergey KandaurovQUIC: fixed indentation.
2023-02-13 Sergey KandaurovREADME: fixed toc.
2023-02-08 Sergey KandaurovREADME: updated building from sources, added directives...
2023-01-31 Roman ArutyunyanQUIC: fixed broken token in NEW_TOKEN (ticket #2446).
2023-01-31 Roman ArutyunyanQUIC: ngx_quic_copy_buffer() function.
2023-01-26 Maxim DouninFixed handling of very long locations (ticket #2435).
2023-01-24 Maxim DouninGzip static: ranges support (ticket #2349).
2023-01-23 Maxim DouninQUIC: improved SO_COOKIE configure test.
2023-01-23 Maxim DouninConfigure: removed unneeded header from UDP_SEGMENT...
2023-01-18 Sergey KandaurovQUIC: defer setting the active flag for client stream...
2023-01-10 Roman ArutyunyanQUIC: relocated ngx_quic_init_streams() for 0-RTT.
2023-01-05 Roman ArutyunyanHTTP/3: insert count block timeout.
2023-01-05 Roman ArutyunyanHTTP/3: trigger 400 (Bad Request) on stream error while...
2023-01-10 Roman ArutyunyanQUIC: set stream error flag on reset.
2023-01-10 Roman ArutyunyanQUIC: automatically add and never delete stream events.
2023-01-10 Sergey KandaurovHTTP/3: fixed $connection_time.
2023-01-03 Roman ArutyunyanHTTP/3: handled insertion reference to a going to be...
2023-01-02 Sergey KandaurovMerged with the default branch.
2022-12-21 Maxim DouninUpdated link to OpenVZ suspend/resume bug.
2022-12-18 Valentin BartenevFixed port ranges support in the listen directive.
2022-12-15 BullerDuStyle.
2022-12-15 Sergey KandaurovVersion bump.
2022-12-15 Sergey KandaurovMerged with the default branch.
2022-12-13 Maxim Douninrelease-1.23.3 tag
2022-12-13 Maxim Douninnginx-1.23.3-RELEASE release-1.23.3
2022-12-13 Maxim DouninUpdated OpenSSL and zlib used for win32 builds.
2022-12-01 Maxim DouninWin32: event flags handling edge cases in ngx_wsarecv().
2022-12-01 Maxim DouninSSL: fixed ngx_ssl_recv() to reset c->read->ready after...
2022-11-30 Maxim DouninRemoved casts from ngx_memcmp() macro.
2022-11-30 Maxim DouninFixed alignment of ngx_memmove()/ngx_movemem() macro...
2022-11-24 Sergey KandaurovSSL: fixed debug logging of SSL_sendfile() return value.
2022-11-23 Maxim DouninFixed segfault when switching off master process during...
2022-11-23 Maxim DouninDisabled cloning of sockets without master process...
2022-11-23 Maxim DouninFiltering duplicate addresses in listen (ticket #2400).
2022-11-18 Roman ArutyunyanProcess events posted by ngx_close_idle_connections...
2022-11-21 Ciel ZhaoSSI: handling of subrequests from other modules (ticket...
2022-11-08 Maxim DouninFixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
2022-11-08 Maxim DouninAdded logging to PROXY protocol write buffer check.
2022-11-02 Roman ArutyunyanIncreased maximum read PROXY protocol header size.
2022-11-03 Roman ArutyunyanVersion bump.
2022-10-25 Roman ArutyunyanHTTP/3: implement keepalive for hq.
2022-11-30 Roman ArutyunyanQUIC: application init() callback.
2022-10-19 Maxim Douninrelease-1.23.2 tag
2022-10-19 Maxim Douninnginx-1.23.2-RELEASE release-1.23.2
2022-10-19 Roman ArutyunyanMp4: disabled duplicate atoms.
2022-10-17 Sergey KandaurovSSL: improved validation of ssl_session_cache and ssl_o...
2022-10-13 Sergey KandaurovSSL: removed cast not needed after 5ffd76a9ccf3.
2022-10-12 Maxim DouninSSL: workaround for session timeout handling with TLSv1.3.
2022-10-12 Maxim DouninSSL: optimized rotation of session ticket keys.
2022-10-12 Maxim DouninSSL: automatic rotation of session ticket keys.
2022-10-12 Maxim DouninSSL: shorter debug messages about session tickets.
2022-10-12 Maxim DouninSSL: renamed session ticket key functions and data...
2022-10-12 Maxim DouninSSL: renamed session ticket key type.
2022-10-12 Maxim DouninSSL: style.
2022-10-12 Maxim DouninSSL: explicit clearing of expired sessions.
next