mpv/libmpv
wm4 7f36d1532e 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.
2014-12-24 13:25:33 +01:00
..
client.h client API: document requirement to block SIGPIPE 2014-12-24 13:25:33 +01:00
mpv.def client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
opengl_cb.h client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00
qthelper.hpp client API: qthelper: add set_option_variant() 2014-10-30 11:29:45 +01:00