pkg-utils/lib/pkg
David Oberhollenzer 96d4d353d4 Remove unnecessary flush from unpacking loop
The uncompressor will know when end of file is reached. Flushing
prematurely won't help. Especially the way the loop was constructed,
using an external buffer that is a lot larger than the internal
buffer of the compressor will cause multiple erroneous flushes.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-04-18 14:08:43 +02:00
..
pkg_unpack.c Move all the package I/O code to libpkg library 2019-04-05 12:33:50 +02:00
pkgio_rd_image_entry.c Move all the package I/O code to libpkg library 2019-04-05 12:33:50 +02:00
pkgreader.c Remove unnecessary flush from unpacking loop 2019-04-18 14:08:43 +02:00
pkgwriter.c Add a way to pass options to compressors 2019-04-18 14:08:03 +02:00