summaryrefslogtreecommitdiff
path: root/adb/file_sync_client.cpp
AgeCommit message (Expand)Author
2018-02-28adb: switch over to Android.bp.Josh Gao
2017-08-10adb: Use kernel aio for functionfs.Jerry Zhang
2017-05-19Add --sync support to push.Dan Albert
2017-02-27Move adb_dirname and adb_basename to libbaseColin Cross
2016-12-12adb: remove extraneous stat in sync_recv.Josh Gao
2016-12-05Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao
2016-12-05Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""Josh Gao
2016-12-05Revert "adb: extend sync protocol's stat support."Josh Gao
2016-12-05Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."Josh Gao
2016-11-30adb: move adb_strerror to sysdeps/win32/errno.cpp.Josh Gao
2016-11-30adb: extend sync protocol's stat support.Josh Gao
2016-11-21adb: make sure that file mode macros match linux.Josh Gao
2016-11-17adb: fix progress percentage when pulling symlinks.Josh Gao
2016-09-14adb: let `adb push` follow symlinks.Josh Gao
2016-08-05adb: correctly fix merge conflict.Josh Gao
2016-08-04resolve merge conflicts of e012de5 to stage-aosp-masterJosh Gao
2016-08-04adb: improve display of transfer rate.Josh Gao
2016-08-04adb: add missing newline when printing transfer rate.Josh Gao
2016-08-04adb: fix output of `sync -l`Josh Gao
2016-08-01Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh
2016-08-01Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh
2016-04-13Implements 'adb bugreport <ZIP_FILE>'.Felipe Leme
2016-03-03adb: mkdir the correct directory name when pulling.Josh Gao
2016-03-03adb: cleanup file skipping logic.Josh Gao
2016-03-03adb: report progress for small files.Josh Gao
2016-03-03adb: fix directory creation logic.Josh Gao
2016-03-03adb: mkdir the correct directory name when pulling.Josh Gao
2016-03-03adb: cleanup file skipping logic.Josh Gao
2016-03-01adb: report progress for small files.Josh Gao
2016-02-26adb: fix directory creation logic.Josh Gao
2016-02-22adb: check for an error response from adbd between each write.Josh Gao
2016-02-19adb: check for an error response from adbd between each write.Josh Gao
2016-02-03adb: don't append a slash to a path that already ends with one.Josh Gao
2015-12-18Give adb a proper progress bar.Elliott Hughes
2015-12-11Merge "adb: make pulling symlinks and devices work."Josh Gao
2015-12-11adb: make pulling symlinks and devices work.Josh Gao
2015-12-09Simplify adb LinePrinter newline handling.Elliott Hughes
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-12-02Merge "adb: don't divide by zero"Josh Gao
2015-12-02Merge "Fix "adb sync" (and "adb push") error reporting."Elliott Hughes
2015-11-30adb: don't divide by zeroJosh Gao
2015-11-30adb: don't pull symlinks when pulling a directoryJosh Gao
2015-11-30adb: remove extraneous newline from skip messageJosh Gao
2015-11-30adb: correctly count skipped files in push/pullJosh Gao
2015-11-20Fix "adb sync" (and "adb push") error reporting.Elliott Hughes
2015-11-20Move SendLargeFile into SyncConnection.Elliott Hughes
2015-11-17adb: don't use adb_dirname in between getting and printing errno.Josh Gao
2015-11-13adb: don't pull symlinks.Josh Gao
2015-11-11adb: properly handle path separators on Windows.Josh Gao
2015-11-11adb: don't explode directories when pushing/pulling.Josh Gao