summaryrefslogtreecommitdiffstats
path: root/input/ipc-unix.c
Commit message (Expand)AuthorAgeFilesLines
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* ipc: avoid dereferencing NULLMartin Shirokov2017-12-151-7/+17
* Avoid calling close(-1)wm42017-06-291-2/+4
* ipc-unix: don’t truncate the message on EAGAINSebastian Reuße2017-05-241-4/+1
* ipc: log when listening to IPC socketwm42016-09-291-0/+2
* client API: declare mpv_suspend/mpv_resume deprecatedwm42016-09-161-5/+1
* client API: remove SIGPIPE overriding codewm42016-09-151-0/+6
* osdep/io: introduce mp_flush_wakeup_pipe()Rostislav Pehlivanov2016-07-301-2/+1
* build: silence -Wunused-resultNiklas Haas2016-06-071-2/+2
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-0/+422