scrcpy/app/src/util
Romain Vimont 143bfc0395 Expose inherit flag for process execution
Let the caller decide if stdout and stderr must be inherited on process
creation, i.e. if stdout and stderr of the child process should be
printed in the scrcpy console.

This allows to get output and errors for specific adb commands depending
on the context.
2021-11-20 00:21:46 +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 Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 2021-11-14 01:22:22 +01:00
intr.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 2021-11-14 01:22:22 +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 Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 2021-11-14 01:22:22 +01:00
net.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 2021-11-14 01:22:22 +01:00
net_intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 2021-11-14 01:22:22 +01:00
net_intr.h Add interruptor utilities 2021-11-13 22:54:18 +01:00
process.c Expose inherit flag for process execution 2021-11-20 00:21:46 +01:00
process.h Expose inherit flag for process execution 2021-11-20 00:21:46 +01:00
process_intr.c Add interruptible function to read from pipe 2021-11-18 19:39:11 +01:00
process_intr.h Add interruptible function to read from pipe 2021-11-18 19:39:11 +01:00
queue.h Rename queue to sc_queue 2021-07-14 00:35:10 +02:00
str.c Simplify sc_str_truncate() 2021-11-18 19:37:53 +01:00
str.h Generalize string trunctation util function 2021-11-18 18:48:16 +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