aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/decompress_gunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-04-091-1/+0
|\
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-5/+12
|\|
| * gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko2018-02-041-4/+11
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+2
|\|
| * libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-201-2/+2
* | Fix for MinGW-w64Ron Yorston2016-05-251-3/+6
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-12/+24
|\|
| * [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-12/+21
| * unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-4/+7
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-3/+2
|\|
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2
* | Use MinGW-w64 by defaultRon Yorston2015-01-071-1/+1
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+3
|/
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-16/+14
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-13/+13
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko2012-03-061-1/+1
* Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-0/+18
* update seamless uncompression codeDenys Vlasenko2012-03-061-15/+12
* archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko2012-03-061-0/+1256