Romain Vimont
|
6fe65d9f5c
|
Log with category APPLICATION
All our logs should use APPLICATION category. The logs for other
categories are not printed by default under the "critical" level.
|
8 years ago |
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).
|
8 years ago |
Romain Vimont
|
28c5cc030b
|
Move server-related code to server.c
The file server.c already existed, but exposed a low-level API. Make it
higher-level, so that scrcpy.c does not handle server details directly.
|
8 years ago |
Romain Vimont
|
54d9148a36
|
Initial commit
Start a new clean history from here.
|
8 years ago |