scrcpy/app/src/util
Romain Vimont eb6afe7669 Move net_init() and net_cleanup() upwards
These two functions are global, define them at the top of the
implementation file. This is consistent with the header file.
2021-10-26 22:49:45 +02: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
log.c Expose function to get the current log level 2021-06-20 16:04:18 +02:00
log.h Expose function to get the current log level 2021-06-20 16:04:18 +02:00
net.c Move net_init() and net_cleanup() upwards 2021-10-26 22:49:45 +02:00
net.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
process.c Add read_pipe_all() 2021-10-26 21:30:04 +02:00
process.h Add read_pipe_all() 2021-10-26 21:30:04 +02:00
queue.h Rename queue to sc_queue 2021-07-14 00:35:10 +02:00
str_util.c Add strlist_contains() 2021-04-25 14:38:42 +02:00
str_util.h Merge branch 'master' into dev 2021-05-09 11:00:30 +02: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 buffering debugging tools 2021-07-14 14:54:22 +02:00