]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix object size verification + bump to 64 bit file sizes in manifest (#407)
authorPavol Sakac <26042917+pavsa@users.noreply.github.com>
Sun, 5 May 2019 19:04:30 +0000 (21:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 May 2019 19:04:30 +0000 (21:04 +0200)
commiteae97078ab2b0c7c8bcf1f38ebe8fe64600d05ad
tree0c62103bcea6fe7b2e4c0a6955f327acf5b40e86
parent2be7c2698c6d56ec480a6ab188d02181e18f5d63
Fix object size verification + bump to 64 bit file sizes in manifest (#407)

Changed manifest format to save the actual file size along with hashed content size.
File size field in manifest updated to 64bits.
Manifest version set to 2.

Fixes #382.
src/ccache.c
src/hashutil.c
src/hashutil.h
src/manifest.c
src/manifest.h
test/suites/depend.bash
test/suites/direct.bash