summaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_extract_to_stdout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* 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
| | | | definitions. (That should only be on prototypes.)
* Add missing include filesEric Andersen2004-03-271-0/+1
|
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
| | | | s/fileno\(stdout\)/STDOUT_FILENO/g
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
| | | | much, modified patch from Bastian Blank
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
| | | | | | | archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend.
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-3/+17
| | | | descriptors, support tar -j
* New common unarchive code.Glenn L McGrath2002-09-251-0/+8