aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko
2017-06-13tar: add IF_FEATURE_* checksMing Liu
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-03-24whitespace fixDenys 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-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26link: new appletDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys 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: 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