scrcpy/app/src/util
Romain Vimont aa011832c1 Improve process API
Prefix symbols and constants names and improve documentation.
2021-11-12 22:44:37 +01:00
..
buffer_util.h Fix undefined left shift 2021-01-24 15:31:21 +01:00
cbuf.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
file.c Improve file API 2021-11-12 22:44:37 +01:00
file.h Improve file API 2021-11-12 22:44:37 +01:00
log.c Expose function to get the current log level 2021-06-20 16:04:18 +02:00
log.h Move scrcpy option structs to options.h 2021-10-27 18:43:47 +02:00
net.c Expose socket interruption 2021-10-27 18:41:58 +02:00
net.h Expose socket interruption 2021-10-27 18:41:58 +02:00
process.c Improve process API 2021-11-12 22:44:37 +01:00
process.h Improve process API 2021-11-12 22:44:37 +01:00
queue.h Rename queue to sc_queue 2021-07-14 00:35:10 +02:00
str_util.c Add line wrapper 2021-11-11 14:55:53 +01:00
str_util.h Add line wrapper 2021-11-11 14:55:53 +01:00
strbuf.c Add string buffer util 2021-11-11 14:55:52 +01:00
strbuf.h Add string buffer util 2021-11-11 14:55:52 +01:00
term.c Add util function to get terminal size 2021-11-11 15:22:39 +01:00
term.h Add util function to get terminal size 2021-11-11 15:22:39 +01:00
thread.c Replace delay by deadline in timedwait() 2021-07-14 14:22:32 +02:00
thread.h Replace delay by deadline in timedwait() 2021-07-14 14:22:32 +02:00
tick.c Wrap tick API 2021-07-14 14:22:32 +02:00
tick.h Add missing include "common.h" 2021-11-06 19:26:29 +01:00