Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
1e7454b25adee4b75d2584aad4ab491cb6c7aeb3
/
adb
c65aec6
adbd: don't require authentication for userdebug/eng builds.
by Josh Gao
· 7 years ago
62b1693
adbd: make static.
by Josh Gao
· 7 years ago
1b07491
Merge "Make libasyncio headers usable from C"
by Jerry Zhang
· 7 years ago
57bad3b
Merge changes from topic "adb_bp"
by Josh Gao
· 7 years ago
300176a
adb: remove meaningless const.
by Josh Gao
· 7 years ago
5fee1bb
adb: convert Connection to a nonblocking interface.
by Josh Gao
· 7 years ago
09998e6
adb: use soong version stamping.
by Josh Gao
· 7 years ago
c51a691
Make libasyncio headers usable from C
by Jerry Zhang
· 7 years ago
311c894
Add a NOLINT for the memory leak we added
by George Burgess IV
· 7 years ago
3c31148
adb: switch over to Android.bp.
by Josh Gao
· 7 years ago
01713ee
adb: add a way to make the server intentionally leak.
by Josh Gao
· 7 years ago
83b41f4
Merge "Change the remount command to be more container-friendly"
by Treehugger Robot
· 7 years ago
6d637cf
adb: allow reentrant calls to fdevent_run_on_main_thread.
by Josh Gao
· 7 years ago
192b96e
adb: stop using quick_exit.
by Josh Gao
· 7 years ago
f94bfdc
Change the remount command to be more container-friendly
by Luis Hector Chavez
· 7 years ago
2c131c7
adb: switch apacket over to a std::string payload.
by Josh Gao
· 7 years ago
386ebe6
Merge "bpfmt."
by Treehugger Robot
· 7 years ago
c275505
Fix a memory leak
by George Burgess IV
· 7 years ago
88cfdf2
bpfmt.
by Elliott Hughes
· 7 years ago
feaa718
Merge "adbd: receive jdwp pids from art as raw integers."
by Treehugger Robot
· 7 years ago
faca6c8
adb: fix build breakage.
by Josh Gao
· 7 years ago
30259f9
adb: use delete on objects with destructors.
by Josh Gao
· 7 years ago
186acb1
adbd: receive jdwp pids from art as raw integers.
by Josh Gao
· 7 years ago
ef7cc04
Merge "adb: switch asocket::enqueue to std::string."
by Josh Gao
· 7 years ago
b5ae87b
Merge changes I86bcfaaa,I24d7f5d0
by Josh Gao
· 7 years ago
953853e
adb: don't spew to logcat when tracing is enabled.
by Josh Gao
· 7 years ago
af1220f
adb: switch asocket::enqueue to std::string.
by Josh Gao
· 7 years ago
571d24c
adb: restore packet data length checks.
by Josh Gao
· 7 years ago
7859012
adb: switch asocket's intrusive linked list to vectors.
by Josh Gao
· 7 years ago
8902983
adb: extract atransport's connection interface.
by Josh Gao
· 7 years ago
e7b5536
adb: fix a leak.
by Josh Gao
· 7 years ago
acb1953
Merge "adb/fastboot: switch over to shared AdbWinApi."
by Treehugger Robot
· 7 years ago
9ea91f8
adb/fastboot: switch over to shared AdbWinApi.
by Josh Gao
· 7 years ago
891c559
Merge "Sort devices list before output."
by Elliott Hughes
· 7 years ago
74e74fc
adb: add missing condition_variable include
by Mike Frysinger
· 7 years ago
a9bab70
Add std::string StartsWith*/EndsWith* overloads.
by Elliott Hughes
· 7 years ago
7668577
Sort devices list before output.
by Artem Iglikov
· 7 years ago
ad71bea
adb: disable checksum on new versions
by Tim Murray
· 7 years ago
523bda6
Merge "Set $TMPDIR for `adb shell`."
by Elliott Hughes
· 7 years ago
d289944
Merge "adb: get libusb compiling on Windows."
by Treehugger Robot
· 7 years ago
d2fb4a4
Set $TMPDIR for `adb shell`.
by Elliott Hughes
· 7 years ago
ff51a51
adb: get libusb compiling on Windows.
by Josh Gao
· 7 years ago
e313a49
Merge "adb: disable USB packet overflow checking on OS X."
by Treehugger Robot
· 7 years ago
a0236c5
Merge "Add OWNERS."
by Elliott Hughes
· 7 years ago
6a1a51a
Add OWNERS.
by Elliott Hughes
· 7 years ago
a0a25f7
adb: disable USB packet overflow checking on OS X.
by Josh Gao
· 7 years ago
e2264dc
Merge "Fix typos in ADB documentation" am: 017203b140
by Jim Kaye
· 7 years ago
153c7db
Fix typos in ADB documentation
by Jim Kaye
· 7 years ago
5711b57
Merge "Remove a duplicate TEMP_FAILURE_RETRY." am: 166c6a4390
by Elliott Hughes
· 7 years ago
1b9d330
Merge "Remove a duplicate TEMP_FAILURE_RETRY."
by Elliott Hughes
· 7 years ago
85de227
Remove a duplicate TEMP_FAILURE_RETRY.
by Elliott Hughes
· 7 years ago
cd49c7b
Merge "Standarize on VFS_CAP_REVISION_2" am: af03f483d7
by Nick Kralevich
· 7 years ago
1d52e23
Standarize on VFS_CAP_REVISION_2
by Nick Kralevich
· 7 years ago
605ce07
DO NOT MERGE ANYWHERE Add comments and code about ro.boot.slot back
by Sandeep Patil
· 7 years ago
80c338a
Merge "Move GetDeviceTest from adb's test_device.py to adb package."
by Treehugger Robot
· 7 years ago
d9efafd
Move GetDeviceTest from adb's test_device.py to adb package.
by Josh Gao
· 7 years ago
654b607
Don't include the build number in the adbd binary.
by Elliott Hughes
· 8 years ago
c147dc1
Merge "adb: fix erase-remove_if idiom." am: c2a2ecb7a5
by Josh Gao
· 7 years ago
b805db7
Merge "adb: fix erase-remove_if idiom."
by Treehugger Robot
· 7 years ago
87e251e
Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f
by Mark Salyzyn
· 7 years ago
b157a69
adb: fix erase-remove_if idiom.
by Josh Gao
· 7 years ago
9bdd3bf
adb: cleanup some portions of client usb interfaces
by Mark Salyzyn
· 8 years ago
df79236
adb: clang-format for adb.h and client/usb_windows.cpp
by Mark Salyzyn
· 8 years ago
fdb9f82
Merge "Set $HOSTNAME in adbd." am: 2364d7ccc5
by Elliott Hughes
· 8 years ago
fa5b56d
Set $HOSTNAME in adbd.
by Elliott Hughes
· 8 years ago
4547f82
Merge "adb: remove SendConnectOnHost." am: 5eaa5bc081
by Josh Gao
· 8 years ago
23313c2
Merge "adb: remove SendConnectOnHost."
by Treehugger Robot
· 8 years ago
e2b6302
adb: remove SendConnectOnHost.
by Josh Gao
· 8 years ago
9f272c9
Merge "adbd: improve thread names." am: 39071a5177
by Josh Gao
· 8 years ago
e0331ff
adbd: improve thread names.
by Josh Gao
· 8 years ago
89eb203
Merge "adb: partially revert b5e11415." am: ef9426d883
by Josh Gao
· 8 years ago
765cc49
Merge "adb: partially revert b5e11415."
by Treehugger Robot
· 8 years ago
8ade95d
Merge "Reland "Remove comments and code about ro.boot.slot"" am: dea5e081ac
by Tom Cherry
· 8 years ago
f568b48
Reland "Remove comments and code about ro.boot.slot"
by Tom Cherry
· 8 years ago
9627fc9
Merge "Revert "Remove comments and code about ro.boot.slot"" am: eb00b1f3aa
by Tom Cherry
· 8 years ago
1ea5b92
Revert "Remove comments and code about ro.boot.slot"
by Tom Cherry
· 8 years ago
35f9655
Merge "Remove comments and code about ro.boot.slot" am: 7dcf076700
by Tom Cherry
· 8 years ago
8e79903
Remove comments and code about ro.boot.slot
by Tom Cherry
· 8 years ago
58406b8
Merge changes I0ed00441,I12d46493,Ib484f701 am: 0a01830612
by Josh Gao
· 8 years ago
f2b2bf8
Merge changes I0ed00441,I12d46493,Ib484f701
by Josh Gao
· 8 years ago
d35a013
Merge changes from topic "b/63736262" am: 1f666a6be9
by Mark Salyzyn
· 8 years ago
1155605
adb: partially revert b5e11415.
by Josh Gao
· 8 years ago
cc30272
Revert "adb: fix deadlock between transport_unref and usb_close."
by Josh Gao
· 8 years ago
bfe5e3e
adb: add lock to remove_socket.
by Josh Gao
· 8 years ago
f71cb73
adb: reformat comments.
by Josh Gao
· 8 years ago
e6d734d
adb: reboot: last boot command default
by Mark Salyzyn
· 8 years ago
e441add
Merge "Revert "adbd: lessen security constraints when the device is unlocked""
by Bowgo Tsai
· 8 years ago
b03c503
Merge "Revert "adbd: lessen security constraints when the device is unlocked""
by Treehugger Robot
· 8 years ago
32ad26f
Revert "adbd: lessen security constraints when the device is unlocked"
by Bowgo Tsai
· 8 years ago
1221b3d
Merge "Move adbd from root to system" am: 3d6f85167e
by Bowgo Tsai
· 8 years ago
5c73c79
Merge "Move adbd from root to system"
by Treehugger Robot
· 8 years ago
9a5c35e
Merge "adb: Use kernel aio for functionfs." am: aaa90cfe06
by Jerry Zhang
· 8 years ago
5c241c7
Merge "adb: Use kernel aio for functionfs."
by Treehugger Robot
· 8 years ago
381aa3a
Merge "adb: improve CHECKs." am: 9f38e19b88
by Josh Gao
· 8 years ago
7207352
Merge "adb: improve CHECKs."
by Treehugger Robot
· 8 years ago
7fbaa4a
adb: improve CHECKs.
by Josh Gao
· 8 years ago
06e9a39
Merge "adbd: don't spin if file sync read fails." am: 32d2eae8b9
by Josh Gao
· 8 years ago
8aabb2b
adbd: don't spin if file sync read fails.
by Josh Gao
· 8 years ago
1c18f9e
Move adbd from root to system
by Bowgo Tsai
· 8 years ago
8f8354b
Merge "Fix adb tcpip tests." am: d865b655d5
by Elliott Hughes
· 8 years ago
Next »