summaryrefslogtreecommitdiffstats
path: root/input/ipc-unix.c
Commit message (Expand)AuthorAgeFilesLines
* options: get rid of GLOBAL_CONFIG hackwm42019-11-291-1/+1
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-2/+5
|\
| * player: get rid of mpv_global.optswm42018-05-241-2/+5
* | ipc-unix: don't blow up on readonly fd://Niklas Haas2018-10-311-1/+1
* | ipc-unix: leave room for a NUL terminatorBen Boeckel2018-10-311-1/+1
|/
* 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