]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use the compression API for results
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 4 Jun 2019 19:49:52 +0000 (21:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 4 Jun 2019 20:41:20 +0000 (22:41 +0200)
commitfa398dec3ff7de72857ecf9f60f1bef1aaa02494
tree46e715e81b4997fb9174c00a547bbe770f3977e3
parenta41ea79dba74f128f5294334dc1ab8977ba3822c
Use the compression API for results

It didn’t feel right to use zlib’s gzip format for the embedded content,
especially since other compression libraries don’t support a similar
interface. Therefore, use the standard low-level zlib API instead.
src/result.c