scrcpy/app
Romain Vimont 3bb24b3926 Make intr optional for adb commands
All adb commands are executed with an "interruptor", so that they can be
interrupted on Ctrl+C.

Make this interruptor optional, so that we could call "adb kill-server"
in OTG mode. This command always returns almost immediately anyway.

Ideally, we should make all blocking calls interruptible (including
libusb calls, by using the asynchronous API), but it's a lot of work,
and in practice it works well enough.

PR #3011 <https://github.com/Genymobile/scrcpy/pull/3011>
2022-02-20 17:39:36 +01:00
..
prebuilt-deps Build for Windows with libusb support 2022-02-20 17:39:12 +01:00
src Make intr optional for adb commands 2022-02-20 17:39:36 +01:00
tests Remove fprintf() in tests 2022-02-18 19:34:54 +01:00
meson.build Build for Windows with libusb support 2022-02-20 17:39:12 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.22 2022-01-29 15:44:52 +01:00
scrcpy.1 Remove "linux-only" mentions for HID/OTG features 2022-02-20 17:27:43 +01:00