index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
bunzip2.c
Age
Commit message (
Expand
)
Author
2003-03-19
Major coreutils update.
Manuel Novoa III
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
2002-06-23
inline many functions that are only called once. saves about 300 bytes
Aaron Lehmann
2002-06-23
remove cleanUpAndFail, and replace it with exit(). because that's what
Aaron Lehmann
2002-06-22
Major revamp. I've been trying to clean up the code. the bzerror stuff
Aaron Lehmann
2002-04-15
* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
Matt Kraai
2002-03-27
* archival/bunzip2.c (bunzip2_main): Remove compressed file.
Matt Kraai
2002-03-27
* archival/bunzip2.c: Include <unistd.h>.
Matt Kraai
2001-12-20
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-12-06
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
Aaron Lehmann
2001-11-18
bzcat and bunzip -c support from Thomas Lundquist
Glenn L McGrath
2001-11-12
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai
2001-10-05
Initial support for for bunzip2....
Glenn L McGrath