index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adb
/
daemon
/
file_sync_service.cpp
Age
Commit message (
Expand
)
Author
2020-10-22
Migrate system/core/adb to packages/modules/adb
Baligh Uddin
2020-05-28
adb: implement zstd compression for file sync.
Josh Gao
2020-04-02
adb: add dry-run option to push/sync.
Josh Gao
2020-04-02
adb: implement LZ4 compression.
Josh Gao
2020-04-02
adb: fix use of wrong union variant.
Josh Gao
2020-04-02
adb: add interfaces for Encoder/Decoder.
Josh Gao
2020-04-01
adbd: delete unused variable.
Josh Gao
2020-04-01
adb: move things around to prepare to add LZ4.
Josh Gao
2020-03-26
adb: implement compression for file sync.
Josh Gao
2020-02-19
adbd: remove static dependency on libcutils.
Josh Gao
2019-08-12
adb: add ls_v2.
Josh Gao
2019-08-12
adb: rename syncmsg::*::time to mtime.
Josh Gao
2019-05-01
adbd: move posix_fadvise after open.
Josh Gao
2019-04-25
Revert "Add a way to turn off unique_fd's operator int."
Ian Kasprzak
2019-04-24
Add a way to turn off unique_fd's operator int.
Josh Gao
2019-03-26
adb: Avoid extra std::string copies
Greg Kaiser
2019-03-14
Revert "Handle adb sync with Bionic under /bionic"
Jiyong Park
2019-02-20
adb: update symlink timestamps.
Josh Gao
2019-01-30
Handle adb sync with Bionic under /bionic
Jiyong Park
2019-01-23
adb: convert more stuff to unique_fd.
Josh Gao
2019-01-23
adbd: compile for host.
Josh Gao
2018-10-08
adb: identical symlink, do not update
Mark Salyzyn
2018-07-25
adb: use adb's unique_fd instead of android::base.
Josh Gao
2018-07-25
adb: split file_sync_service.h into client and daemon parts.
Josh Gao
2018-07-18
adb: Modernize the service creation
Luis Hector Chavez
2018-07-09
adbd: fix spurious failure to create dirs when pushing.
Josh Gao
2018-04-04
Support /odm and /product in "adb remount" and "adb sync".
Elliott Hughes
2018-02-28
adb: switch over to Android.bp.
Josh Gao