scrcpy/app/src/util
Romain Vimont 40340509d9 Add interruptor utilities
Expose wrapper functions for interrupting blocking calls, for process
and sockets.
2021-11-13 22:54:18 +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
intr.c Introduce interruptor tool 2021-11-13 22:53:07 +01:00
intr.h Introduce interruptor tool 2021-11-13 22:53:07 +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 Split socket creation and connect/listen 2021-11-13 10:05:20 +01:00
net.h Split socket creation and connect/listen 2021-11-13 10:05:20 +01:00
net_intr.c Add interruptor utilities 2021-11-13 22:54:18 +01:00
net_intr.h Add interruptor utilities 2021-11-13 22:54:18 +01:00
process.c Introduce process observer 2021-11-13 10:02:23 +01:00
process.h Introduce process observer 2021-11-13 10:02:23 +01:00
process_intr.c Add interruptor utilities 2021-11-13 22:54:18 +01:00
process_intr.h Add interruptor utilities 2021-11-13 22:54:18 +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