Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: proper conditional compilation in popen.c | Ron Yorston | 2022-04-23 | 1 | -9/+14 |
* | tar: use external program for lzma/xz compression | Ron Yorston | 2021-07-22 | 1 | -3/+9 |
* | win32: move code to fork (de)compressor to a function | Ron Yorston | 2020-08-05 | 1 | -0/+22 |
* | win32: don't leak pipe data structures | Ron Yorston | 2018-04-07 | 1 | -58/+66 |
* | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 1 | -206/+75 |
* | wget: add support for https | Ron Yorston | 2018-03-15 | 1 | -0/+103 |
* | win32: use built-in shell for popen, if possible | Ron Yorston | 2018-02-18 | 1 | -2/+12 |
* | win32: correct cast of argument to _open_osfhandle | Ron Yorston | 2016-05-25 | 1 | -4/+4 |
* | mingw: add routine to pipe a file descriptor to/from a command | Ron Yorston | 2015-05-27 | 1 | -18/+128 |
* | Tidy up mingw_popen | Ron Yorston | 2014-05-15 | 1 | -59/+47 |
* | win32: add popen implementation that uses shell | Ron Yorston | 2012-04-23 | 1 | -0/+220 |