You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/util
Romain Vimont aa011832c1 Improve process API
Prefix symbols and constants names and improve documentation.
3 years ago
..
buffer_util.h Fix undefined left shift 3 years ago
cbuf.h Define feature test macros in common.h 3 years ago
file.c Improve file API 3 years ago
file.h Improve file API 3 years ago
log.c Expose function to get the current log level 3 years ago
log.h Move scrcpy option structs to options.h 3 years ago
net.c Expose socket interruption 3 years ago
net.h Expose socket interruption 3 years ago
process.c Improve process API 3 years ago
process.h Improve process API 3 years ago
queue.h Rename queue to sc_queue 3 years ago
str_util.c Add line wrapper 3 years ago
str_util.h Add line wrapper 3 years ago
strbuf.c Add string buffer util 3 years ago
strbuf.h Add string buffer util 3 years ago
term.c Add util function to get terminal size 3 years ago
term.h Add util function to get terminal size 3 years ago
thread.c Replace delay by deadline in timedwait() 3 years ago
thread.h Replace delay by deadline in timedwait() 3 years ago
tick.c Wrap tick API 3 years ago
tick.h Add missing include "common.h" 3 years ago