aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-2/+8
* unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1
* 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
* unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
* whitespace fixDenys Vlasenko2017-03-241-1/+1
* 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: 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
* *: 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
* Removes stray empty line from codeManinder Singh2015-07-131-2/+0
* unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-101-11/+24
* 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
* unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko2013-07-211-16/+39
* unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko2013-07-201-1/+8
* unzip: add missing fflush; code shrinkDenys Vlasenko2013-01-221-8/+11
* *: reuse more stringsDenys Vlasenko2013-01-221-2/+2
* tweak help textDenys Vlasenko2012-06-191-6/+6
* unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko2012-06-151-67/+70
* unzip: ignore chmod errorsNatanael Copa2012-05-281-1/+1
* update seamless uncompression codeDenys Vlasenko2012-03-061-4/+6
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko2011-09-091-2/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+13
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* Improve unzip's handling of stream ZIP filesDan Fandrich2010-06-181-4/+9
* unzip: another small code shrinkDenys Vlasenko2010-05-241-2/+2
* unzip: tiny code shrink -2 bytesDenys Vlasenko2010-05-241-5/+4
* unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko2010-05-241-55/+88