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
/
adb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: remove SendConnectOnHost.
Josh Gao
2017-10-02
1
-14
/
+1
*
adb: allow selection of a specific transport.
Josh Gao
2017-08-21
1
-13
/
+21
*
Give a clear error message if we can't start the server.
Elliott Hughes
2017-06-20
1
-7
/
+26
*
adb: reunregress waiting for device on start-server.
Josh Gao
2017-05-31
1
-0
/
+4
*
Add host feature for `push --sync` support.
Dan Albert
2017-05-23
1
-0
/
+1
*
adb: silence noise.
Josh Gao
2017-05-12
1
-6
/
+0
*
Merge changes I394f5782,I9475f5d0,I59707186
Josh Gao
2017-05-10
1
-7
/
+4
|
\
|
*
adb: make `adb kill-server` wait for the server to die.
Josh Gao
2017-05-09
1
-7
/
+4
*
|
Show the "platform tools" version in adb/fastboot --version.
Elliott Hughes
2017-05-09
1
-2
/
+2
|
/
*
adb: wait for devices to come up instead of sleeping for 3s.
Josh Gao
2017-05-04
1
-4
/
+51
*
Merge "adb: fix two device offline problems."
Treehugger Robot
2017-04-20
1
-27
/
+36
|
\
|
*
adb: fix two device offline problems.
Yabin Cui
2017-04-20
1
-27
/
+36
*
|
Fix various adb error reporting bugs.
Elliott Hughes
2017-04-18
1
-25
/
+23
|
/
*
Show install path in "adb --version" and "fastboot --version".
Elliott Hughes
2017-03-30
1
-4
/
+6
*
adb: add `adb host-features`, report libusb status.
Josh Gao
2017-02-22
1
-0
/
+12
*
adb: add libusb implementation for Linux/Darwin.
Josh Gao
2017-01-25
1
-1
/
+2
*
Switch adb over to <chrono>.
Elliott Hughes
2016-11-16
1
-1
/
+4
*
adb: add `adb reconnect offline` to reconnect offline devices.
Josh Gao
2016-10-27
1
-0
/
+25
*
adb: rationalize types.
Josh Gao
2016-10-06
1
-0
/
+12
*
adb: split up adb_auth.cpp.
Josh Gao
2016-10-06
1
-13
/
+25
*
Switch adb to <android-base/properties.h>.
Elliott Hughes
2016-09-26
1
-6
/
+4
*
adb: allow use of arbitrary socket specs for command socket.
Josh Gao
2016-09-01
1
-8
/
+5
*
Add android::base::GetExecutablePath, switch adb and fastboot over.
Elliott Hughes
2016-09-01
1
-6
/
+7
*
adb: increase the authentication throttling limit.
Josh Gao
2016-08-22
1
-1
/
+1
*
Clean up key handling in adb.
Elliott Hughes
2016-08-11
1
-11
/
+3
*
Remove unnecessary ARRAY_SIZE macros.
Elliott Hughes
2016-06-28
1
-2
/
+0
*
Minor adb style fixes.
Elliott Hughes
2016-06-15
1
-9
/
+10
*
adb: replace failing exits in adbd with abort().
Josh Gao
2016-05-14
1
-8
/
+21
*
adb: support forwarding TCP port 0.
David Pursell
2016-05-09
1
-3
/
+10
*
Merge "adb: add reconnect command."
Yabin Cui
2016-04-16
1
-0
/
+7
|
\
|
*
adb: add reconnect command.
Yabin Cui
2016-04-05
1
-0
/
+7
*
|
Switch fs_mgr and adb to libcrypto_utils.
Mattias Nissler
2016-04-12
1
-1
/
+2
|
/
*
adb: setsid() for adb host server.
Yabin Cui
2016-02-09
1
-2
/
+0
*
adb: win32: fix start-server to properly display UTF-8 on the console
Spencer Low
2016-02-03
1
-21
/
+64
*
base: add SystemErrorCodeToString() function.
David Pursell
2016-02-01
1
-9
/
+10
*
base: add network address parsing function from adb.
David Pursell
2016-01-21
1
-1
/
+2
*
Increase the maximum shell command length to 4096ish.
Josh Gao
2016-01-15
1
-2
/
+1
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-4
/
+4
*
adb: fix adb client running out of sockets on Windows
Spencer Low
2015-10-30
1
-3
/
+5
*
Use const auto&/auto&& in adb.
Elliott Hughes
2015-10-07
1
-1
/
+1
*
Fix adb -d/-e error reporting.
Elliott Hughes
2015-10-07
1
-18
/
+30
*
adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.
Yabin Cui
2015-09-30
1
-0
/
+5
*
adb: fix adbd feature parsing for no features.
David Pursell
2015-09-25
1
-0
/
+4
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-140
/
+1
*
adb: add -Tt options to `adb shell`.
David Pursell
2015-09-22
1
-19
/
+3
*
Merge "Add unit tests for local socket."
Yabin Cui
2015-09-17
1
-1
/
+4
|
\
|
*
Add unit tests for local socket.
Yabin Cui
2015-09-16
1
-1
/
+4
*
|
adb: win32: fix regression on older versions of Windows
Spencer Low
2015-09-16
1
-17
/
+26
|
/
*
adb: move adb to poll.
Yabin Cui
2015-09-15
1
-0
/
+1
*
adb: implement shell protocol.
David Pursell
2015-09-11
1
-1
/
+1
[next]