summaryrefslogtreecommitdiffstats
path: root/input/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: some user-visible changes to prepare for making all commands asyncwm42018-05-241-0/+6
* ipc: cosmetic: switch a negated if/elsewm42018-05-241-3/+3
* ipc: alias set_property_string to set_propertywm42018-05-241-20/+3
* node: move a mpv_node helper from ipc.c to shared codewm42018-05-241-14/+3
* ipc: raise json nesting limitwm42017-05-031-2/+2
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-221-6/+0
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-427/+39
* ipc: fix uninitialized fieldwm42016-02-121-1/+1
* Change 3 more files to LGPLwm42016-01-201-7/+7
* ipc: fix undefined behavior in some error caseswm42015-07-061-1/+2
* ipc: add request_id to jsonPreston Hunt2015-07-031-0/+10
* ipc: avoid SIGPIPEwm42015-05-121-1/+5
* ipc: silence some common info messageswm42015-05-051-3/+3
* input: handle closed pipe correctlywm42015-02-261-1/+1
* input: if FD is not writable, just don't write to the FDwm42015-02-261-6/+11
* input: allow passing FDs to --input-filewm42015-02-261-3/+12
* input: avoid creating world-writeable file with --input-unix-socketwm42015-02-261-0/+4
* ipc: put playback core to sleep while dequeuing commandswm42015-02-131-1/+7
* ipc: add enable_event and disable_event commandswm42014-12-241-0/+33
* ipc: report some user errors betterwm42014-12-241-2/+5
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-151-16/+4
* lua, ipc: remove leftoverswm42014-11-241-9/+0
* ipc: fix confusion of write() return value and errnowm42014-11-211-3/+3
* ipc: make sure --input-file=/dev/stdin always workswm42014-11-071-7/+20
* ipc: make it possible to receive log messageswm42014-11-011-0/+13
* ipc: add a command to retrieve API versionwm42014-11-011-0/+4
* ipc: verify resume/suspend commandswm42014-11-011-4/+16
* input: resolve ~ and similar for --input-filewm42014-10-241-2/+3
* Set thread name for debuggingwm42014-10-191-0/+5
* ipc: skip empty and commented lineswm42014-10-191-2/+4
* ipc: accept both JSON and "old" commandswm42014-10-191-30/+27
* ipc: fix minor error cleanup issueswm42014-10-191-8/+8
* ipc: decouple from MPContextwm42014-10-191-41/+43
* ipc: fix a small memory leakwm42014-10-171-1/+2
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-171-11/+55
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-171-0/+723