aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0527-37/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-09-279-14/+14
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-189-14/+14
* | Merge branch 'busybox' into mergeRon Yorston2017-08-231-3/+3
|\|
| * tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
* | Post-merge fixesRon Yorston2017-08-221-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2217-320/+435
|\|
| * libarchive: fix build failure on NOMMU systemsRon Yorston2017-08-221-1/+1
| * rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko2017-08-221-40/+48
| * rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far)Denys Vlasenko2017-08-101-0/+2
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-105-43/+73
| * rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-102-15/+40
| * rpm2cpio: use rpm_gettagsDenys Vlasenko2017-08-101-44/+10
| * rpm: prepare rpm_gettags for reuse in rpm2cpioDenys Vlasenko2017-08-101-11/+9
| * rpm,rpm2cpio: put both sources into one file, no code changesDenys Vlasenko2017-08-102-100/+96
| * rpm: code shrinkDenys Vlasenko2017-08-092-89/+168
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-085-23/+28
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-085-15/+18
| * unxz: get_le32 macro is obviously wrongDenys Vlasenko2017-08-071-1/+0
| * getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-042-3/+7
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* | unzip: omit special treatment of non-GNU getoptRon Yorston2017-07-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-294-24/+72
|\|
| * unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1
| * tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-243-24/+71
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2413-212/+278
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-2113-117/+117
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-204-21/+10
| * unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko2017-07-201-2/+8
| * unzip: implement -j, closes 9126Denys Vlasenko2017-07-201-16/+30
| * unzip: robustify overwrite checksDenys Vlasenko2017-07-201-31/+53
| * unzip: support symlinks. Closes 10031Denys Vlasenko2017-07-201-13/+48
| * bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko2017-07-201-2/+2
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1811-21/+21
* | Merge branch 'busybox' into mergeRon Yorston2017-07-188-69/+140
|\|
| * Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-151-5/+11
| * unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
| * dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard2017-07-051-4/+0
| * bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko2017-07-041-1/+1
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-3/+8
| * archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-154-43/+81
| * fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-4/+4
| * tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
* | Merge branch 'busybox' into mergeRon Yorston2017-05-296-23/+23
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-174-18/+18
| * whitespace fixDenys Vlasenko2017-03-241-1/+1
| * Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung2017-02-171-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0813-315/+394
|\|
| * Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-3/+3
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-23/+28