aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2017-08-04getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-27unzip: fix regression on big-endian machinesNatanael Copa
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-20unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko
2017-07-20unzip: implement -j, closes 9126Denys Vlasenko
2017-07-20unzip: robustify overwrite checksDenys Vlasenko
2017-07-20unzip: support symlinks. Closes 10031Denys Vlasenko
2017-07-20bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko
2017-07-11unzip: TODO for symlink supportDenys Vlasenko
2017-07-05dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard
2017-07-04bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko
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