summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko3-7/+48
2016-10-12cpio: fix restoration of file ownership, closes 9306Denys Vlasenko1-0/+4
2016-06-21libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko1-0/+3
2016-06-20typo fixDenys Vlasenko1-1/+1
2016-06-20libarchive: fix open_zipped()Denys Vlasenko1-7/+12
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko2-12/+22
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko2-5/+29
2015-10-22tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko1-3/+2
2015-10-22tar: shrink hardlink name handling codeDenys Vlasenko1-26/+17
2015-10-21tar: add support for --strip-components=NDenys Vlasenko5-46/+156
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko1-11/+17
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann1-0/+7
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko4-43/+63
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2014-12-06make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko1-1/+2
2014-12-06libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-30lzop: add overflow checkDenys Vlasenko2-0/+5
2014-06-30lzop: add overflow checkDenys Vlasenko2-0/+5
2014-05-29selinux: enable support for bionic, add applets in configTanguy Pruvot32-6835/+8569
2014-05-20tar: add selinux context support on createTanguy Pruvot3-2/+43
2014-04-06zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2014-04-06libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko1-1/+10
2014-04-06libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko1-12/+11
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-02-28unlzma: add comments about possible bug from BZ 2689Denys Vlasenko1-0/+6
2014-02-28unlzma: move some variables in "more local" scopeDenys Vlasenko1-7/+10
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2014-01-27libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko1-1/+10
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko1-1/+3
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko1-12/+11
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2-9/+10
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko4-9/+9
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko1-8/+18
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko1-8/+18
2013-09-10ar: better commentDenys Vlasenko1-2/+5
2013-09-10ar: read_num(): fix reading fields using the entire widthPeter Korsgaard1-12/+20
[next]