summaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_bunzip2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-2/+2
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-22/+36
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* style fixesDenis Vlasenko2006-12-261-34/+34
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-9/+13
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+1
* More size shrinkage.Rob Landley2006-05-291-2/+1
* Busybox is under the GPL.Rob Landley2006-04-141-7/+6
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-10/+5
* - include proper prototypes in libunarchive.Bernhard Reutner-Fischer2006-04-021-1/+3
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-1/+1
* Fix for an integer overflow bug that could cause a segfault on certainRob Landley2006-02-171-1/+1
* The tendency of vi to auto-indent can be really annoying at times.Rob Landley2006-02-171-75/+75
* More whitespace than you can possibly imagine...Rob Landley2006-02-171-18/+145
* just whitespaceTim Riker2006-01-251-3/+3
* Stop gcc4 from nit-picking about signedness of char *.Rob Landley2005-09-251-1/+2
* Don't document compiler warnings. _FIX_ compiler warnings.Rob Landley2004-11-161-12/+13
* Fixup some warningsEric Andersen2004-08-281-0/+2
* Larry Doolittle writes:Eric Andersen2004-04-141-18/+18
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-2/+2
* Fix tar -j supportGlenn L McGrath2003-11-051-16/+0
* Put back the tar support stubs (and warnings) for now.Eric Andersen2003-10-311-0/+16
* Add some error messages, use xmalloc instead of mallocGlenn L McGrath2003-10-281-5/+18
* Another bzip2 update and speedup from Manuel Novoa III, with someEric Andersen2003-10-231-223/+267
* Manuel Novoa III writes:Eric Andersen2003-10-181-22/+43
* Rob Landley's new micro-bunzip version 3. Rob writes:Eric Andersen2003-10-181-1592/+465
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath2002-11-051-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-189/+58
* Move bunzip2 idecompression code to libunarchiveGlenn L McGrath2002-11-031-0/+1789