aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c
AgeCommit message (Expand)Author
2020-04-29unzip: -d should create the dirLauri Kasanen
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-06unzip: do not set directory mode to 0777Denys Vlasenko
2017-11-09unzip: add missing -j to trivial usageEugene Rudoy
2017-11-09unzip: fix content listing and filtering when -j is usedEugene Rudoy
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-07-27unzip: fix regression on big-endian machinesNatanael Copa
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko
2017-07-20unzip: implement -j, closes 9126Denys Vlasenko
2017-07-20unzip: robustify overwrite checksDenys Vlasenko
2017-07-20unzip: support symlinks. Closes 10031Denys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-11unzip: TODO for symlink supportDenys Vlasenko
2017-03-24whitespace fixDenys Vlasenko
2017-01-09unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko
2017-01-09unzip: optional support for xzDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko
2017-01-05unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn
2017-01-05typo fix in config help textDenys Vlasenko
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko
2016-04-18unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko
2016-04-18unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko
2013-01-22unzip: add missing fflush; code shrinkDenys Vlasenko
2013-01-22*: reuse more stringsDenys Vlasenko
2012-06-19tweak help textDenys Vlasenko
2012-06-15unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-09unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga