aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive
AgeCommit message (Expand)Author
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-02-17Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-01-26link: new appletDenys Vlasenko
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko
2017-01-09unzip: optional support for xzDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko
2016-10-12cpio: fix restoration of file ownership, closes 9306Denys Vlasenko
2016-06-21libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko
2016-06-20typo fixDenys Vlasenko
2016-06-20libarchive: fix open_zipped()Denys Vlasenko
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko
2015-10-26unzip: test for bad archive SEGVingDenys 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: 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-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko
2015-01-30dpkg: update supported compression methodsDenys 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-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-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys 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-06-30*: change execl sentinels from NULL to (char*)0Rich Felker