summaryrefslogtreecommitdiffstats
path: root/input/ipc-win.c
Commit message (Expand)AuthorAgeFilesLines
* win32: don't jump over variable init with gotoKacper Michajłow2023-11-181-1/+2
* mp_thread: prefer tracking threads with idKacper Michajłow2023-11-051-2/+1
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-12/+12
* mp_threads: rename threads for consistent naming across all of themKacper Michajłow2023-10-271-2/+4
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-2/+0
* scripting: add a way to run sub processes as "scripts"wm42020-02-191-0/+6
* options: get rid of GLOBAL_CONFIG hackwm42019-11-291-1/+1
* player: get rid of mpv_global.optswm42018-05-241-1/+4
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* ipc: log when listening to IPC socketwm42016-09-291-0/+2
* client API: declare mpv_suspend/mpv_resume deprecatedwm42016-09-161-5/+1
* ipc-win: restrict read access to the IPC pipeJames Ross-Gowan2016-03-251-2/+96
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-0/+408