Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
d2acbd19312a66cbee2c49f455eddd82b6700d1d
/
adb
/
transport.cpp
d2acbd1
adb: add help text for USB permission errors.
by David Pursell
· 10 years ago
b7b1edf
adb: remove exit-time destructors.
by Josh Gao
· 10 years ago
363af56
adb/base: minor compiler portability improvements
by Spencer Low
· 10 years ago
79e1c7a
AOSP master doesn't have "cmd".
by Elliott Hughes
· 10 years ago
6fa848a
use new cmd command
by Todd Kennedy
· 10 years ago
65fe251
Use const auto&/auto&& in adb.
by Elliott Hughes
· 10 years ago
8d28e19
Fix adb -d/-e error reporting.
by Elliott Hughes
· 10 years ago
70ef7b4
adb: put legacy shell: service back in.
by David Pursell
· 10 years ago
a36f4d6
Merge "adb: bump server version to prevent feature mismatch."
by David Pursell
· 10 years ago
d2b588e
adb: fix adbd feature parsing for no features.
by David Pursell
· 10 years ago
bbe3d21
adb: bump server version to prevent feature mismatch.
by David Pursell
· 10 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 10 years ago
4e2fd36
adb: add -Tt options to `adb shell`.
by David Pursell
· 10 years ago
606835a
adb: add client side shell protocol and enable.
by David Pursell
· 10 years ago
0955c66
adb: implement shell protocol.
by David Pursell
· 10 years ago
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 10 years ago
d6ab3c2
adb: improve names for transport threads.
by Yabin Cui
· 10 years ago
0c3914a
Distinguish transport threads.
by Elliott Hughes
· 10 years ago
49ee7cf
adb: set thread names (linux & mac)
by Siva Velusamy
· 10 years ago
b329824
adb: clean up transport disconnect operations.
by Yabin Cui
· 10 years ago
12d7f09
adb: call run_transport_disconnects() only once.
by Yabin Cui
· 10 years ago
f4b9928
adb: disconnect: fix write-after-free memory corruption and crash.
by Yabin Cui
· 10 years ago
f306812
Merge "adb: fix a fake data race on transport:kick reported by tsan."
by Yabin Cui
· 10 years ago
d8459b3
adb: fix a fake data race on transport:kick reported by tsan.
by Yabin Cui
· 10 years ago
34f45c5
adb: keep all asocket operations in the main thread.
by Yabin Cui
· 10 years ago
8fcd8bc
EINTR is handled by adb_read/unix_read and friends.
by Elliott Hughes
· 10 years ago
aa24549
adb sync cleanup.
by Elliott Hughes
· 10 years ago
1792c23
Add feature list to connection banner.
by Dan Albert
· 10 years ago
6264129
Make clear of the data length sent by write_packet.
by Yabin Cui
· 10 years ago
3d2904c
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 10 years ago
8d8126a
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 10 years ago
64d303a
Fix adbd/adb server confusion in an error message.
by Elliott Hughes
· 10 years ago
e2d3677
Improve the "device '(null)' not found" error.
by Elliott Hughes
· 10 years ago
c7915a3
Make atransport be a real class.
by Dan Albert
· 10 years ago
dcd78a1
Make connection states a proper type.
by Dan Albert
· 10 years ago
d99d902
Be tolerant of devices that don't report serials.
by Dan Albert
· 10 years ago
9b0f354
Simplify adb_thread_create.
by Elliott Hughes
· 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
dc3b459
Add missing null checks after allocations.
by Elliott Hughes
· 10 years ago
0b8ecb3
Merge "Remove extern "C" barriers to using C++."
by Elliott Hughes
· 10 years ago
2d4121c
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
7be29c8
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
09a45a1
Fix "adb devices -l".
by Elliott Hughes
· 10 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
[Renamed (97%) from adb/transport.c]
9b1fd96
Merge "Fix a writex transcription error."
by Dan Albert
· 10 years ago