summaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-1/+1
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-240/+365
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-6/+6
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-2/+2
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-1/+1
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-141-0/+2
* missed a few #undefs (no real impact I think)Denis Vlasenko2007-01-101-0/+2
* fix bug 1146 (gunzip breakage introduced by me --vda)Denis Vlasenko2007-01-101-17/+19
* move [g]zip decompressor state into malloc'ed buffer. size:Denis Vlasenko2007-01-061-88/+192
* split inflate_xx_setup() subroutines from inflate_xx()Denis Vlasenko2007-01-051-119/+146
* do not expose internal state of [g]zip unpacker.Denis Vlasenko2007-01-051-34/+39
* Stopped doing assignments inside expressions.Denis Vlasenko2007-01-051-35/+71
* decompress_unzip: preparatory patchDenis Vlasenko2007-01-051-56/+56
* extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko2007-01-031-2/+4
* style fixesDenis Vlasenko2006-12-261-2/+2
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-1/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-5/+10
* vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko2006-09-301-6/+6
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-4/+3
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-63/+24
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-35/+7
* - janitorial: huft_build is never used outside of decompress_unzip.c and has noBernhard Reutner-Fischer2006-04-021-0/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-4/+4
* The gentoo security guys found another way to segfault busybox's decompressionRob Landley2006-02-201-1/+1
* fixup a few types to prevent gcc (rightfully) whining about mixingEric Andersen2006-01-301-4/+4
* Don't return 0 when there's an error.Rob Landley2006-01-101-0/+2
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-2/+2
* remove unrequired dependences"Vladimir N. Oleynik"2005-09-141-2/+1
* Anand Avati hit an integer overflow problem in our unzip code.Rob Landley2005-08-311-1/+1
* Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger2005-08-161-1/+1
* applying fixes from: Paul Fox2005-07-201-79/+81
* When filling the bit buffer, gzip decompression apparently never checked for ...Manuel Novoa III2005-03-011-1/+4
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-16/+16
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-99/+41
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-16/+16
* Woops, my gunzip fix broke unzip, these cant be staticGlenn L McGrath2003-02-091-2/+2
* Fix endian probelm on PPC, i had different types for an extern variable.Glenn L McGrath2003-02-091-13/+40
* fix warningGlenn L McGrath2002-12-011-1/+1
* Add an input buffer (currently 32kB) to speed things up heaps, it still requi...Glenn L McGrath2002-11-241-9/+30