1450 Commits (b7e631791cc0c9af407c9f625047754f6adf369c)
 

Author SHA1 Message Date
Romain Vimont b7e631791c Add util function to remove trailing '\r'
4 years ago
Romain Vimont b52f87a892 Add util function to locate a column in a string
4 years ago
Romain Vimont 3bf6fd2894 Workaround "adb connect" error detection
4 years ago
Romain Vimont bfce22414f Add adb connect and disconnect
4 years ago
Romain Vimont e6e6f865a0 Add adb flag to disable execution error logs
4 years ago
Romain Vimont e3d4aa8c5d Use flags for adb commands
4 years ago
Romain Vimont f801d8b312 Expose flags for process execution
4 years ago
Romain Vimont b9b8b6aab8 Simplify Windows process inheritance configuration
4 years ago
Romain Vimont 3e54773c48 Remove intermediate static functions from adb.c
4 years ago
Romain Vimont b90c89766b Set CLOEXEC flag on sockets
4 years ago
Romain Vimont 904f0ae61e Check process success locally for adb commands
4 years ago
Romain Vimont 680d2cc940 Extract command argv building
4 years ago
Romain Vimont 8ed3328055 Use unsigned for connection attempts count
4 years ago
Romain Vimont d31725f077 Reorder cli sanity checks
4 years ago
Romain Vimont b0eb1a55d6 Fix adb get-serialno error handling
4 years ago
Romain Vimont 3653fb6b15 Add OutOfMemory log helper
4 years ago
Romain Vimont 92a458e846 Remove unreachable return statements
4 years ago
Romain Vimont 73e0311d14 Add missing return on file_handler failure
4 years ago
Romain Vimont 007f616302 Add missing includes
4 years ago
Romain Vimont 4c47598865 Make lockVideoOrientation option name uniform
4 years ago
Romain Vimont 7b29f5fd2d Do not pass default values to the server
4 years ago
Romain Vimont 04e5537f8c Pass server parameters as key=value pairs
4 years ago
Romain Vimont 2eb881c5f1 Allocate and format server command args
4 years ago
Romain Vimont 2c3099e2de Parse codec options early
4 years ago
Romain Vimont 5434ea543c Remove local "serial" variable
4 years ago
Romain Vimont d5f6697f3a Add (v)asprintf compatibility functions
4 years ago
Romain Vimont d6c0054545 Move check_functions in meson script
4 years ago
Romain Vimont 6f487a2892 Add missing includes in compat implementation
4 years ago
Romain Vimont dc0ac01e00 Define common feature test macros for all systems
4 years ago
Romain Vimont 6abff46c9f Add option to disable clipboard autosync
4 years ago
Romain Vimont 5d17bcf1bc Wait SET_CLIPBOARD ack before Ctrl+v via HID
4 years ago
Romain Vimont 2d5525eac1 Move PRIu64 Windows workaround to compat.h
4 years ago
Romain Vimont 41abe021e2 Make the device acknowledge device clipboard
4 years ago
Romain Vimont 2a0730ee9b Add device clipboard set acknowledgement
4 years ago
Romain Vimont 901d837165 Add sequence number to set_clipboard request
4 years ago
Romain Vimont aba1fc03c3 Add acksync helper to wait for acks
4 years ago
Romain Vimont 5b3856c3b6 Explicitly indicate when device clipboard is set
4 years ago
Romain Vimont 854de9659a Do not inject Ctrl+v if clipboard sync failed
4 years ago
Romain Vimont ea8028332c Synchronize computer-to-device empty clipboard
4 years ago
Romain Vimont 0427a981e5 Use UINT64_C macro for uint64_t constant in tests
4 years ago
Romain Vimont 44721ed982 Document remote ADB server in README
4 years ago
Romain Vimont 68eaee5bb0 Force adb forward if tunnel host/port is provided
4 years ago
RipleyTom 7bdbde7363 Add options to configure tunnel host and port
4 years ago
RipleyTom 52e5181c84 Add function to parse IPv4 addresses
4 years ago
Romain Vimont ba547e3895 Configure feature test macros in meson
4 years ago
Romain Vimont 226f3b2c91 Add missing include config.h
4 years ago
Romain Vimont 2d6a96776c Improve SSH tunnel documentation in README
4 years ago
Romain Vimont 6da6d905c2 Print scrcpy header first
4 years ago
Romain Vimont b25404ee4b Print help to stdout
4 years ago
Romain Vimont 4cfc1cd70a Assert that long options are correctly set
4 years ago