aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko2016-06-211-0/+3
* typo fixDenys Vlasenko2016-06-201-1/+1
* libarchive: fix open_zipped()Denys Vlasenko2016-06-201-7/+12
* libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-203-23/+18
* randomconfig fixesDenys Vlasenko2016-06-191-7/+16
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-12/+21
* unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-4/+7
* tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko2015-10-221-3/+2
* tar: shrink hardlink name handling codeDenys Vlasenko2015-10-221-26/+17
* tar: add support for --strip-components=NDenys Vlasenko2015-10-222-32/+77
* cpio: implement -R/--ownerAaro Koskinen2015-10-163-2/+16
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* Removes stray empty line from codeManinder Singh2015-07-135-8/+0
* tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
* libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-124-6/+6
* unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-103-32/+39
* dpkg: update supported compression methodsDenys Vlasenko2015-01-303-0/+32
* make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-079-77/+199
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-076-31/+31
* lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
* unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
* zcat: complain if input is not compressedDenys Vlasenko2014-02-022-15/+6
* libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-294-6/+2
* tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-162-7/+7
* bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
* ar: better commentDenys Vlasenko2013-09-101-2/+5
* ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
* Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
* decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
* decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
* decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
* code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
* xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
* xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
* xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1
* xz: fix incorrect XZ_BUF_ERRORLasse Collin2013-02-271-7/+20
* xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin2013-02-271-3/+3
* cz: add C++ support to xz.hLasse Collin2013-02-271-0/+9