summaryrefslogtreecommitdiffstats
path: root/osdep/subprocess-posix.c
Commit message (Expand)AuthorAgeFilesLines
* osdep: fix infinite loop when cancelling subprocesssfan52024-02-111-1/+3
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-1/+0
* osdep: fix clang warnings with `_FORTIFY_SOURCE`llyyr2023-10-241-1/+1
* subprocess: unblock/reset signals before running child processsfan52021-12-191-0/+21
* command: extend subprocess command stdin, change behaviorwm42020-08-161-4/+37
* osdep: remove confstr() fallback for subprocess spawningsfan52020-05-251-7/+2
* subprocess: replace posix_spawnp() with fork()wm42020-05-151-17/+118
* subprocess: implement proper detached processes on POSIXwm42020-02-161-9/+38
* subprocess: change to a fancier APIwm42020-02-161-77/+84
* misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-1/+2
* android: posix_spawn(p) replacementsfan52017-09-221-1/+1
* Avoid calling close(-1)wm42017-06-291-15/+12
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* subprocess, lua: export whether the process was killed by uswm42015-06-271-3/+10
* build: exclude -Wredundant-declswm42015-05-091-2/+0
* subprocess-posix: always connect stdin to /dev/nullwm42015-04-151-1/+12
* osdep/subprocess-posix: remove __GLIBC__ guardKevin Mitchell2015-02-031-3/+2
* subprocess: allow disabling redirection of stdout/stderrwm42015-01-011-4/+4
* subprocess: minor cosmetic cleanupwm42014-11-221-2/+3
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-0/+146