index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libarchive
/
decompress_gunzip.c
Age
Commit message (
Expand
)
Author
2021-05-03
decompress_gunzip: simplify ERR_RET bit clearing
Denys Vlasenko
2021-03-12
decompress_gunzip: Fix DoS if gzip is corrupt
Samuel Sapalski
2020-11-30
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2019-10-26
gunzip: fix incorrect decoding of "fixed" inflate blocks
Denys Vlasenko
2019-10-20
gunzip: code shrink by using int-, not short-sized struct member
Denys Vlasenko
2019-10-19
gzip: code shrink
Denys Vlasenko
2019-10-19
gzip: code shrink
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-02-04
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-01
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2016-06-20
libarchive: fix xmalloc_open_zipped_read_close() on NOMMU
Denys Vlasenko
2015-10-30
[g]unzip: fix recent breakage.
Denys Vlasenko
2015-10-26
unzip: test for bad archive SEGVing
Denys Vlasenko
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-03-06
fix trivial bug in unpack_gz_stream (wrong fd used in read)
Denys Vlasenko
2012-03-06
Move seamless .Z support into unpack_gz_stream
Denys Vlasenko
2012-03-06
update seamless uncompression code
Denys Vlasenko
2012-03-06
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Denys Vlasenko