aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_extract_to_stdout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-0/+1
* removal of commented-out cruftDenis Vlasenko2006-12-221-1/+0
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+4
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Add missing include filesEric Andersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-3/+17
* New common unarchive code.Glenn L McGrath2002-09-251-0/+8