aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
* unzip: more compat if DESKTOP=yDenys Vlasenko2009-09-061-29/+118
* unzip: try lseek before resorting to readingStefani Seibold2009-07-251-1/+2
* unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2009-02-261-1/+1
* unzip: handle "central directory"Denis Vlasenko2008-09-211-47/+196
* unzip: move check for unsupported zip features to better placeDenis Vlasenko2008-07-261-15/+17
* unzip: give better error message when presented with unsupportedDenis Vlasenko2008-07-261-0/+6
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-5/+5
* style fixes, no code changesDenis Vlasenko2008-06-261-3/+3