index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input
/
ipc.c
Commit message (
Expand
)
Author
Age
*
ipc: add Windows implementation with named pipes
James Ross-Gowan
2016-03-23
*
ipc: fix uninitialized field
wm4
2016-02-12
*
Change 3 more files to LGPL
wm4
2016-01-20
*
ipc: fix undefined behavior in some error cases
wm4
2015-07-06
*
ipc: add request_id to json
Preston Hunt
2015-07-03
*
ipc: avoid SIGPIPE
wm4
2015-05-12
*
ipc: silence some common info messages
wm4
2015-05-05
*
input: handle closed pipe correctly
wm4
2015-02-26
*
input: if FD is not writable, just don't write to the FD
wm4
2015-02-26
*
input: allow passing FDs to --input-file
wm4
2015-02-26
*
input: avoid creating world-writeable file with --input-unix-socket
wm4
2015-02-26
*
ipc: put playback core to sleep while dequeuing commands
wm4
2015-02-13
*
ipc: add enable_event and disable_event commands
wm4
2014-12-24
*
ipc: report some user errors better
wm4
2014-12-24
*
client API: be more lenient about mpv_suspend/resume mismatches
wm4
2014-12-15
*
lua, ipc: remove leftovers
wm4
2014-11-24
*
ipc: fix confusion of write() return value and errno
wm4
2014-11-21
*
ipc: make sure --input-file=/dev/stdin always works
wm4
2014-11-07
*
ipc: make it possible to receive log messages
wm4
2014-11-01
*
ipc: add a command to retrieve API version
wm4
2014-11-01
*
ipc: verify resume/suspend commands
wm4
2014-11-01
*
input: resolve ~ and similar for --input-file
wm4
2014-10-24
*
Set thread name for debugging
wm4
2014-10-19
*
ipc: skip empty and commented lines
wm4
2014-10-19
*
ipc: accept both JSON and "old" commands
wm4
2014-10-19
*
ipc: fix minor error cleanup issues
wm4
2014-10-19
*
ipc: decouple from MPContext
wm4
2014-10-19
*
ipc: fix a small memory leak
wm4
2014-10-17
*
input: implement --input-file on unix using the IPC support
Alessandro Ghedini
2014-10-17
*
input: implement JSON-based IPC protocol
Alessandro Ghedini
2014-10-17