summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko1-6/+6
2016-04-17unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko1-29/+33
2016-04-17unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko1-6/+29
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko1-8/+35
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko4-43/+63
2014-12-06libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko1-16/+39
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko1-1/+8
2013-01-22unzip: add missing fflush; code shrinkDenys Vlasenko1-8/+11
2013-01-22*: reuse more stringsDenys Vlasenko3-17/+17
2012-06-19tweak help textDenys Vlasenko2-7/+7
2012-06-15unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko1-67/+70
2012-05-27unzip: ignore chmod errorsNatanael Copa3-2/+8
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-09-09unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko1-2/+3
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-06-18Improve unzip's handling of stream ZIP filesDan Fandrich1-4/+9
2010-05-24unzip: another small code shrinkDenys Vlasenko1-2/+2
2010-05-24unzip: tiny code shrink -2 bytesDenys Vlasenko1-5/+4
2010-05-24unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko1-55/+88
2009-09-06unzip: more compat if DESKTOP=yDenys Vlasenko1-29/+118
2009-07-25unzip: try lseek before resorting to readingStefani Seibold1-1/+2
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2-7/+10
2008-09-21unzip: handle "central directory"Denis Vlasenko1-47/+196
2008-07-26unzip: move check for unsupported zip features to better placeDenis Vlasenko1-15/+17
2008-07-26unzip: give better error message when presented with unsupportedDenis Vlasenko3-0/+88
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
2007-11-06unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...Denis Vlasenko1-1/+1
2007-11-06telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko3-22/+41
2007-11-05change safety check on zip header to allow for extra length, andPaul Fox1-3/+11
2007-10-19unzip: add a comment explaining why we don't dieDenis Vlasenko1-0/+2
2007-10-18unzip: fix endianness bugsDenis Vlasenko1-100/+113
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01printf("%s\n") -> puts()Denis Vlasenko7-15/+15
2007-09-07overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2-12/+20
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-31unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko1-2/+3
[next]