aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2017-01-081-114/+122
* | unzip: use data from local header rather than CDFRon Yorston2017-01-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-01-081-123/+163
|\|
| * unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn2017-01-051-5/+0
| * typo fix in config help textDenys Vlasenko2017-01-051-1/+1
| * unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2017-01-051-120/+165
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-42/+96
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
| * unzip: shorter code for date/time generationDenys Vlasenko2016-04-181-6/+6
| * unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko2016-04-181-29/+33
| * unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko2016-04-181-6/+29
| * unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko2016-04-171-8/+35
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-2/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-11/+24
|\|
| * unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-101-11/+24
* | Use MinGW-w64 by defaultRon Yorston2015-01-071-1/+1
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+3
|/
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-1/+3
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-6/+6
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+10
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-4/+4