aboutsummaryrefslogtreecommitdiff
path: root/win32/popen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: proper conditional compilation in popen.cRon Yorston2022-04-231-9/+14
* tar: use external program for lzma/xz compressionRon Yorston2021-07-221-3/+9
* win32: move code to fork (de)compressor to a functionRon Yorston2020-08-051-0/+22
* win32: don't leak pipe data structuresRon Yorston2018-04-071-58/+66
* win32: tidy up popen implementationRon Yorston2018-03-151-206/+75
* wget: add support for httpsRon Yorston2018-03-151-0/+103
* win32: use built-in shell for popen, if possibleRon Yorston2018-02-181-2/+12
* win32: correct cast of argument to _open_osfhandleRon Yorston2016-05-251-4/+4
* mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2015-05-271-18/+128
* Tidy up mingw_popenRon Yorston2014-05-151-59/+47
* win32: add popen implementation that uses shellRon Yorston2012-04-231-0/+220