mpv/libmpv
wm4 dab7602a89 client API: document requirement to block SIGPIPE
I noticed that the IPC code does not use MSG_NOSIGNAL or SO_NOSIGPIPE.
The former is "only" POSIX 2008 and also requires switching to sendto(),
while the latter is even less portable.

Not going to bother with this obsolete 80ies crap, just block SIGPIPE,
and instruct client API users to do the same.
2015-01-25 17:00:14 +09:00
..
client.h client API: document requirement to block SIGPIPE 2015-01-25 17:00:14 +09:00
mpv.def libmpv/mpv.def: add mpv_command_node[_async] 2014-10-12 00:56:40 +11:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
qthelper.hpp client API: qthelper: add set_option_variant() 2014-10-30 11:29:45 +01:00