Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
e8fa1ab39646bed078f924beb1b96e9a53b1895c
/
adb
a0054cb
Merge "adb: fix deadlock between transport_unref and usb_close."
by Treehugger Robot
· 8 years ago
986f19a
adbd: optionally use qemud pipe without ro.kernel.qemu
by Nicolas Norvez
· 8 years ago
ad5b787
adb: fix deadlock between transport_unref and usb_close.
by Josh Gao
· 8 years ago
d7dc9d9
adb: libusb: switch from polling for accessibility to a sleep.
by Josh Gao
· 8 years ago
d5a1036
adb: improve race between device_connected and device_disconnected.
by Josh Gao
· 8 years ago
77c277a
adb: libusb: don't try to delete a usb_handle twice.
by Josh Gao
· 8 years ago
3934786
adb: don't hold queue lock while performing callbacks.
by Josh Gao
· 8 years ago
0308b03
adb: reunregress waiting for device on start-server.
by Josh Gao
· 8 years ago
18962d2
Merge "adb: fix deadlock."
by Treehugger Robot
· 8 years ago
d4ec72b
adb: fix deadlock.
by Josh Gao
· 8 years ago
d7502ba
Merge "Create build target to pull adb test scripts."
by GuangHui Liu
· 8 years ago
f5d1b85
Always print the initial bugreport progress message.
by Felipe Leme
· 8 years ago
5bed8da
Add host feature for `push --sync` support.
by Dan Albert
· 8 years ago
2f8f263
Create build target to pull adb test scripts.
by GuangHui Liu
· 8 years ago
3eec498
Merge changes I8d0c60e5,Ib8ad0ad6
by Treehugger Robot
· 8 years ago
ce26647
Add --sync support to push.
by Dan Albert
· 8 years ago
1bccea2
Fix test following -p removal.
by Dan Albert
· 8 years ago
c84d160
adb: boolify check_header and check_data.
by Josh Gao
· 8 years ago
a4dda44
adb: redirect stdout/stderr before initializing usb.
by Josh Gao
· 8 years ago
7dcd096
adb: Allow disabling verity on eng builds when using AVB.
by David Zeuthen
· 8 years ago
c59911c
adb: libusb: recognize devices with multiple interfaces.
by Josh Gao
· 8 years ago
92a3139
adb: libusb: wait for devices to become accessible.
by Josh Gao
· 8 years ago
77a5dc9
adb: libusb: switch to hotplug for device detection.
by Josh Gao
· 8 years ago
7f6787b
adb: silence noise.
by Josh Gao
· 8 years ago
1b381fe
Merge "Adding 'uhid' permission for access to /dev/uhid."
by Siarhei Vishniakou
· 8 years ago
e411696
Adding 'uhid' permission for access to /dev/uhid.
by Siarhei Vishniakou
· 8 years ago
d3b21cb
adb: fix darwin build break.
by Josh Gao
· 8 years ago
f14a66b
Merge changes I394f5782,I9475f5d0,I59707186
by Josh Gao
· 8 years ago
ee75222
Fix style nits in adb's Android.mk.
by Elliott Hughes
· 8 years ago
b45adb4
Fix build error when (ADB|FASTBOOT)_VERSION has space
by SzuWei Lin
· 8 years ago
e3d2f2b
Merge "Show the "platform tools" version in adb/fastboot --version."
by Treehugger Robot
· 8 years ago
00ad5de
adb: move all cleanup to a function with defined ordering.
by Josh Gao
· 8 years ago
b31f48a
adb: make `adb kill-server` wait for the server to die.
by Josh Gao
· 8 years ago
3985a63
adb: libusb: replace sleep with timed CV wait.
by Josh Gao
· 8 years ago
6281ca6
Show the "platform tools" version in adb/fastboot --version.
by Elliott Hughes
· 8 years ago
774f9a8
Merge "adb: properly handle libusb_clear_halt failure."
by Treehugger Robot
· 8 years ago
1a4ddbf
adb: properly handle libusb_clear_halt failure.
by Josh Gao
· 8 years ago
83c78ab
Merge "Give slightly less useless versions to adb and fastboot."
by Elliott Hughes
· 8 years ago
781b33e
Give slightly less useless versions to adb and fastboot.
by Elliott Hughes
· 8 years ago
ca0331f
Fix macOS build.
by Elliott Hughes
· 8 years ago
46332d6
Improve udev failure diagnostics.
by Elliott Hughes
· 8 years ago
f969590
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
4f52d3f
adb: initialize mDNS asynchronously.
by Josh Gao
· 8 years ago
3780903
adb: add fdevent_run_on_main_thread.
by Josh Gao
· 8 years ago
8d7f7d7
adb: make darwin build with thread safety analysis.
by Josh Gao
· 8 years ago
ddc8fff
Merge "adb: use the actual wMaxPacketSize for usb endpoints."
by Josh Gao
· 8 years ago
65430b3
Merge "adb: enable -Wthread-safety on linux/darwin."
by Josh Gao
· 8 years ago
f25ad13
adb: enable -Wthread-safety on linux/darwin.
by Josh Gao
· 8 years ago
06b2ada
adb: use the actual wMaxPacketSize for usb endpoints.
by Josh Gao
· 8 years ago
8613fe0
Merge "Don't display bugreport progress when it recedes, for real..."
by Treehugger Robot
· 8 years ago
8ac3137
Merge "Improve "adb sideload" error reporting."
by Elliott Hughes
· 8 years ago
2a1059c
Improve "adb sideload" error reporting.
by Elliott Hughes
· 8 years ago
45aea25
Don't display bugreport progress when it recedes, for real...
by Felipe Leme
· 8 years ago
1f7943a
adb: Support 'adb enable/disable-verity' when using AVB.
by David Zeuthen
· 8 years ago
9038304
Merge "Stop writing NUL bytes in adbkey.pub."
by Treehugger Robot
· 8 years ago
8e97c96
Stop writing NUL bytes in adbkey.pub.
by Elliott Hughes
· 8 years ago
2e2066c
Simplify "adb sync" documentation.
by Elliott Hughes
· 8 years ago
049b939
Revert "adb: Lower EP_ALLOC retry count"
by Jerry Zhang
· 8 years ago
aec1b04
Merge "adb: fix two device offline problems."
by Treehugger Robot
· 8 years ago
d85bc1b
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
3326150
Fix various adb error reporting bugs.
by Elliott Hughes
· 8 years ago
f7ee0f9
libcutils: compile with BOARD_VNDK_VERSION current
by Steven Moreland
· 8 years ago
855022c
Merge changes from topics 'adb_thread', 'adb_loopback'
by Josh Gao
· 8 years ago
f9ae1ec
adb: statically link libbase into the tests.
by Josh Gao
· 8 years ago
a1adec3
adb: kill adb_thread_{create, join, detach, exit}.
by Josh Gao
· 8 years ago
3ce7297
adb: don't try to resolve 'localhost'
by Josh Gao
· 8 years ago
f3c04c4
Move adb backup/restore helptext to adb shell bu help.
by Johan Toras Halseth
· 8 years ago
b9eedfa
Merge "adb: don't reset usb when connecting it."
by Treehugger Robot
· 8 years ago
97ae2f4
adb: don't reset usb when connecting it.
by Yabin Cui
· 8 years ago
5cc9a6f
Merge "Show install path in "adb --version" and "fastboot --version"."
by Elliott Hughes
· 8 years ago
4b59141
Merge "Show install path in "adb --version" and "fastboot --version"."
by Elliott Hughes
· 8 years ago
55a6567
Merge "Revert "adb: check our socketpair ends in our win32 emulation.""
by Josh Gao
· 8 years ago
7b06b37
Show install path in "adb --version" and "fastboot --version".
by Elliott Hughes
· 8 years ago
17b03c2
Revert "adb: check our socketpair ends in our win32 emulation."
by Josh Gao
· 8 years ago
ca983e1
Merge "adb: allow symlinks to directories in directory_exists." am: c10c31e8ba
by Josh Gao
· 8 years ago
85214e8
adb: allow symlinks to directories in directory_exists.
by Josh Gao
· 8 years ago
9a7e923
Merge "Switch "adb sideload" over to lseek/read." am: c0ca39c41a
by Elliott Hughes
· 8 years ago
8fe6831
Merge "Switch "adb sideload" over to lseek/read."
by Elliott Hughes
· 8 years ago
c51fb56
Switch "adb sideload" over to lseek/read.
by Elliott Hughes
· 8 years ago
b7d495c
Merge "Don't display bugreport progress when it recedes." am: 450c44052c
by Felipe Leme
· 8 years ago
e73532b
Merge "Don't display bugreport progress when it recedes."
by Treehugger Robot
· 8 years ago
4efc51f
Merge "adb: switch the jdwp control socket to SOCK_SEQPACKET." am: 249836158e
by Josh Gao
· 8 years ago
ba9bb23
adb: switch the jdwp control socket to SOCK_SEQPACKET.
by Josh Gao
· 8 years ago
89b07bf
Merge "adb: detect closed jdwp socket." am: e1c4e04f82
by Josh Gao
· 8 years ago
892b03d
Don't display bugreport progress when it recedes.
by Felipe Leme
· 8 years ago
23d64fd
adb: detect closed jdwp socket.
by Josh Gao
· 8 years ago
95ebf21
Merge "Remove extraneous .clang-format files" am: 41c7bb5055
by Tom Cherry
· 8 years ago
ec17edf
Remove extraneous .clang-format files
by Tom Cherry
· 8 years ago
b6fec50
Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()"
by Bowgo Tsai
· 8 years ago
e9a113b
Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()"
by Treehugger Robot
· 8 years ago
5d38c83
adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()
by Bowgo Tsai
· 8 years ago
71db838
Merge "adb: properly erase destroyed jdwp_trackers." am: e02eba8fd2
by Josh Gao
· 8 years ago
cd838c7
Merge "adb: properly erase destroyed jdwp_trackers."
by Treehugger Robot
· 8 years ago
de8cdd3
adb: properly erase destroyed jdwp_trackers.
by Josh Gao
· 8 years ago
f09793b
Merge changes from topic 'adb-mdnsd' am: f4f95496ce
by Casey Dahlin
· 8 years ago
e6f211d
Enable mDNS on Darwin am: 304150a521
by Casey Dahlin
· 8 years ago
1fbf3ab
Don't include mDNS support on platforms other than Linux am: d6c8091e9f
by Casey Dahlin
· 8 years ago
8cf1cf0
Add mDNS device discovery for adb client am: 13a269ea24
by Casey Dahlin
· 8 years ago
418c2fb
adb: Set a hostname for mDNS am: 1fe3cae67e
by Casey Dahlin
· 8 years ago
c40f49d
Make ADBD announce its presence over mDNS am: 6cd5e0b4ef
by Casey Dahlin
· 8 years ago
Next »