summaryrefslogtreecommitdiffstats
path: root/libbb/gz_open.c
Commit message (Expand)AuthorAgeFilesLines
* Allow vfork()ing an external gunzip binary instead of using fork().graham.gower@gmail.com2011-02-171-10/+64
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-2/+2
* Flush stdout, stderr before forking. From Richard Purdie. Thanks!graham.gower2010-02-151-0/+6
* Merge commit 'grg' into HEADgraham.gower2009-12-081-9/+9
* Check the unzip child process for errors and pass the upwards. Also, avoid ch...graham.gower2009-11-261-4/+31
* Call _exit() and not exit() from within the child process.graham.gower2009-11-161-1/+1
* Don't send the gzunp_pid SIGTERM. Waiting for exit should be sufficient.graham.gower2009-11-151-4/+0
* The ": " is already added by vperror_msg... oops.graham.gower2009-11-151-4/+4
* Cleanup gz_close().graham.gower2009-11-151-5/+13
* revert R190, keep R191ticktock352008-12-271-75/+0
* Thanks for Mike Westerhof <mwester@dls.net>ticktock352008-12-271-0/+75
* * Add ipkg for future developmentticktock352008-12-141-0/+58