You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Romain Vimont 5d17bcf1bc
Wait SET_CLIPBOARD ack before Ctrl+v via HID
5 years ago
..
acksync.c Add acksync helper to wait for acks 5 years ago
acksync.h Wait SET_CLIPBOARD ack before Ctrl+v via HID 5 years ago
buffer_util.h Fix undefined left shift 5 years ago
cbuf.h Define feature test macros in common.h 5 years ago
file.c Improve file API 5 years ago
file.h Improve file API 5 years ago
intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 5 years ago
intr.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 5 years ago
log.c Expose function to get the current log level 5 years ago
log.h Move scrcpy option structs to options.h 5 years ago
net.c Add function to parse IPv4 addresses 5 years ago
net.h Add function to parse IPv4 addresses 5 years ago
net_intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 5 years ago
net_intr.h Add interruptor utilities 5 years ago
process.c Introduce process observer 5 years ago
process.h Introduce process observer 5 years ago
process_intr.c Add interruptible function to read from pipe 5 years ago
process_intr.h Add interruptible function to read from pipe 5 years ago
queue.h Rename queue to sc_queue 5 years ago
str.c Simplify sc_str_truncate() 5 years ago
str.h Generalize string trunctation util function 5 years ago
strbuf.c Add string buffer util 5 years ago
strbuf.h Add string buffer util 5 years ago
term.c Add util function to get terminal size 5 years ago
term.h Add util function to get terminal size 5 years ago
thread.c Replace delay by deadline in timedwait() 5 years ago
thread.h Replace delay by deadline in timedwait() 5 years ago
tick.c Wrap tick API 5 years ago
tick.h Add missing include "common.h" 5 years ago