summaryrefslogtreecommitdiff
path: root/git-zlib.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13git-zlib: widen `git_deflate_bound()` to `size_t`Johannes Schindelin1-2/+14
2026-08-13packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`Johannes Schindelin1-1/+1
2026-06-18zlib: properly clamp to uLongJohannes Schindelin1-4/+9
2026-05-09git-zlib: handle data streams larger than 4GBJohannes Schindelin1-8/+17
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano1-11/+16
2025-02-25git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICTJeff King1-11/+16
2025-01-28git-zlib: cast away potential constness of `next_in` pointerPatrick Steinhardt1-1/+2
2025-01-28compat/zlib: provide `deflateBound()` shim centrallyPatrick Steinhardt1-4/+0
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren1-0/+274