]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2023-03-15 Roman ArutyunyanQUIC: style.
2023-03-24 Sergey KandaurovHTTP/3: fixed OpenSSL compatibility layer initialization.
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-23 Maxim DouninQUIC: improved SO_COOKIE configure test.
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.
2022-10-12 Maxim DouninSSL: single allocation in session cache on 32-bit platf...
2022-10-12 Maxim DouninSSL: explicit session id length checking.
2022-10-12 Maxim DouninSSL: updated comment about session sizes.
2022-10-12 Maxim DouninSSL: reduced logging of session cache failures (ticket...
2022-10-12 Maxim DouninSSL: disabled saving tickets to session cache.
2022-09-27 Roman ArutyunyanAdded type cast to ngx_proxy_protocol_parse_uint16().
2022-10-12 Roman ArutyunyanPROXY protocol v2 TLV variables.
2022-10-10 Roman ArutyunyanLog only the first line of user input on PROXY protocol...
2022-09-08 Sergey KandaurovSSL: silenced GCC warnings when building with BoringSSL.
2022-09-06 Maxim DouninWin32: disabled threads support in OpenSSL builds.
2022-09-06 Maxim DouninWin32: fixed build on Windows with OpenSSL 3.0.x (ticke...
2022-09-06 Maxim DouninWin32: disabled C4306 warnings with MSVC.
2022-09-06 Maxim DouninWin32: removed misleading comment about warnings being...
2022-09-06 Maxim DouninSSL: fixed incorrect usage of #if instead of #ifdef.
2022-09-06 Maxim DouninEvents: fixed style and wrong error handling in the...
2022-08-22 Roman ArutyunyanHTTP/3: renamed functions.
2022-11-30 Roman ArutyunyanQUIC: removed cancelable flag from QUIC and HTTP/3...
2022-10-19 Roman ArutyunyanQUIC: idle mode for main connection.
2022-10-19 Roman ArutyunyanHTTP/3: unified hq code with regular HTTP/3 code.
2022-09-07 Roman ArutyunyanQUIC: do not send MAX_STREAMS in shutdown state.
2022-08-22 Roman ArutyunyanQUIC: defer stream removal until all its data is acked.
2022-11-29 Roman ArutyunyanQUIC: reusable mode for main connection.
2022-09-07 Roman ArutyunyanQUIC: post close event for connection close.
2022-08-22 Roman ArutyunyanQUIC: made ngx_quic_finalize_connecion() more graceful.
2022-09-07 Roman ArutyunyanQUIC: treat qc->error == -1 as a missing error.
2022-11-25 Sergey KandaurovQUIC: fixed computation of nonce with packet numbers...
2022-11-25 Jiuzhou CuiHTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a...
2022-11-23 Roman ArutyunyanQUIC: fixed triggering stream read event (ticket #2409).
2022-11-22 Sergey KandaurovQUIC: fixed C4334 MSVC warning about 32 to 64 bits...
2022-11-22 Sergey KandaurovQUIC: plug MSVC warning about potentially uninitialized...
2022-11-22 Sergey KandaurovAdded shutdown macros for win32 required for QUIC.
2022-11-22 Sergey KandaurovQUIC: fixed C4389 MSVC warning about signed/unsigned...
2022-11-22 Sergey KandaurovQUIC: avoid using C99 designated initializers.
2022-11-22 Sergey KandaurovQUIC: moved variable declaration to fix build with...
2022-11-22 Sergey KandaurovQUIC: fixed C4706 warnings with MSVC 2010.
2022-11-22 Sergey KandaurovHTTP/3: fixed server_name regex captures (ticket #2407).
2022-11-01 Roman ArutyunyanSet default listen socket type in http.
2022-10-20 Sergey KandaurovMerged with the default branch.
2022-10-20 Sergey KandaurovREADME: converted to passive voice, LibreSSL support.
next