]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use the compression API for reading and writing manifests
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Jun 2019 20:51:42 +0000 (22:51 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Jun 2019 19:14:53 +0000 (21:14 +0200)
commit1bb7f769cddab4519c2e25d9c381cf3ccb61354d
treedea73a325911693ad0167b8ce5301a687d97c0ed
parentf6d6cf779d7e6531c46b39956eb4a799aeaba892
Use the compression API for reading and writing manifests

* Manifest and result files now share the same common header (sans the
  magic bytes) and will be compressed using the common compression
  settings.
* Removed the legacy “hash size” and “reserved” fields.
src/common_header.c
src/common_header.h
src/manifest.c
src/result.c
test/suites/compression.bash