scrcpy/app/src
Romain Vimont eb09fefd43 Timeout the server socket connection
Wait no more than 2 seconds for accepting the connection from the
device, since it blocks the event loop, preventing to react to SIGTERM
(Ctrl+C).
2018-02-09 16:21:10 +01:00
..
android Implement keyboard/mouse control 2018-01-18 17:25:13 +01:00
sys Fix includes windows-specific source 2018-01-19 11:15:51 +01:00
command.c Move server-related code to server.c 2018-02-08 17:40:09 +01:00
command.h Move server-related code to server.c 2018-02-08 17:40:09 +01:00
common.h Swap position/point names 2018-01-29 14:52:22 +01:00
controlevent.c Turn screen on on right-click 2018-02-02 14:56:03 +01:00
controlevent.h Add missing include guards 2018-02-08 15:26:08 +01:00
controller.c Rename control to controller 2018-02-08 13:26:01 +01:00
controller.h Rename control to controller 2018-02-08 13:26:01 +01:00
convert.c Swap position/point names 2018-01-29 14:52:22 +01:00
convert.h Swap position/point names 2018-01-29 14:52:22 +01:00
decoder.c Provide decoder_init() 2018-02-09 13:30:49 +01:00
decoder.h Provide decoder_init() 2018-02-09 13:30:49 +01:00
device.c Move device-related code to device.c 2018-02-08 17:40:09 +01:00
device.h Move device-related code to device.c 2018-02-08 17:40:09 +01:00
events.h Initial commit 2017-12-12 15:25:15 +01:00
frames.c Fix deadlock on exit if SKIP_FRAMES disabled 2018-02-09 09:41:05 +01:00
frames.h Fix deadlock on exit if SKIP_FRAMES disabled 2018-02-09 09:41:05 +01:00
icon.xpm Add window icon 2018-02-05 14:46:00 +01:00
lockutil.c Do not inline lockutil functions 2017-12-18 11:07:42 +01:00
lockutil.h Do not inline lockutil functions 2017-12-18 11:07:42 +01:00
main.c Include dependencies version 2018-02-07 15:41:59 +01:00
netutil.c Timeout the server socket connection 2018-02-09 16:21:10 +01:00
netutil.h Timeout the server socket connection 2018-02-09 16:21:10 +01:00
scrcpy.c Timeout the server socket connection 2018-02-09 16:21:10 +01:00
scrcpy.h Move screen-related code to screen.c 2018-02-08 15:43:28 +01:00
screen.c Improve startup time 2018-02-09 16:19:50 +01:00
screen.h Improve startup time 2018-02-09 16:19:50 +01:00
screencontrol.c Send "screen on" command only on mouse down 2018-02-09 09:43:58 +01:00
screencontrol.h Move control-related code to screencontrol.c 2018-02-08 18:14:50 +01:00
server.c Timeout the server socket connection 2018-02-09 16:21:10 +01:00
server.h Timeout the server socket connection 2018-02-09 16:21:10 +01:00
strutil.c Initial commit 2017-12-12 15:25:15 +01:00
strutil.h Add missing include guards 2018-02-08 15:26:08 +01:00
tinyxpm.c Change the window icon color in debug mode 2018-02-07 11:48:25 +01:00
tinyxpm.h Add missing include guards 2018-02-08 15:26:08 +01:00