summaryrefslogtreecommitdiffstats
path: root/adb/file_sync_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add --sync support to push.Dan Albert2017-05-191-7/+18
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-7/+9
* adb: remove extraneous stat in sync_recv.Josh Gao2016-12-121-10/+4
* Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao2016-12-051-65/+173
* Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""Josh Gao2016-12-051-2/+0
* Revert "adb: extend sync protocol's stat support."Josh Gao2016-12-051-173/+65
* Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."Josh Gao2016-12-051-0/+2
* adb: move adb_strerror to sysdeps/win32/errno.cpp.Josh Gao2016-11-301-2/+0
* adb: extend sync protocol's stat support.Josh Gao2016-11-301-65/+173
* adb: make sure that file mode macros match linux.Josh Gao2016-11-211-6/+3
* adb: fix progress percentage when pulling symlinks.Josh Gao2016-11-171-1/+1
* adb: let `adb push` follow symlinks.Josh Gao2016-09-141-1/+1
* adb: correctly fix merge conflict.Josh Gao2016-08-051-2/+1
* resolve merge conflicts of e012de5 to stage-aosp-masterJosh Gao2016-08-041-75/+188
|\
| * adb: improve display of transfer rate.Josh Gao2016-08-041-78/+177
| * adb: add missing newline when printing transfer rate.Josh Gao2016-08-041-6/+18
| * adb: fix output of `sync -l`Josh Gao2016-08-041-1/+1
* | Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh2016-08-011-1/+1
|\|
| * Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
| * adb: mkdir the correct directory name when pulling.Josh Gao2016-03-031-1/+1
| * adb: cleanup file skipping logic.Josh Gao2016-03-031-34/+45
| * adb: report progress for small files.Josh Gao2016-03-011-0/+1
| * adb: fix directory creation logic.Josh Gao2016-02-261-21/+6
| * adb: check for an error response from adbd between each write.Josh Gao2016-02-191-3/+28
* | Implements 'adb bugreport <ZIP_FILE>'.Felipe Leme2016-04-131-4/+5
* | adb: mkdir the correct directory name when pulling.Josh Gao2016-03-031-1/+1
* | adb: cleanup file skipping logic.Josh Gao2016-03-031-34/+45
* | adb: report progress for small files.Josh Gao2016-03-031-0/+1
* | adb: fix directory creation logic.Josh Gao2016-03-031-21/+6
* | adb: check for an error response from adbd between each write.Josh Gao2016-02-221-3/+28
|/
* adb: don't append a slash to a path that already ends with one.Josh Gao2016-02-031-2/+5
* Give adb a proper progress bar.Elliott Hughes2015-12-181-92/+124
* Merge "adb: make pulling symlinks and devices work."Josh Gao2015-12-111-72/+81
|\
| * adb: make pulling symlinks and devices work.Josh Gao2015-12-111-72/+81
* | Simplify adb LinePrinter newline handling.Elliott Hughes2015-12-091-8/+7
|/
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
* Merge "adb: don't divide by zero"Josh Gao2015-12-021-4/+17
|\
| * adb: don't divide by zeroJosh Gao2015-11-301-4/+17
* | Merge "Fix "adb sync" (and "adb push") error reporting."Elliott Hughes2015-12-021-26/+40
|\ \
| * | Fix "adb sync" (and "adb push") error reporting.Elliott Hughes2015-11-201-26/+40
| |/
* | adb: don't pull symlinks when pulling a directoryJosh Gao2015-11-301-1/+4
* | adb: remove extraneous newline from skip messageJosh Gao2015-11-301-1/+1
* | adb: correctly count skipped files in push/pullJosh Gao2015-11-301-8/+11
|/
* Move SendLargeFile into SyncConnection.Elliott Hughes2015-11-201-69/+69
* adb: don't use adb_dirname in between getting and printing errno.Josh Gao2015-11-171-3/+3
* adb: don't pull symlinks.Josh Gao2015-11-131-2/+1
* adb: properly handle path separators on Windows.Josh Gao2015-11-111-62/+44
* adb: don't explode directories when pushing/pulling.Josh Gao2015-11-111-15/+47
* adb: improve error handling, comments.Josh Gao2015-11-111-36/+62
* Merge "adb: don't try to pull character or block devices."Josh Gao2015-11-101-1/+2
|\