aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-04-091-3/+19
|\
| * unzip: document some options we might supportDenys Vlasenko2023-02-231-0/+7
| * unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko2023-02-221-3/+12
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-0/+2
|\|
| * unzip -l: add missed big-endian conversions date and timePeter Kaestle2022-11-291-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-2/+2
|\|
| * *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
| * *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-5/+29
|\|
| * unzip: add -tDenys Vlasenko2021-04-141-3/+9
| * unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
* | libarchive: allow extraction of hard linksRon Yorston2021-01-191-4/+1
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-1/+7
|\|
| * unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-9/+9
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-9/+9
* | libarchive: remove more symlink codeRon Yorston2019-02-141-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-20/+37
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-20/+37
* | Merge branch 'busybox'Ron Yorston2018-07-251-3/+4
|\|
| * tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-11/+14
|\|
| * tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-11/+14
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-1/+3
|\|
| * unzip: do not set directory mode to 0777Denys Vlasenko2018-02-061-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-8/+9
|\|
| * unzip: add missing -j to trivial usageEugene Rudoy2017-11-091-1/+1
| * unzip: fix content listing and filtering when -j is usedEugene Rudoy2017-11-091-7/+8
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-2/+8
|\|
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-2/+8
* | unzip: omit special treatment of non-GNU getoptRon Yorston2017-07-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-0/+1
|\|
| * unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-64/+141
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-8/+8
| * 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
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-0/+21
|\|
| * unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-1/+1
|\|
| * whitespace fixDenys Vlasenko2017-03-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-219/+270
|\|
| * unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko2017-01-091-102/+109
| * unzip: optional support for xzDenys Vlasenko2017-01-091-0/+13
| * unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-091-35/+58