trylink: produce even more info about final link stage
[platform/upstream/busybox.git] / archival / libunarchive / decompress_unzip.c
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-01-10 Denis Vlasenkomissed a few #undefs (no real impact I think)
2007-01-10 Denis Vlasenkofix bug 1146 (gunzip breakage introduced by me --vda)
2007-01-06 Denis Vlasenkomove [g]zip decompressor state into malloc'ed buffer...
2007-01-05 Denis Vlasenkosplit inflate_xx_setup() subroutines from inflate_xx()
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-05 Denis VlasenkoStopped doing assignments inside expressions.
2007-01-05 Denis Vlasenkodecompress_unzip: preparatory patch
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-30 Denis Vlasenkovconfig: fix bug 701 (I be damned if I understand it)
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-02 Bernhard Reutner... - janitorial: huft_build is never used outside of decom...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-20 Rob LandleyThe gentoo security guys found another way to segfault...
2006-01-30 Eric Andersenfixup a few types to prevent gcc (rightfully) whining...
2006-01-10 Rob LandleyDon't return 0 when there's an error.
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-14 "Vladimir N. Oleynik"remove unrequired dependences
2005-08-31 Rob LandleyAnand Avati hit an integer overflow problem in our...
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-07-20 Paul Foxapplying fixes from:
2005-03-01 Manuel Novoa III When filling the bit buffer, gzip decompression apparen...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathWoops, my gunzip fix broke unzip, these cant be static
2003-02-09 Glenn L McGrathFix endian probelm on PPC, i had different types for...
2002-12-01 Glenn L McGrathfix warning
2002-11-24 Glenn L McGrathAdd an input buffer (currently 32kB) to speed things...
2002-11-20 Glenn L McGrathSpeed and memory usage improvements from Laurence Adnerson
2002-11-20 Glenn L McGrathread_gz patch 3 from Laurence Anderson
2002-11-17 Glenn L McGrathPatch from Laurence Anderson to provide a read_gz funct...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-16 Eric AndersenPatch from Matthias Lang <matthias@corelatus.se> to...
2002-08-22 Glenn L McGrathreplace some global const ints with defines
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-05-15 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-03-20 Eric AndersenReinitialize initial shift register value for on each...
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-06 Eric AndersenMore copyright and email addr cleanups
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-12-05 Glenn L McGrathSimplify unzip(), remove unused checks and unneccessary...
2001-12-05 Glenn L McGrathSimplify CRC table generation
2001-11-29 Glenn L McGrathgunzip was incorrectly reporting a failed crc and lengt...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-13 Glenn L McGrathDont setvbuff in here, must be called just after stream...
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb