index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
input
/
ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc: raise json nesting limit
wm4
2017-05-03
1
-2
/
+2
*
client API: turn mpv_suspend() and mpv_resume() into stubs
wm4
2016-11-22
1
-6
/
+0
*
ipc: add Windows implementation with named pipes
James Ross-Gowan
2016-03-23
1
-427
/
+39
*
ipc: fix uninitialized field
wm4
2016-02-12
1
-1
/
+1
*
Change 3 more files to LGPL
wm4
2016-01-20
1
-7
/
+7
*
ipc: fix undefined behavior in some error cases
wm4
2015-07-06
1
-1
/
+2
*
ipc: add request_id to json
Preston Hunt
2015-07-03
1
-0
/
+10
*
ipc: avoid SIGPIPE
wm4
2015-05-12
1
-1
/
+5
*
ipc: silence some common info messages
wm4
2015-05-05
1
-3
/
+3
*
input: handle closed pipe correctly
wm4
2015-02-26
1
-1
/
+1
*
input: if FD is not writable, just don't write to the FD
wm4
2015-02-26
1
-6
/
+11
*
input: allow passing FDs to --input-file
wm4
2015-02-26
1
-3
/
+12
*
input: avoid creating world-writeable file with --input-unix-socket
wm4
2015-02-26
1
-0
/
+4
*
ipc: put playback core to sleep while dequeuing commands
wm4
2015-02-13
1
-1
/
+7
*
ipc: add enable_event and disable_event commands
wm4
2014-12-24
1
-0
/
+33
*
ipc: report some user errors better
wm4
2014-12-24
1
-2
/
+5
*
client API: be more lenient about mpv_suspend/resume mismatches
wm4
2014-12-15
1
-16
/
+4
*
lua, ipc: remove leftovers
wm4
2014-11-24
1
-9
/
+0
*
ipc: fix confusion of write() return value and errno
wm4
2014-11-21
1
-3
/
+3
*
ipc: make sure --input-file=/dev/stdin always works
wm4
2014-11-07
1
-7
/
+20
*
ipc: make it possible to receive log messages
wm4
2014-11-01
1
-0
/
+13
*
ipc: add a command to retrieve API version
wm4
2014-11-01
1
-0
/
+4
*
ipc: verify resume/suspend commands
wm4
2014-11-01
1
-4
/
+16
*
input: resolve ~ and similar for --input-file
wm4
2014-10-24
1
-2
/
+3
*
Set thread name for debugging
wm4
2014-10-19
1
-0
/
+5
*
ipc: skip empty and commented lines
wm4
2014-10-19
1
-2
/
+4
*
ipc: accept both JSON and "old" commands
wm4
2014-10-19
1
-30
/
+27
*
ipc: fix minor error cleanup issues
wm4
2014-10-19
1
-8
/
+8
*
ipc: decouple from MPContext
wm4
2014-10-19
1
-41
/
+43
*
ipc: fix a small memory leak
wm4
2014-10-17
1
-1
/
+2
*
input: implement --input-file on unix using the IPC support
Alessandro Ghedini
2014-10-17
1
-11
/
+55
*
input: implement JSON-based IPC protocol
Alessandro Ghedini
2014-10-17
1
-0
/
+723