summaryrefslogtreecommitdiffstats
path: root/osdep/subprocess-win.c
Commit message (Expand)AuthorAgeFilesLines
* various: replace dead links in commentsnanahi2024-02-111-2/+4
* win32: don't jump over variable init with gotoKacper Michajłow2023-11-181-1/+2
* subprocess-win: update to mp_subprocess2James Ross-Gowan2020-07-201-135/+290
* misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-0/+1
* subprocess-win: don't change the mouse cursor in CreateProcesspavelxdd2017-12-141-1/+1
* subprocess-win: fix swprintf usageJames Ross-Gowan2017-07-291-1/+2
* subprocess-win: don't leak pipe handle on errorJames Ross-Gowan2017-07-281-1/+3
* subprocess-win: remove VLA usageJames Ross-Gowan2017-07-261-2/+4
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* win32: use PIPE_REJECT_REMOTE_CLIENTSJames Ross-Gowan2015-12-201-1/+2
* win32: remove ProcThreadAttributeList dynamic loadingJames Ross-Gowan2015-12-201-36/+6
* win32: revert wchar_t changeswm42015-08-011-1/+1
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-1/+1
* subprocess, lua: export whether the process was killed by uswm42015-06-271-0/+1
* subprocess-win: use the correct pipe namespaceJames Ross-Gowan2015-05-041-1/+1
* subprocess-win: clarify argument escaping logicJames Ross-Gowan2015-03-241-8/+8
* subprocess-win: handle empty arguments correctlyJames Ross-Gowan2015-03-241-0/+6
* subprocess-win: Always quote argv[0]James Ross-Gowan2015-01-161-3/+5
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-1/+0
* subprocess: allow disabling redirection of stdout/stderrwm42015-01-011-2/+6
* subprocess-win: remove a Vista-only flagJames Ross-Gowan2014-11-281-3/+2
* subprocess: minor cosmetic cleanupwm42014-11-221-2/+3
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-0/+371