nginx-quic/src
Maxim Dounin dd7ebb19ba Gzip: compatibility with recent zlib-ng versions.
It now uses custom alloc_aligned() wrapper for all allocations,
therefore all allocations are larger than expected by (64 + sizeof(void*)).
Further, they are seen as allocations of 1 element.  Relevant calculations
were adjusted to reflect this, and state allocation is now protected
with a flag to avoid misinterpreting other allocations as the zlib
deflate_state allocation.

Further, it no longer forces window bits to 13 on compression level 1,
so the comment was adjusted to reflect this.
2023-03-27 21:25:05 +03:00
..
core Syslog: introduced error log handler. 2023-03-10 07:43:50 +03:00
event SSL: logging levels of errors observed with BoringSSL. 2023-03-08 22:22:47 +03:00
http Gzip: compatibility with recent zlib-ng versions. 2023-03-27 21:25:05 +03:00
mail SSL: enabled TLSv1.3 by default. 2023-03-24 02:57:43 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available(). 2023-02-23 20:50:03 +03:00
stream SSL: enabled TLSv1.3 by default. 2023-03-24 02:57:43 +03:00