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
/
get_header_tar_bz2.c
Age
Commit message (
Expand
)
Author
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-11-12
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-09-09
style fix, no code changes
Denis Vlasenko
2007-09-05
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-06-08
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2006-12-22
removal of commented-out cruft
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-11-14
Remove some tar_gz stuff that get dragged in
Glenn L McGrath
2003-11-14
Remove debugging noise.
Glenn L McGrath
2003-11-05
Fix tar -j support
Glenn L McGrath
2002-11-13
Minor cleanups
Glenn L McGrath
2002-11-05
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...
Glenn L McGrath