mpv/input
wm4 47d69f366b ipc: avoid SIGPIPE
Until now, we just blocked SIGPIPE globally. Fix it properly to get away
from it.

MSG_NOSIGNAL should be widely available and is part of the POSIX.1-2008
standard. But it's not available on OSX, because Apple is both evil and
retarded. Thus we continue to ignore the problem on such shitty systems.
2015-05-12 22:54:11 +02:00
..
cmd_list.c command: change the default action for rescan_external_files 2015-04-28 22:05:07 +02:00
cmd_list.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
cmd_parse.c Update license headers 2015-04-13 12:10:01 +02:00
cmd_parse.h Update license headers 2015-04-13 12:10:01 +02:00
event.c input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
input.c input: filter out redundant mp_input_set_mouse_pos() calls 2015-05-08 22:00:24 +02:00
input.h Update license headers 2015-04-13 12:10:01 +02:00
ipc.c ipc: avoid SIGPIPE 2015-05-12 22:54:11 +02:00
keycodes.c Update license headers 2015-04-13 12:10:01 +02:00
keycodes.h Update license headers 2015-04-13 12:10:01 +02:00
pipe-win32.c pipe-win32: possible fix for Windows XP deadlock 2014-12-11 23:38:15 +11:00