]> git.proxmox.com Git - libgit2.git/commit
zstream: offer inflating, `git_zstream_inflatebuf`
authorEdward Thomson <ethomson@edwardthomson.com>
Wed, 17 Jun 2015 15:07:34 +0000 (08:07 -0700)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 18:01:03 +0000 (13:01 -0500)
commitb88f1713d01e5cca5a296d564ae094dd8bc6a1f2
tree49dd3e66e51f5dcba0ad00ae726c63a95462ee64
parent1cd6599142ec89f9c7eeb8b302e8877c71e1ab4b
zstream: offer inflating, `git_zstream_inflatebuf`

Introduce `git_zstream_inflatebuf` for simple uses.
src/pack-objects.c
src/zstream.c
src/zstream.h
tests/core/zstream.c