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
/
data_extract_to_stdout.c
Age
Commit message (
Expand
)
Author
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2006-12-22
removal of commented-out cruft
Denis Vlasenko
2006-12-22
tar et al: die if bb_copyfd_size copies less than asked for.
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
2004-03-27
Add missing include files
Eric Andersen
2004-03-27
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2003-12-22
Fix a bug of mine where extracting files to stdout would extract to
Glenn L McGrath
2003-11-21
As we no longer use function pointers for read in common archiving code
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath