aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/decompress_gunzip.c
AgeCommit message (Expand)Author
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2019-10-26gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-02-04gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-03-06fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2012-03-06archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko