summaryrefslogtreecommitdiff
path: root/archival/unzip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...Denis Vlasenko2007-11-061-1/+1
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-1/+1
* change safety check on zip header to allow for extra length, andPaul Fox2007-11-051-3/+11
* unzip: add a comment explaining why we don't dieDenis Vlasenko2007-10-191-0/+2
* unzip: fix endianness bugsDenis Vlasenko2007-10-181-100/+113
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-9/+9
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-071-11/+19
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko2007-03-311-2/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* do not expose internal state of [g]zip unpacker.Denis Vlasenko2007-01-051-5/+5
* extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko2007-01-031-3/+0
* style fixesDenis Vlasenko2006-12-261-2/+2
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-15/+8
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-8/+8