]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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.
2022-10-20 Sergey KandaurovQUIC: removed compatibility with older BoringSSL API.
2022-10-20 Sergey KandaurovQUIC: support for setting QUIC methods with LibreSSL.
2022-10-20 Sergey KandaurovQUIC: using SSL_set_quic_early_data_enabled() only...
2022-10-20 Sergey KandaurovQUIC: using native TLSv1.3 cipher suite constants.
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-30 Sergey KandaurovQUIC: "info" logging level on insufficient client conne...
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-12 Sergey KandaurovREADME: updated the current status.
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-09 Murilo AndradeSSL: logging level of "bad record type" errors.
2022-08-29 Maxim DouninVersion bump.
2022-08-03 Roman ArutyunyanHTTP/3: skip empty request body buffers (ticket #2374).
2022-07-19 Maxim Douninrelease-1.23.1 tag
2022-07-19 Maxim Douninnginx-1.23.1-RELEASE release-1.23.1
2022-07-19 Maxim DouninUpdated OpenSSL used for win32 builds.
2022-07-15 Maxim DouninEvents: fixed EPOLLRDHUP with FIONREAD (ticket #2367).
2022-07-15 Maxim DouninRange filter: clearing of pre-existing Content-Range...
2022-07-14 Sergey KandaurovResolver: fixed memory leak for the "ipv4=off" case.
2022-07-12 Ruslan ErmilovThe "ipv4=" parameter of the "resolver" directive.
2022-07-12 Maxim DouninSSL: logging levels of various errors added in OpenSSL...
2022-06-28 Maxim DouninUpstream: optimized use of SSL contexts (ticket #1234).
2022-06-28 Maxim DouninVersion bump.
2022-06-21 Maxim Douninrelease-1.23.0 tag
2022-06-21 Maxim Douninnginx-1.23.0-RELEASE release-1.23.0
2022-06-21 Maxim DouninUpdated OpenSSL used for win32 builds.
2022-06-20 Maxim DouninMisc: win32 sources now preserved in release tarballs.
2022-06-18 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2022-06-14 Sergey KandaurovPerl: removed unused variables, forgotten in ef6a3a99a81a.
2022-06-02 Aleksei BavshinResolver: make TCP write timer event cancelable.
2022-05-31 Vladimir HomutovQUIC: avoided pool usage in token calculation.
2022-07-27 Vladimir HomutovQUIC: removed ngx_quic_keys_new().
2022-07-27 Vladimir HomutovQUIC: avoided pool usage in ngx_quic_protection.c.
2022-07-27 Vladimir HomutovQUIC: fixed-length buffers for secrets.
2022-07-26 Sergey KandaurovMerged with the default branch.
2022-06-22 Sergey KandaurovMerged with the default branch.
2022-06-08 Sergey KandaurovHTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.
2022-06-08 Sergey KandaurovREADME: updated after HTTP/3 RFC publication, minor...
2022-05-26 Roman ArutyunyanHTTP/3: require that field section base index is not...
2022-05-23 Aleksei BavshinStream: don't flush empty buffers created for read...
2022-06-07 Maxim DouninMp4: fixed potential overflow in ngx_http_mp4_crop_stts...
2022-06-07 Sergey KandaurovUpstream: handling of certificates specified as an...
2022-06-06 Maxim DouninUpstream: fixed X-Accel-Expires/Cache-Control/Expires...
2022-05-30 Maxim DouninUpstream: fixed build without http cache (broken by...
2022-05-30 Maxim DouninHeaders filter: improved memory allocation error handling.
2022-05-30 Maxim DouninMultiple WWW-Authenticate headers with "satisfy any;".
2022-05-30 Maxim DouninAuth request: multiple WWW-Authenticate headers (ticket...
2022-05-30 Maxim DouninUpstream: multiple WWW-Authenticate headers (ticket...
2022-05-30 Maxim DouninUpstream: handling of multiple Vary headers (ticket...
2022-05-30 Maxim DouninUpstream: duplicate headers ignored or properly linked.
2022-05-30 Maxim DouninUpstream: header handlers can now return parsing errors.
2022-05-30 Maxim DouninUpstream: all known headers in u->headers_in are linked...
2022-05-30 Maxim DouninAll known output headers can be linked lists now.
2022-05-30 Maxim DouninUpstream: simplified Accept-Ranges handling.
2022-05-30 Maxim DouninUpstream: simplified Content-Encoding handling.
2022-05-30 Maxim DouninUpstream: style.
2022-05-30 Maxim DouninPerl: combining unknown headers during $r->header_in...
next