summaryrefslogtreecommitdiff
path: root/adb/daemon/file_sync_service.cpp
AgeCommit message (Expand)Author
2020-10-22Migrate system/core/adb to packages/modules/adbBaligh Uddin
2020-05-28adb: implement zstd compression for file sync.Josh Gao
2020-04-02adb: add dry-run option to push/sync.Josh Gao
2020-04-02adb: implement LZ4 compression.Josh Gao
2020-04-02adb: fix use of wrong union variant.Josh Gao
2020-04-02adb: add interfaces for Encoder/Decoder.Josh Gao
2020-04-01adbd: delete unused variable.Josh Gao
2020-04-01adb: move things around to prepare to add LZ4.Josh Gao
2020-03-26adb: implement compression for file sync.Josh Gao
2020-02-19adbd: remove static dependency on libcutils.Josh Gao
2019-08-12adb: add ls_v2.Josh Gao
2019-08-12adb: rename syncmsg::*::time to mtime.Josh Gao
2019-05-01adbd: move posix_fadvise after open.Josh Gao
2019-04-25Revert "Add a way to turn off unique_fd's operator int."Ian Kasprzak
2019-04-24Add a way to turn off unique_fd's operator int.Josh Gao
2019-03-26adb: Avoid extra std::string copiesGreg Kaiser
2019-03-14Revert "Handle adb sync with Bionic under /bionic"Jiyong Park
2019-02-20adb: update symlink timestamps.Josh Gao
2019-01-30Handle adb sync with Bionic under /bionicJiyong Park
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2019-01-23adbd: compile for host.Josh Gao
2018-10-08adb: identical symlink, do not updateMark Salyzyn
2018-07-25adb: use adb's unique_fd instead of android::base.Josh Gao
2018-07-25adb: split file_sync_service.h into client and daemon parts.Josh Gao
2018-07-18adb: Modernize the service creationLuis Hector Chavez
2018-07-09adbd: fix spurious failure to create dirs when pushing.Josh Gao
2018-04-04Support /odm and /product in "adb remount" and "adb sync".Elliott Hughes
2018-02-28adb: switch over to Android.bp.Josh Gao