34 Commits (ce225f019accf3c9e043a04a7a405d76fb5b0888)

Author SHA1 Message Date
Romain Vimont ce225f019a Use new user-friendly adb API
4 years ago
Romain Vimont afb5a5e80f Rename adb functions to adb_exec_*
4 years ago
Romain Vimont 84334cf7db Use sc_intr in file_handler
4 years ago
Romain Vimont 0ba2686e1d Simplify file_handler
4 years ago
Romain Vimont 55648d4d64 Improve file_handler readability
4 years ago
Romain Vimont 443cb14d6e Assume non-NULL serial in file_handler
4 years ago
Romain Vimont aa011832c1 Improve process API
4 years ago
Romain Vimont a1f2094787 Push to /sdcard/Download/ by default
5 years ago
Romain Vimont f6320c7e31 Wrap SDL thread functions into scrcpy-specific API
5 years ago
Romain Vimont 30e619d37f Replace SDL_strdup() by strdup()
5 years ago
Romain Vimont d8e9ad20b0 Improve file handler error message
5 years ago
Romain Vimont 7afd149f4b Fix file_handler process race condition
5 years ago
Romain Vimont 6a50231698 Expose a single process_wait()
5 years ago
Romain Vimont b8edcf52b0 Simplify process_wait()
5 years ago
Romain Vimont 59feb2a15c Group common includes into common.h
5 years ago
Romain Vimont 821c175730 Rename process_simple_wait to process_wait
5 years ago
Romain Vimont 4bd9da4c93 Split command into process and adb
5 years ago
Romain Vimont 510caff0cd Replace SDL_assert() by assert()
6 years ago
Romain Vimont dfd0707a29 Move utilities to util/
6 years ago
Romain Vimont a90ccbdf3b Add option to change the push target
6 years ago
Romain Vimont 056e47e752 Replace "cannot" by "could not"
7 years ago
Romain Vimont 073181b294 Use cbuf for file handler request queue
7 years ago
Romain Vimont 507b0bcccf Fix memory leak on error
7 years ago
Romain Vimont a41dd6c79f Make owned filename a pointer-to-non-const
7 years ago
Romain Vimont c3779d8513 Make owned serial a pointer-to-non-const
7 years ago
Romain Vimont b3bd5f1b80 Remove useless casts to (void *)
7 years ago
Romain Vimont dfed1b250e Replace SDL types by C99 standard types
7 years ago
Romain Vimont aeda583a2c Update code style
7 years ago
Romain Vimont 536b31829a Separate multi-words filenames by '_'
7 years ago
Romain Vimont 6581f9feb9 Make request_queue functions static
7 years ago
Romain Vimont 359685b1db Simplify SDL_assert() calls
7 years ago
Romain Vimont 4527be4cde Add missing include config.h
7 years ago
npes87184 66f45f9dae Support drag&drop a file to transfer it to device
7 years ago
npes87184 aa97eed24b installer -> file_handler
7 years ago