aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-3/+2
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-5/+6
* silly switch style fixDenis Vlasenko2006-09-271-2/+2
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-1/+1
* archival: added O_TRUNC so that when we overwrite files on unpack,Denis Vlasenko2006-09-031-1/+1
* Ok, that's not a typo, that's just me not thinking.Rob Landley2006-08-041-1/+1
* Typo.Rob Landley2006-08-041-1/+1
* Now that we have xopen3(), it's just plain unclean to have xopen() withRob Landley2006-08-041-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+6
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-26/+26
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-44/+17
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-5/+5