summaryrefslogtreecommitdiff
path: root/archival/libunarchive/open_transformer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-11/+8
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-2/+2
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+10
* *: introduce and use xfork()Denis Vlasenko2008-07-011-8/+1
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-261-2/+5
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-211-3/+5
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-8/+8
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-1/+1
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-121-12/+14
* 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