aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko
2015-10-27gzip: add support for --no-name long optionAaro Koskinen
2015-10-27gunzip: add support for long optionsAaro Koskinen
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-25tweak defconfigDenys Vlasenko
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko
2015-10-22tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko
2015-10-22tar: shrink hardlink name handling codeDenys Vlasenko
2015-10-22tar: implement --version for buildrootDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko
2015-10-16cpio: implement -R/--ownerAaro Koskinen
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko
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