You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/tests
Romain Vimont 669e9a8d1e Fix "ip route" parsing
If a line did not end with '\r', then the final `\n' was replaced by
'\0' for parsing the current line. This `\0` was then mistakenly
considered as the end of the whole "ip route" output, so the remaining
lines were not parsed, causing "scrcpy --tcpip" to fail in some cases.

To fix the issue, read the final character of the current line before it
is (possibly) overwritten by '\0'.
1 year ago
..
test_adb_parser.c Fix "ip route" parsing 1 year ago
test_binary.c Add conversion from float to fixed-point i16 2 years ago
test_bytebuf.c Simplify bytebuf naming 2 years ago
test_cli.c Rename --bit-rate to --video-bit-rate 2 years ago
test_control_msg_serialize.c Forward action button to device 2 years ago
test_device_msg_deserialize.c Add device clipboard set acknowledgement 3 years ago
test_str.c Remove confusing sc_str_truncate() 3 years ago
test_strbuf.c Add missing includes 3 years ago
test_vecdeque.c Introduce VecDeque 2 years ago
test_vector.c Add sc_vector 3 years ago