summaryrefslogtreecommitdiff
path: root/archival/unzip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* unzip -l: add missed big-endian conversions date and timePeter Kaestle2022-11-291-0/+2
* *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* unzip: add -tDenys Vlasenko2021-04-141-3/+9
* unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
* unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-9/+9
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-20/+37
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-3/+4
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-11/+14
* unzip: do not set directory mode to 0777Denys Vlasenko2018-02-061-1/+3
* 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