Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_core
/
984aa655df495cbefa03c37aa42431d210141ec1
/
adb
/
client
/
adb_client.cpp
ec5aa59
adb: don't cache failure to get features.
by Josh Gao
· 4 years, 9 months ago
fb4616b
adb: fix feature sets on devices that don't have them.
by Josh Gao
· 4 years, 10 months ago
6fc26df
[adb] Don't copy features set on each get()
by Yurii Zubrytskyi
· 5 years ago
ba6d1da
adb: add option to disable kill-server.
by Josh Gao
· 4 years, 11 months ago
3ec7be7
Revert "Revert "Support socket activation of adb server""
by Daniel Colascione
· 5 years ago
c77904e
Revert "Support socket activation of adb server"
by Raman Tenneti
· 5 years ago
4456b5f
Support socket activation of adb server
by Daniel Colascione
· 5 years ago
6e86174
Merge "[adb] Cache features set inside the client process"
by Songchun Fan
· 6 years ago
da9c767
adb: don't manually construct device selection prefix in forward.
by Josh Gao
· 6 years ago
e800af5
[adb] Cache features set inside the client process
by Yurii Zubrytskyi
· 6 years ago
27241a7
Revert "Revert "Add a way to turn off unique_fd's operator int.""
by Josh Gao
· 6 years ago
2c58e19
Revert "Add a way to turn off unique_fd's operator int."
by Ian Kasprzak
· 6 years ago
93d63c0
Add a way to turn off unique_fd's operator int.
by Josh Gao
· 6 years ago
5fe40a6
adb: Fix return value in error case
by Greg Kaiser
· 6 years ago
d10b7c4
adb: attempt to exec newer adb servers on Linux.
by Josh Gao
· 6 years ago
79797ec
adb: tell the client what transport it received.
by Josh Gao
· 6 years ago
74ccdf9
adb: convert more stuff to unique_fd.
by Josh Gao
· 6 years ago
af0e220
Combine tcp_connect and socket_spec_connect.
by Cody Schuffelen
· 6 years ago
c8ad0ca
adb: really make kill-server wait for server death
by Spencer Low
· 6 years ago
aed415c
[adb] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
2776845
adb: switch over to Android.bp.
by Josh Gao
· 7 years ago
[Renamed from adb/adb_client.cpp]
b122b17
adb: allow selection of a specific transport.
by Josh Gao
· 8 years ago
a019f78
adb: increase the shell command length limit.
by Josh Gao
· 8 years ago
b3c14ec
adb: make `adb kill-server` wait for the server to die.
by Josh Gao
· 8 years ago
fd713e5
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
2e82107
Merge "adb: fix two device offline problems."
by Treehugger Robot
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
1fc8f6e
Fix various adb error reporting bugs.
by Elliott Hughes
· 8 years ago
de80be3
Remove unused adb_set_transport.
by Elliott Hughes
· 8 years ago
4602adb
adb: add sysdeps/chrono.h for chrono literals on Win32.
by Josh Gao
· 8 years ago
dbe91ee
Switch adb over to <chrono>.
by Elliott Hughes
· 8 years ago
7f4ab76
Fix adb.
by Elliott Hughes
· 8 years ago
9c869b5
adb: allow use of arbitrary socket specs for command socket.
by Josh Gao
· 8 years ago
1f4ec19
adb: add reconnect command.
by Yabin Cui
· 9 years ago
d262122
adb: wait for adbd to die and respawn in root/unroot.
by Josh Gao
· 9 years ago
f3f6a1d
adb: add adb_get_feature_set.
by Josh Gao
· 9 years ago
7e6683c
Increase the maximum shell command length to 4096ish.
by Josh Gao
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
351ecd1
adb: fix adb client running out of sockets on Windows
by Spencer Low
· 9 years ago
8d28e19
Fix adb -d/-e error reporting.
by Elliott Hughes
· 9 years ago
5b73a10
Explain adb client/server version mismatch better.
by Elliott Hughes
· 9 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 9 years ago
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 9 years ago
aa24549
adb sync cleanup.
by Elliott Hughes
· 10 years ago
f18fc08
adb: start-server and kill-server error output
by Spencer Low
· 10 years ago
71635bb
adb: fix killing of old version of adb process
by Spencer Low
· 10 years ago
5200c66
adb: win32: initial IPv6 support and improved Winsock error reporting
by Spencer Low
· 10 years ago
381cfa9
Report getaddrinfo failures correctly.
by Elliott Hughes
· 10 years ago
3bcdaa2
Merge "Recognize IPv6 addresses for "adb connect"."
by Elliott Hughes
· 10 years ago
3d5f60d
Recognize IPv6 addresses for "adb connect".
by Elliott Hughes
· 10 years ago
8d8126a
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 10 years ago
424af02
Fix error handling/reporting for "adb forward" and "adb reverse".
by Elliott Hughes
· 10 years ago
6001c87
adb: win32: fix StringPrintf format string checking of %zd and PRIu64
by Spencer Low
· 10 years ago
142ec75
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
3bd73c1
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
ab52c18
Add WriteFdFmt and clean up more code.
by Elliott Hughes
· 10 years ago
e67f1f8
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
6452a89
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
1b600a9
Fix Win32 build.
by Elliott Hughes
· 10 years ago
078f0fc
Move __adb_error to std::string, and improve various errors.
by Elliott Hughes
· 10 years ago
9309ecb
Support the full length of USB serial numbers.
by Elliott Hughes
· 10 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
46270d2
adb doesn't actually use libzipfile.
by Elliott Hughes
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
[Renamed (98%) from adb/adb_client.c]
9b1fd96
Merge "Fix a writex transcription error."
by Dan Albert
· 10 years ago