| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix links to Mark Nelson's zlib article, now hosted on zlib.net. | Mark Adler | 13 days | 1 | -1/+1 |
| | | |||||
| * | Use atomics to build inflate fixed tables once. | Mark Adler | 13 days | 1 | -0/+4 |
| | | | | | | | | | | | | | This moves the once code from crc32.c to zutil.c, and uses it also for building the inflate fixed tables when BUILDFIXED is defined. The fixed tables are now housed in inftrees.c, shared by inflate.c and infback.c. The once() function is now external, and so is renamed to z_once() to avoid name collisions. If either BUILDFIXED or DYNAMIC_CRC_TABLE is defined, and atomics are not available, then a warning is issued noting that zlib is not thread-safe. | ||||
| * | Prevent the use of insecure functions without an explicit request. | Mark Adler | 13 days | 1 | -9/+9 |
| | | | | | | | | | | | | ZLIB_INSECURE must be defined in order to compile code that uses the insecure functions vsprintf() or sprintf(). This would occur only if the standard vsnprintf() or snprintf() functions are not available. Providing the --insecure option to ./configure will define ZLIB_INSECURE. A flag is added to zlibCompileFlags() to indicate that gzprintf() is not implemented due to the need for the use of an insecure function, but ZLIB_INSECURE was not defined. | ||||
| * | Update the link for an snprintf/vsnprintf implementation in FAQ. | Mark Adler | 13 days | 1 | -2/+2 |
| | | | | | | | | Point to a modern, well-supported implementation, for use when the compiler chain in use does not provide those functions, and a secure alternative to sprintf/vsprintf for the gz functions is desired. | ||||
| * | Fix broken links. | Justin Dhillon | 2024-02-07 | 1 | -1/+1 |
| | | |||||
| * | Remove mentions of an official zlib DLL distribution. | Mark Adler | 2024-01-17 | 1 | -2/+1 |
| | | | | | | There used to be one, but no more. It is up to the user or vendor to compile zlib. | ||||
| * | Fix some spelling errors. | Dimitri Papadopoulos | 2023-08-03 | 1 | -1/+1 |
| | | |||||
| * | Move example.c and minigzip.c to test/. | Mark Adler | 2011-11-27 | 1 | -2/+2 |
| | | |||||
| * | zlib 1.2.5.1v1.2.5.1 | Mark Adler | 2011-09-11 | 1 | -3/+5 |
| | | |||||
| * | zlib 1.2.4v1.2.4 | Mark Adler | 2011-09-09 | 1 | -6/+6 |
| | | |||||
| * | zlib 1.2.4-pre1v1.2.4-pre1 | Mark Adler | 2011-09-09 | 1 | -127/+132 |
| | | |||||
| * | zlib 1.2.3.1v1.2.3.1 | Mark Adler | 2011-09-09 | 1 | -9/+31 |
| | | |||||
| * | zlib 1.2.2.2v1.2.2.2 | Mark Adler | 2011-09-09 | 1 | -12/+14 |
| | | |||||
| * | zlib 1.2.2v1.2.2 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | | |||||
| * | zlib 1.2.1.1v1.2.1.1 | Mark Adler | 2011-09-09 | 1 | -33/+55 |
| | | |||||
| * | zlib 1.2.0.6v1.2.0.6 | Mark Adler | 2011-09-09 | 1 | -2/+1 |
| | | |||||
| * | zlib 1.2.0.5v1.2.0.5 | Mark Adler | 2011-09-09 | 1 | -5/+6 |
| | | |||||
| * | zlib 1.2.0.4v1.2.0.4 | Mark Adler | 2011-09-09 | 1 | -3/+11 |
| | | |||||
| * | zlib 1.2.0.3v1.2.0.3 | Mark Adler | 2011-09-09 | 1 | -19/+33 |
| | | |||||
| * | zlib 1.2.0.2v1.2.0.2 | Mark Adler | 2011-09-09 | 1 | -1/+2 |
| | | |||||
| * | zlib 1.2.0.1v1.2.0.1 | Mark Adler | 2011-09-09 | 1 | -38/+67 |
| | | |||||
| * | zlib 1.2.0v1.2.0 | Mark Adler | 2011-09-09 | 1 | -5/+168 |
| | | |||||
| * | zlib 1.1.4v1.1.4 | Mark Adler | 2011-09-09 | 1 | -40/+68 |
| | | |||||
| * | zlib 1.1.3v1.1.3 | Mark Adler | 2011-09-09 | 1 | -0/+72 |
