[PATCH 2 of 4] Win32: cleaned up most of C4244 warnings with 32-bit compilation

2025-05-31 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1748666368 -10800 # Sat May 31 07:39:28 2025 +0300 # Node ID 1ce7a2381e6a880636779800499a0bf99ca7bd6e # Parent 9228d497cb38bd5fda2177380c3eee372a3ddbfd Win32: cleaned up most of C4244 warnings with 32-bit compilation. C4244 warnings (conversio

[PATCH 4 of 4] SSL: usage of SSL_SESSION_get_time_ex() with OpenSSL 3.3+

2025-05-31 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1748666384 -10800 # Sat May 31 07:39:44 2025 +0300 # Node ID b56f2f0dd036938a6734c577c7fd1871d44cbee2 # Parent 41e7de4b8d3918a501dc95c8b0e706703675fc92 SSL: usage of SSL_SESSION_get_time_ex() with OpenSSL 3.3+. In OpenSSL, SSL_SESSION_get_time

[PATCH 1 of 4] Win32: fixed 64-bit compilation with MSVC after 9333:1996ea0bc55d

2025-05-31 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1748666354 -10800 # Sat May 31 07:39:14 2025 +0300 # Node ID 9228d497cb38bd5fda2177380c3eee372a3ddbfd # Parent d1edde45c5f14fbe5e820a6f3a861c086f3626c5 Win32: fixed 64-bit compilation with MSVC after 9333:1996ea0bc55d. Compatibility with zlib

[PATCH 3 of 4] Postpone filter: fixed incorrect content length check

2025-05-31 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1748666373 -10800 # Sat May 31 07:39:33 2025 +0300 # Node ID 41e7de4b8d3918a501dc95c8b0e706703675fc92 # Parent 1ce7a2381e6a880636779800499a0bf99ca7bd6e Postpone filter: fixed incorrect content length check. The code in ngx_http_postpone_filter

[PATCH] Tests: fixed Valgrind errors filtering

2025-05-31 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1748729541 -10800 # Sun Jun 01 01:12:21 2025 +0300 # Node ID 7bfe91f27c949eac6152ac9954129b6338bbb815 # Parent ba4f76b3b823c59b5a56343b6110b3524ed008b2 Tests: fixed Valgrind errors filtering. Broken in 1995:d329b05e20fa during $t->grep_file()