summaryrefslogtreecommitdiff
path: root/git-zlib.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-13git-zlib: widen `git_deflate_bound()` to `size_t`Johannes Schindelin1-1/+1
2026-08-13packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`Johannes Schindelin1-2/+2
2026-05-09git-zlib: handle data streams larger than 4GBJohannes Schindelin1-2/+2
2025-04-07git-zlib: use `struct z_stream_s` instead of typedefPatrick Steinhardt1-1/+1
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt1-0/+2
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren1-0/+28