aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-23tar: fix handling of first argument without '-'Ron Yorston
2017-08-22libarchive: fix build failure on NOMMU systemsRon Yorston
2017-08-22rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko
2017-08-10rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far)Denys Vlasenko
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-10rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko
2017-08-10rpm2cpio: use rpm_gettagsDenys Vlasenko
2017-08-10rpm: prepare rpm_gettags for reuse in rpm2cpioDenys Vlasenko
2017-08-10rpm,rpm2cpio: put both sources into one file, no code changesDenys Vlasenko
2017-08-09rpm: code shrinkDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07unxz: get_le32 macro is obviously wrongDenys Vlasenko
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