Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
62db5fcee052980759ecb977cab4c63491e01e56
/
adb
06b0d6b
Add --sync support to push.
by Dan Albert
· 7 years ago
def4aae
Fix test following -p removal.
by Dan Albert
· 7 years ago
abddbc2
adb: Allow disabling verity on eng builds when using AVB.
by David Zeuthen
· 7 years ago
425aefd
adb: libusb: recognize devices with multiple interfaces.
by Josh Gao
· 8 years ago
3f60a96
adb: libusb: wait for devices to become accessible.
by Josh Gao
· 8 years ago
6da1cd4
adb: libusb: switch to hotplug for device detection.
by Josh Gao
· 8 years ago
723258a
adb: silence noise.
by Josh Gao
· 8 years ago
cecbc99
Merge "Adding 'uhid' permission for access to /dev/uhid."
by Siarhei Vishniakou
· 8 years ago
0729dd1
Adding 'uhid' permission for access to /dev/uhid.
by Siarhei Vishniakou
· 8 years ago
362b404
adb: fix darwin build break.
by Josh Gao
· 8 years ago
44f6592
Merge changes I394f5782,I9475f5d0,I59707186
by Josh Gao
· 8 years ago
8964fbf
Fix style nits in adb's Android.mk.
by Elliott Hughes
· 8 years ago
b3526e1
Fix build error when (ADB|FASTBOOT)_VERSION has space
by SzuWei Lin
· 8 years ago
6f4d474
Merge "Show the "platform tools" version in adb/fastboot --version."
by Treehugger Robot
· 8 years ago
01b7bc4
adb: move all cleanup to a function with defined ordering.
by Josh Gao
· 8 years ago
b3c14ec
adb: make `adb kill-server` wait for the server to die.
by Josh Gao
· 8 years ago
707a6e4
adb: libusb: replace sleep with timed CV wait.
by Josh Gao
· 8 years ago
4d4f64f
Show the "platform tools" version in adb/fastboot --version.
by Elliott Hughes
· 8 years ago
761ae04
Merge "adb: properly handle libusb_clear_halt failure."
by Treehugger Robot
· 8 years ago
8bf37d7
adb: properly handle libusb_clear_halt failure.
by Josh Gao
· 8 years ago
ddfd505
Merge "Give slightly less useless versions to adb and fastboot."
by Elliott Hughes
· 8 years ago
2708a95
Give slightly less useless versions to adb and fastboot.
by Elliott Hughes
· 8 years ago
4acb360
Fix macOS build.
by Elliott Hughes
· 8 years ago
cd35664
Improve udev failure diagnostics.
by Elliott Hughes
· 8 years ago
fd713e5
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
6f46e6b
adb: initialize mDNS asynchronously.
by Josh Gao
· 8 years ago
4c93639
adb: add fdevent_run_on_main_thread.
by Josh Gao
· 8 years ago
04a8218
adb: make darwin build with thread safety analysis.
by Josh Gao
· 8 years ago
c7988b1
Merge "adb: use the actual wMaxPacketSize for usb endpoints."
by Josh Gao
· 8 years ago
2983d27
Merge "adb: enable -Wthread-safety on linux/darwin."
by Josh Gao
· 8 years ago
68f679c
adb: enable -Wthread-safety on linux/darwin.
by Josh Gao
· 8 years ago
ef3d343
adb: use the actual wMaxPacketSize for usb endpoints.
by Josh Gao
· 8 years ago
499af38
Merge "Don't display bugreport progress when it recedes, for real..."
by Treehugger Robot
· 8 years ago
66b25eb
Merge "Improve "adb sideload" error reporting."
by Elliott Hughes
· 8 years ago
09e794c
Improve "adb sideload" error reporting.
by Elliott Hughes
· 8 years ago
4cc0361
Don't display bugreport progress when it recedes, for real...
by Felipe Leme
· 8 years ago
1e033d6
adb: Support 'adb enable/disable-verity' when using AVB.
by David Zeuthen
· 8 years ago
d340c1e
Merge "Stop writing NUL bytes in adbkey.pub."
by Treehugger Robot
· 8 years ago
0b771b3
Stop writing NUL bytes in adbkey.pub.
by Elliott Hughes
· 8 years ago
0754cb9
Simplify "adb sync" documentation.
by Elliott Hughes
· 8 years ago
40a8778
Revert "adb: Lower EP_ALLOC retry count"
by Jerry Zhang
· 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
d73be1b
libcutils: compile with BOARD_VNDK_VERSION current
by Steven Moreland
· 8 years ago
0301b32
Merge changes from topics 'adb_thread', 'adb_loopback'
by Josh Gao
· 8 years ago
47330e2
adb: statically link libbase into the tests.
by Josh Gao
· 8 years ago
e1dacfc
adb: kill adb_thread_{create, join, detach, exit}.
by Josh Gao
· 8 years ago
46de1d7
adb: don't try to resolve 'localhost'
by Josh Gao
· 8 years ago
eca1b3b
Move adb backup/restore helptext to adb shell bu help.
by Johan Toras Halseth
· 8 years ago
4b8087a
Merge "adb: don't reset usb when connecting it."
by Treehugger Robot
· 8 years ago
5d002b8
adb: don't reset usb when connecting it.
by Yabin Cui
· 8 years ago
8aac990
Merge "Show install path in "adb --version" and "fastboot --version"."
by Elliott Hughes
· 8 years ago
d2d8b68
Merge "Show install path in "adb --version" and "fastboot --version"."
by Elliott Hughes
· 8 years ago
83b3c08
Merge "Revert "adb: check our socketpair ends in our win32 emulation.""
by Josh Gao
· 8 years ago
1fd46df
Show install path in "adb --version" and "fastboot --version".
by Elliott Hughes
· 8 years ago
3726a01
Revert "adb: check our socketpair ends in our win32 emulation."
by Josh Gao
· 8 years ago
36699d3
Merge "adb: allow symlinks to directories in directory_exists." am: c10c31e8ba
by Josh Gao
· 8 years ago
ff468dc
adb: allow symlinks to directories in directory_exists.
by Josh Gao
· 8 years ago
0cb8c69
Merge "Switch "adb sideload" over to lseek/read." am: c0ca39c41a
by Elliott Hughes
· 8 years ago
c0ca39c
Merge "Switch "adb sideload" over to lseek/read."
by Elliott Hughes
· 8 years ago
ee1ac710
Switch "adb sideload" over to lseek/read.
by Elliott Hughes
· 8 years ago
70fd64e
Merge "Don't display bugreport progress when it recedes." am: 450c44052c
by Felipe Leme
· 8 years ago
450c440
Merge "Don't display bugreport progress when it recedes."
by Treehugger Robot
· 8 years ago
f9d12f2
Merge "adb: switch the jdwp control socket to SOCK_SEQPACKET." am: 249836158e
by Josh Gao
· 8 years ago
b2a7251
adb: switch the jdwp control socket to SOCK_SEQPACKET.
by Josh Gao
· 8 years ago
7e5b10b
Merge "adb: detect closed jdwp socket." am: e1c4e04f82
by Josh Gao
· 8 years ago
dedcbaa
Don't display bugreport progress when it recedes.
by Felipe Leme
· 8 years ago
3fd78c9
adb: detect closed jdwp socket.
by Josh Gao
· 8 years ago
ef3017b
Merge "Remove extraneous .clang-format files" am: 41c7bb5055
by Tom Cherry
· 8 years ago
5b4eb23
Remove extraneous .clang-format files
by Tom Cherry
· 8 years ago
4ba84b2
Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()"
by Bowgo Tsai
· 8 years ago
eca92a5
Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()"
by Treehugger Robot
· 8 years ago
66ee277
adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()
by Bowgo Tsai
· 8 years ago
b0e8bbf
Merge "adb: properly erase destroyed jdwp_trackers." am: e02eba8fd2
by Josh Gao
· 8 years ago
e02eba8
Merge "adb: properly erase destroyed jdwp_trackers."
by Treehugger Robot
· 8 years ago
6def9bd
adb: properly erase destroyed jdwp_trackers.
by Josh Gao
· 8 years ago
1b35c3f
Merge changes from topic 'adb-mdnsd' am: f4f95496ce
by Casey Dahlin
· 8 years ago
bd2c93f
Enable mDNS on Darwin am: 304150a521
by Casey Dahlin
· 8 years ago
cef0c7c
Don't include mDNS support on platforms other than Linux am: d6c8091e9f
by Casey Dahlin
· 8 years ago
b298855
Add mDNS device discovery for adb client am: 13a269ea24
by Casey Dahlin
· 8 years ago
f18d33c
adb: Set a hostname for mDNS am: 1fe3cae67e
by Casey Dahlin
· 8 years ago
cc9c92f
Make ADBD announce its presence over mDNS am: 6cd5e0b4ef
by Casey Dahlin
· 8 years ago
f4f9549
Merge changes from topic 'adb-mdnsd'
by Treehugger Robot
· 8 years ago
9d13bc2
Merge "adb: append the libwinpthread COPYING to adb's NOTICE." am: c1b3c8ef26
by Josh Gao
· 8 years ago
d3bf1a8
adb: append the libwinpthread COPYING to adb's NOTICE.
by Josh Gao
· 8 years ago
a37bc17
Merge "adb: Do not signal gaget stack unless descriptors are written"
by Badhri Jagan Sridharan
· 8 years ago
43fd1a4
adb: Do not signal gaget stack unless descriptors are written
by Badhri Jagan Sridharan
· 8 years ago
304150a
Enable mDNS on Darwin
by Casey Dahlin
· 8 years ago
d6c8091
Don't include mDNS support on platforms other than Linux
by Casey Dahlin
· 8 years ago
2fe9b60
Make ADB over mDNS work on Windows
by Casey Dahlin
· 8 years ago
13a269e
Add mDNS device discovery for adb client
by Casey Dahlin
· 8 years ago
1fe3cae
adb: Set a hostname for mDNS
by Casey Dahlin
· 8 years ago
6cd5e0b
Make ADBD announce its presence over mDNS
by Casey Dahlin
· 9 years ago
ef50151
Merge "adb: turn on libusb by default." am: 817b2f3b2c
by Josh Gao
· 8 years ago
f2f0b31
adb: turn on libusb by default.
by Josh Gao
· 8 years ago
8c35491
Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"
by Bo Hu
· 8 years ago
294d44b
DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe
by bohu
· 8 years ago
58021d1
Move adb_dirname and adb_basename to libbase
by Colin Cross
· 8 years ago
87eb0fc
Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll.""
by Josh Gao
· 8 years ago
Next »