index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
decompress_bunzip2.c
Age
Commit message (
Expand
)
Author
2006-12-26
style fixes
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-05-29
More size shrinkage.
Rob Landley
2006-04-14
Busybox is under the GPL.
Rob Landley
2006-04-10
Patch from Rob Sullivan to consolidate crc32 table generation.
Rob Landley
2006-04-02
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-01
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-02-17
Fix for an integer overflow bug that could cause a segfault on certain
Rob Landley
2006-02-17
The tendency of vi to auto-indent can be really annoying at times.
Rob Landley
2006-02-17
More whitespace than you can possibly imagine...
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-09-25
Stop gcc4 from nit-picking about signedness of char *.
Rob Landley
2004-11-16
Don't document compiler warnings. _FIX_ compiler warnings.
Rob Landley
2004-08-28
Fixup some warnings
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-11-05
Fix tar -j support
Glenn L McGrath
2003-10-31
Put back the tar support stubs (and warnings) for now.
Eric Andersen
2003-10-28
Add some error messages, use xmalloc instead of malloc
Glenn L McGrath
2003-10-23
Another bzip2 update and speedup from Manuel Novoa III, with some
Eric Andersen
2003-10-18
Manuel Novoa III writes:
Eric Andersen
2003-10-18
Rob Landley's new micro-bunzip version 3. Rob writes:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-05
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-11-03
Move bunzip2 idecompression code to libunarchive
Glenn L McGrath