aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/ipc.c
Commit message (Expand)AuthorAge
* ipc: cosmetic: switch a negated if/elseGravatar wm42018-05-25
* ipc: alias set_property_string to set_propertyGravatar wm42018-05-25
* ipc: raise json nesting limitGravatar wm42017-05-03
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* ipc: add Windows implementation with named pipesGravatar James Ross-Gowan2016-03-23
* ipc: fix uninitialized fieldGravatar wm42016-02-12
* Change 3 more files to LGPLGravatar wm42016-01-20
* ipc: fix undefined behavior in some error casesGravatar wm42015-07-06
* ipc: add request_id to jsonGravatar Preston Hunt2015-07-03
* ipc: avoid SIGPIPEGravatar wm42015-05-12
* ipc: silence some common info messagesGravatar wm42015-05-05
* input: handle closed pipe correctlyGravatar wm42015-02-26
* input: if FD is not writable, just don't write to the FDGravatar wm42015-02-26
* input: allow passing FDs to --input-fileGravatar wm42015-02-26
* input: avoid creating world-writeable file with --input-unix-socketGravatar wm42015-02-26
* ipc: put playback core to sleep while dequeuing commandsGravatar wm42015-02-13
* ipc: add enable_event and disable_event commandsGravatar wm42014-12-24
* ipc: report some user errors betterGravatar wm42014-12-24
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* lua, ipc: remove leftoversGravatar wm42014-11-24
* ipc: fix confusion of write() return value and errnoGravatar wm42014-11-21
* ipc: make sure --input-file=/dev/stdin always worksGravatar wm42014-11-07
* ipc: make it possible to receive log messagesGravatar wm42014-11-01
* ipc: add a command to retrieve API versionGravatar wm42014-11-01
* ipc: verify resume/suspend commandsGravatar wm42014-11-01
* input: resolve ~ and similar for --input-fileGravatar wm42014-10-24
* Set thread name for debuggingGravatar wm42014-10-19
* ipc: skip empty and commented linesGravatar wm42014-10-19
* ipc: accept both JSON and "old" commandsGravatar wm42014-10-19
* ipc: fix minor error cleanup issuesGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* ipc: fix a small memory leakGravatar wm42014-10-17
* input: implement --input-file on unix using the IPC supportGravatar Alessandro Ghedini2014-10-17
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17