index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
file_sync_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --sync support to push.
Dan Albert
2017-05-19
1
-7
/
+18
*
Move adb_dirname and adb_basename to libbase
Colin Cross
2017-02-27
1
-7
/
+9
*
adb: remove extraneous stat in sync_recv.
Josh Gao
2016-12-12
1
-10
/
+4
*
Revert "Revert "adb: extend sync protocol's stat support.""
Josh Gao
2016-12-05
1
-65
/
+173
*
Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""
Josh Gao
2016-12-05
1
-2
/
+0
*
Revert "adb: extend sync protocol's stat support."
Josh Gao
2016-12-05
1
-173
/
+65
*
Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."
Josh Gao
2016-12-05
1
-0
/
+2
*
adb: move adb_strerror to sysdeps/win32/errno.cpp.
Josh Gao
2016-11-30
1
-2
/
+0
*
adb: extend sync protocol's stat support.
Josh Gao
2016-11-30
1
-65
/
+173
*
adb: make sure that file mode macros match linux.
Josh Gao
2016-11-21
1
-6
/
+3
*
adb: fix progress percentage when pulling symlinks.
Josh Gao
2016-11-17
1
-1
/
+1
*
adb: let `adb push` follow symlinks.
Josh Gao
2016-09-14
1
-1
/
+1
*
adb: correctly fix merge conflict.
Josh Gao
2016-08-05
1
-2
/
+1
*
resolve merge conflicts of e012de5 to stage-aosp-master
Josh Gao
2016-08-04
1
-75
/
+188
|
\
|
*
adb: improve display of transfer rate.
Josh Gao
2016-08-04
1
-78
/
+177
|
*
adb: add missing newline when printing transfer rate.
Josh Gao
2016-08-04
1
-6
/
+18
|
*
adb: fix output of `sync -l`
Josh Gao
2016-08-04
1
-1
/
+1
*
|
Merge \"Fix clang-tidy performance warnings in syste/core.\"
Chih-Hung Hsieh
2016-08-01
1
-1
/
+1
|
\
|
|
*
Fix clang-tidy performance warnings in syste/core.
Chih-Hung Hsieh
2016-08-01
1
-1
/
+1
|
*
adb: mkdir the correct directory name when pulling.
Josh Gao
2016-03-03
1
-1
/
+1
|
*
adb: cleanup file skipping logic.
Josh Gao
2016-03-03
1
-34
/
+45
|
*
adb: report progress for small files.
Josh Gao
2016-03-01
1
-0
/
+1
|
*
adb: fix directory creation logic.
Josh Gao
2016-02-26
1
-21
/
+6
|
*
adb: check for an error response from adbd between each write.
Josh Gao
2016-02-19
1
-3
/
+28
*
|
Implements 'adb bugreport <ZIP_FILE>'.
Felipe Leme
2016-04-13
1
-4
/
+5
*
|
adb: mkdir the correct directory name when pulling.
Josh Gao
2016-03-03
1
-1
/
+1
*
|
adb: cleanup file skipping logic.
Josh Gao
2016-03-03
1
-34
/
+45
*
|
adb: report progress for small files.
Josh Gao
2016-03-03
1
-0
/
+1
*
|
adb: fix directory creation logic.
Josh Gao
2016-03-03
1
-21
/
+6
*
|
adb: check for an error response from adbd between each write.
Josh Gao
2016-02-22
1
-3
/
+28
|
/
*
adb: don't append a slash to a path that already ends with one.
Josh Gao
2016-02-03
1
-2
/
+5
*
Give adb a proper progress bar.
Elliott Hughes
2015-12-18
1
-92
/
+124
*
Merge "adb: make pulling symlinks and devices work."
Josh Gao
2015-12-11
1
-72
/
+81
|
\
|
*
adb: make pulling symlinks and devices work.
Josh Gao
2015-12-11
1
-72
/
+81
*
|
Simplify adb LinePrinter newline handling.
Elliott Hughes
2015-12-09
1
-8
/
+7
|
/
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-3
/
+3
*
Merge "adb: don't divide by zero"
Josh Gao
2015-12-02
1
-4
/
+17
|
\
|
*
adb: don't divide by zero
Josh Gao
2015-11-30
1
-4
/
+17
*
|
Merge "Fix "adb sync" (and "adb push") error reporting."
Elliott Hughes
2015-12-02
1
-26
/
+40
|
\
\
|
*
|
Fix "adb sync" (and "adb push") error reporting.
Elliott Hughes
2015-11-20
1
-26
/
+40
|
|
/
*
|
adb: don't pull symlinks when pulling a directory
Josh Gao
2015-11-30
1
-1
/
+4
*
|
adb: remove extraneous newline from skip message
Josh Gao
2015-11-30
1
-1
/
+1
*
|
adb: correctly count skipped files in push/pull
Josh Gao
2015-11-30
1
-8
/
+11
|
/
*
Move SendLargeFile into SyncConnection.
Elliott Hughes
2015-11-20
1
-69
/
+69
*
adb: don't use adb_dirname in between getting and printing errno.
Josh Gao
2015-11-17
1
-3
/
+3
*
adb: don't pull symlinks.
Josh Gao
2015-11-13
1
-2
/
+1
*
adb: properly handle path separators on Windows.
Josh Gao
2015-11-11
1
-62
/
+44
*
adb: don't explode directories when pushing/pulling.
Josh Gao
2015-11-11
1
-15
/
+47
*
adb: improve error handling, comments.
Josh Gao
2015-11-11
1
-36
/
+62
*
Merge "adb: don't try to pull character or block devices."
Josh Gao
2015-11-10
1
-1
/
+2
|
\
[next]