aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_bunzip2.c
AgeCommit message (Expand)Author
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-06-28bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-26bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2007-10-10bunzip: small code shrink and consmeticsDenis Vlasenko
2007-09-28bunzip2: trim verbose messagesDenis Vlasenko
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-04-10one-liner: fix indentationDenis Vlasenko
2007-04-10bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2006-12-26style fixesDenis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-05-29More size shrinkage.Rob Landley
2006-04-14Busybox is under the GPL.Rob Landley
2006-04-10Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley
2006-04-02- include proper prototypes in libunarchive.Bernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
2006-02-17Fix for an integer overflow bug that could cause a segfault on certainRob Landley
2006-02-17The tendency of vi to auto-indent can be really annoying at times.Rob Landley
2006-02-17More whitespace than you can possibly imagine...Rob Landley
2006-01-25just whitespaceTim Riker
2005-09-25Stop gcc4 from nit-picking about signedness of char *.Rob Landley
2004-11-16Don't document compiler warnings. _FIX_ compiler warnings.Rob Landley
2004-08-28Fixup some warningsEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-11-05Fix tar -j supportGlenn L McGrath
2003-10-31Put back the tar support stubs (and warnings) for now.Eric Andersen
2003-10-28Add some error messages, use xmalloc instead of mallocGlenn L McGrath
2003-10-23Another bzip2 update and speedup from Manuel Novoa III, with someEric Andersen
2003-10-18Manuel Novoa III writes:Eric Andersen
2003-10-18Rob Landley's new micro-bunzip version 3. Rob writes:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath