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.
RipleyTom 52e5181c84
Add function to parse IPv4 addresses
4 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 4 years ago
file.h Improve file API 4 years ago
intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 4 years ago
intr.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 4 years ago
log.c Expose function to get the current log level 5 years ago
log.h Move scrcpy option structs to options.h 4 years ago
net.c Add function to parse IPv4 addresses 4 years ago
net.h Add function to parse IPv4 addresses 4 years ago
net_intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 4 years ago
net_intr.h Add interruptor utilities 4 years ago
process.c Introduce process observer 4 years ago
process.h Introduce process observer 4 years ago
process_intr.c Add interruptible function to read from pipe 4 years ago
process_intr.h Add interruptible function to read from pipe 4 years ago
queue.h Rename queue to sc_queue 5 years ago
str.c Simplify sc_str_truncate() 4 years ago
str.h Generalize string trunctation util function 4 years ago
strbuf.c Add string buffer util 4 years ago
strbuf.h Add string buffer util 4 years ago
term.c Add util function to get terminal size 4 years ago
term.h Add util function to get terminal size 4 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" 4 years ago