Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
39e990d477bef81f97dae63ceb0a78c9098b8183
/
adb
/
transport.h
1cdcc5f
Merge "adb: fix use after free of atransport."
by Treehugger Robot
· 6 years ago
90e9217
Merge "Enable "localfilesystem" UNIX domain socket for ADB."
by Treehugger Robot
· 6 years ago
607fd54
adb: fix use after free of atransport.
by Josh Gao
· 6 years ago
f4ddee0
Merge changes I6ff85723,Ia7d743d5
by Josh Gao
· 6 years ago
9a8366b
adb: remove atransport ref counting.
by Josh Gao
· 6 years ago
8bde191
Enable "localfilesystem" UNIX domain socket for ADB.
by Jason Jeremy Iman
· 6 years ago
2752326
adbd: use libadbd_auth for authentication.
by Josh Gao
· 6 years ago
7ea92d8
Using the correct feature name for abb_exec.
by Alex Buynytskyy
· 6 years ago
86ba5c9
Merge "adb: use shell for remount to forward return codes." am: edf8040152
by Josh Gao
· 6 years ago
8c2198c
adb: use shell for remount to forward return codes.
by Josh Gao
· 6 years ago
34a478f
adb: add ls_v2.
by Josh Gao
· 6 years ago
7eeda6b
Notify the framework when an adb key is authorized
by Michael Groover
· 6 years ago
3705b34
adb: make `adb reconnect` perform a USB reset.
by Josh Gao
· 6 years ago
7b1cb66
adb: update symlink timestamps.
by Josh Gao
· 7 years ago
eb0875d
adbd: fix TCP bind address.
by Josh Gao
· 7 years ago
a05b64d
Add native vsock support to ADB.
by Cody Schuffelen
· 7 years ago
776c2ec
adbd: compile for host.
by Josh Gao
· 7 years ago
01a65ee
Adding new feature to adb "abb".
by Alex Buynytskyy
· 7 years ago
ce5ce87
adb: remove incorrect use of RTTI.
by Josh Gao
· 7 years ago
4414e4c
adb: fix authentication when reconnecting.
by Josh Gao
· 7 years ago
fb08510
Add feature flag for b/110953234 fix.
by Josh Gao
· 7 years ago
29814de
Accept apex packages as argument.
by Dario Freni
· 7 years ago
c51726c
adbd: implement a nonblocking USB Connection.
by Josh Gao
· 7 years ago
fc2e56f
adb: don't try to reconnect emulators.
by Josh Gao
· 7 years ago
362e696
adb: report connection status when we're unauthorized.
by Josh Gao
· 7 years ago
3b4de3c
adb: delete hellish hodgepodge.
by Josh Gao
· 7 years ago
56300c9
adb: fix register_socket_transport related double-closes.
by Josh Gao
· 7 years ago
6150a37
adb: Remove most C-style allocations
by Luis Hector Chavez
· 7 years ago
6082e7d
adb: add nonblocking fd Connection.
by Josh Gao
· 7 years ago
454bc7c
adb: Add a way to reconnect TCP transports
by Luis Hector Chavez
· 7 years ago
704494b
adb: add authorizing, connecting states to transport.
by Josh Gao
· 7 years ago
9a388d5
adb: Make the Connection object a std::shared_ptr
by Luis Hector Chavez
· 7 years ago
56fe753
adb: Add a way to distinguish between connection failures and successes
by Luis Hector Chavez
· 7 years ago
c251ec5
adb: don't abort when connecting to the same address twice.
by Josh Gao
· 7 years ago
ffbd336
adb: remove meaningless const.
by Josh Gao
· 8 years ago
0bbf69c
adb: convert Connection to a nonblocking interface.
by Josh Gao
· 8 years ago
b800d88
adb: extract atransport's connection interface.
by Josh Gao
· 8 years ago
de47194
adb: disable checksum on new versions
by Tim Murray
· 8 years ago
4b5d4da
adb: remove SendConnectOnHost.
by Josh Gao
· 8 years ago
33d14b8
adb: partially revert b5e11415.
by Josh Gao
· 8 years ago
e48ecce
Revert "adb: fix deadlock between transport_unref and usb_close."
by Josh Gao
· 8 years ago
b0c1802
adb: add track-devices-l service.
by Josh Gao
· 8 years ago
b122b17
adb: allow selection of a specific transport.
by Josh Gao
· 8 years ago
7e197ef
adb: fix deadlock between transport_unref and usb_close.
by Josh Gao
· 8 years ago
5176df8
Add host feature for `push --sync` support.
by Dan Albert
· 8 years ago
36dadca
adb: boolify check_header and check_data.
by Josh Gao
· 8 years ago
01b7bc4
adb: move all cleanup to a function with defined ordering.
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
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
13a269e
Add mDNS device discovery for adb client
by Casey Dahlin
· 9 years ago
5d1756c
adb: add `adb host-features`, report libusb status.
by Josh Gao
· 9 years ago
5a1e3fd
Revert "Revert "adb: extend sync protocol's stat support.""
by Josh Gao
· 9 years ago
afa4b5d
Revert "adb: extend sync protocol's stat support."
by Josh Gao
· 9 years ago
d6d5c38
adb: extend sync protocol's stat support.
by Josh Gao
· 9 years ago
22d2b3e
adb: add `adb reconnect offline` to reconnect offline devices.
by Josh Gao
· 9 years ago
06d61d4
adb: rationalize types.
by Josh Gao
· 9 years ago
3bd2879
adb: split up adb_auth.cpp.
by Josh Gao
· 9 years ago
2e67120
adb: add support for vendor key directories.
by Josh Gao
· 9 years ago
0aeb505
Clean up key handling in adb.
by Elliott Hughes
· 9 years ago
b74c649
adb: retry connecting disconnected emulators instead of always looping.
by Yabin Cui
· 9 years ago
7f27490
Fix kick_transport test.
by Yabin Cui
· 9 years ago
3f902aa
adb: relax serial matching rules.
by David Pursell
· 10 years ago
9f48611
adb: fix leak of framework_fd.
by Josh Gao
· 10 years ago
d2acbd1
adb: add help text for USB permission errors.
by David Pursell
· 10 years ago
6fa848a
use new cmd command
by Todd Kennedy
· 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
4e2fd36
adb: add -Tt options to `adb shell`.
by David Pursell
· 10 years ago
0955c66
adb: implement shell protocol.
by David Pursell
· 10 years ago
b329824
adb: clean up transport disconnect operations.
by Yabin Cui
· 10 years ago
f4b9928
adb: disconnect: fix write-after-free memory corruption and crash.
by Yabin Cui
· 10 years ago
1792c23
Add feature list to connection banner.
by Dan Albert
· 10 years ago
3d2904c
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 10 years ago
dcd78a1
Make connection states a proper type.
by Dan Albert
· 10 years ago
3bd73c1
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
e67f1f8
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
7be29c8
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 11 years ago
cc731cc
Test readx/writex (now renamed).
by Dan Albert
· 11 years ago
7664901
Move transport declarations into transport.h.
by Dan Albert
· 11 years ago
e9fca14
Move the listener code into its own file.
by Dan Albert
· 11 years ago
630b9af
Begin moving code from adb to libadb.
by Dan Albert
· 11 years ago
408fa57
adb: fix subprocess exit handling, oom adjust fixes, extra debugging.
by JP Abgrall
· 14 years ago