summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2014-12-22randomconfig fixesDenys Vlasenko4-7/+7
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko1-38/+28
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-30cpio: reinstate "options:" line in help textDenys Vlasenko1-0/+1
2014-06-30lzop: add overflow checkDenys Vlasenko2-0/+5
2014-06-30lzop: add overflow checkDenys Vlasenko2-0/+5
2014-06-22tar: fix prototype typo, not for android configTanguy Pruvot1-1/+1
2014-05-29unzip: set ENABLE_DESKTOP to allow unpacking signed Android OTAsSteven Luo1-0/+6
2014-05-29selinux: enable support for bionic, add applets in configTanguy Pruvot32-6835/+8569
2014-05-29tar: only include selinux context with -p optTanguy Pruvot2-3/+21
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-28dpkg-deb: cosmetic correction to usage textDaniel Borca1-1/+1
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko2-3/+35
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2-9/+10
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
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
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru1-3/+1
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko1-13/+23
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko1-16/+39
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko1-1/+8
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker3-3/+3
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko1-0/+3
2013-05-13xz: support concatenated .xz streamsLasse Collin1-7/+36
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko1-12/+23
2013-05-04xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2-3/+3
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger2-0/+2
2013-03-01decompress_unlzma: move function, no code changesDenys Vlasenko1-7/+6
2013-03-01decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko1-1/+1
[prev] [next]