aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/open_transformer.c
AgeCommit message (Expand)Author
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2007-11-12open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko
2007-09-09open_transformer: fix vda's goofupDenis Vlasenko
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko
2007-09-04tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-04-02- include proper prototypes in libunarchive.Bernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2003-11-18Dont close original file handle, we may need it later.Glenn L McGrath
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath