aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko
2015-02-03gzip: trivial code shrink -5 bytesDenys Vlasenko
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko
2015-02-02gzip: do not store timestamp in gzip headerRich Felker
2015-01-30dpkg: update supported compression methodsDenys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko
2014-12-07make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-06-30cpio: reinstate "options:" line in help textDenys Vlasenko
2014-06-30lzop: add overflow checkDenys Vlasenko
2014-02-28unlzma: add comments about possible bug from BZ 2689Denys Vlasenko
2014-02-28unlzma: move some variables in "more local" scopeDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-27libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko
2013-09-10ar: better commentDenys Vlasenko
2013-09-10ar: read_num(): fix reading fields using the entire widthPeter Korsgaard
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger
2013-03-01decompress_unlzma: move function, no code changesDenys Vlasenko
2013-03-01decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko
2013-03-01decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko
2013-03-01lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko
2013-02-28bbunzip: fix order of flags vs bit definesMike Frysinger
2013-02-28bbunzip: ignore the -q flag with the decompressorsMike Frysinger
2013-02-28zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko
2013-02-28zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko
2013-02-28fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko