summaryrefslogtreecommitdiff
path: root/archival/libunarchive/open_transformer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* open_transformer: fix vda's goofupDenis Vlasenko2007-09-091-2/+3
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-3/+22
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-041-2/+4
* delete tons of extra #includesDenis Vlasenko2007-05-311-4/+0
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-3/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-8/+8
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-2/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - include proper prototypes in libunarchive.Bernhard Reutner-Fischer2006-04-021-13/+3
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-0/+50