aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko
2017-01-09unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko
2017-01-09unzip: optional support for xzDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung
2017-01-08bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko
2017-01-05unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn
2017-01-05typo fix in config help textDenys Vlasenko
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko
2016-12-23Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-11-27dpkg-deb: shorten code, improve help textDenys Vlasenko
2016-11-27dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys 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-08-15gzip: fix compression level bug. Closes 9131Natanael Copa
2016-07-08cpio: tweak help textDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys 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-20randomconfig fixes 4Denys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko
2016-04-18unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko
2016-04-18unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys 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-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