Bump to version 1.22.1
[platform/upstream/busybox.git] / archival / unzip.c
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files,...
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-07-21 Denys Vlasenkounzip: survive lack of CDF on non-streaming zip files
2013-07-20 Denys Vlasenkounzip: increase PEEK_FROM_END from 16k to 64k
2013-01-22 Denys Vlasenkounzip: add missing fflush; code shrink
2013-01-22 Denys Vlasenko*: reuse more strings
2012-06-19 Denys Vlasenkotweak help text
2012-06-15 Denys Vlasenkounzip: make options parsing more robust on getopt w...
2012-05-27 Natanael Copaunzip: ignore chmod errors
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-09 Denys Vlasenkounzip: fflush stdout before reading interative y/n...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Dan FandrichImprove unzip's handling of stream ZIP files
2010-05-24 Denys Vlasenkounzip: another small code shrink
2010-05-24 Denys Vlasenkounzip: tiny code shrink -2 bytes
2010-05-24 Denys Vlasenkounzip: restore unix file mode if possible. closes bug...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-06 Denys Vlasenkounzip: more compat if DESKTOP=y
2009-07-25 Stefani Seiboldunzip: try lseek before resorting to reading
2009-02-26 Denis Vlasenkounzip: fix thinko with le/be conv and size (closes...
2008-09-21 Denis Vlasenkounzip: handle "central directory"
2008-07-26 Denis Vlasenkounzip: move check for unsupported zip features to bette...
2008-07-26 Denis Vlasenkounzip: give better error message when presented with...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-11-06 Denis Vlasenkounzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Docum...
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-05 Paul Foxchange safety check on zip header to allow for extra...
2007-10-19 Denis Vlasenkounzip: add a comment explaining why we don't die
2007-10-18 Denis Vlasenkounzip: fix endianness bugs
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-09-07 Paul Foxoverload the existing '-q' flag so that if '-l' and...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-31 Denis Vlasenkounzip: fix xstrndup bug (xstrndup(s,n) can allocate...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-08-04 Rob LandleyOk, that's not a typo, that's just me not thinking.
2006-08-04 Rob LandleyTypo.
2006-08-04 Rob LandleyNow that we have xopen3(), it's just plain unclean...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-03-27 Paul Foxensure that corrupted file extraction causes both a...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-07-30 Mike Frysingerrename the accept/reject names since accept overrides...
2005-07-20 Paul Foxapplying fixes from:
2004-06-06 Glenn L McGrathUpdate reference for zip format
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson