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_gz.c
Age
Commit message (
Expand
)
Author
2007-11-12
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-10-05
gunzip: support concatenated gz files.
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
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-03-07
bunzip2/gunzip/uncompress/unlzma: merge into common code -
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-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
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-07
fix comment
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-19
Use read_gz, remove fork() woohoo!
Glenn L McGrath
2002-11-13
Minor cleanups
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath