summaryrefslogtreecommitdiff
path: root/lib/libz
AgeCommit message (Expand)Author
13 dayslibz: sync with upstreamTheo Buehler
2024-09-05Avoid out-of-bounds pointer arithmetic in inflateCopy().Theo Buehler
2024-08-05sync with upstream (noop for openbsd)Theo Buehler
2024-08-02bump minor after yesterday's symbol additionTheo Buehler
2024-08-02Put exported symbols of libz under our own controlTheo Buehler
2024-08-01sync with upstreamTheo Buehler
2024-07-25document deflateUsed()Theo Buehler
2024-07-25fix a small markup mistake (missing newline)Theo Buehler
2024-07-09Let z_off_t fall back to long long instead of only longTheo Buehler
2024-06-30cast string literals with z_const char *Theo Buehler
2024-06-30Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a commentTheo Buehler
2024-06-29Z_HUFFMAN -> Z_HUFFMAN_ONLYTheo Buehler
2024-05-28remove outdated zlib version informationTheo Buehler
2024-03-27zlib: sync with upstreamTheo Buehler
2024-03-15zlib: sync with upstreamTheo Buehler
2024-02-13Pull in z_off64_t handling from upstreamTheo Buehler
2024-02-11libz: more windows ifdef turd shining from upstreamTheo Buehler
2024-02-10libz: sync with upstreamTheo Buehler
2024-02-09pull in another upstream tweak for windowsTheo Buehler
2024-02-09zlib: sync with upstreamTheo Buehler
2024-02-07sync with upstreamTheo Buehler
2024-02-07sync with zlib.hTheo Buehler
2024-02-07Sync doc-comment for deflateInit2 with upstreamTheo Buehler
2024-01-28Pull in some post 1.3.1 upstream commitsTheo Buehler
2024-01-23Update to zlib 1.3.1Theo Buehler
2024-01-21Sync with upstream as of Jan 20Theo Buehler
2024-01-21libz: sync with upstream's develop branch as of Jan 18Theo Buehler
2024-01-21Define HAVE_HIDDEN for libzTheo Buehler
2024-01-20Merge docs of crc32_combine_{gen,op} from zlib.hTheo Buehler
2023-11-18libz sync with develop branch, discussed with deraadtTheo Buehler
2023-08-20Bump zlib version to 1.3Theo Buehler
2023-08-18sync with zlib.hTheo Buehler
2023-08-18Sync doc comment with upstreamTheo Buehler
2023-08-15Fix bug when using gzflush() with a very small buffer.Theo Buehler
2023-08-13Conditionally disable MSANTheo Buehler
2023-08-12Fix bug when gzungetc() is used immediately after gzopen().Theo Buehler
2023-08-12fix typoTheo Buehler
2023-08-04Fix a couple of typos in a commentTheo Buehler
2023-07-30sync compress.3 with zlib.hTheo Buehler
2023-07-30Merge some doc comment updates from upstreamTheo Buehler
2023-07-30Pull in two #undef from upstream's develop branchTheo Buehler
2023-05-02Sync with upstreamTheo Buehler
2023-04-25Update libz to the HEAD of the develop branchTheo Buehler
2022-12-27Revert spelling fixes. Please report them upstream.Theo Buehler
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-10-23Drop RCS ids in upstream zlib sourceTheo Buehler
2022-10-20Update base libz to 1.2.13Theo Buehler
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-09Fix buffer overflow in inflateGetHeader()Theo Buehler
2022-07-20bump major due to struct size change on ILP32 architecturesTheo Buehler