Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
d5fe6675a73c3a831d0c4e41343ee86772633db8
/
adb
df33ffa
fs_config: replace getenv('OUT') by new fs_config parameter
by Thierry Strudel
· 9 years ago
1cddc20
Ignore ro.adb.secure in user builds.
by Elliott Hughes
· 9 years ago
d62bce8
adb: win32: fix key files reading/writing
by Spencer Low
· 10 years ago
23d8407
Improve adb install help.
by Svetoslav
· 9 years ago
0b3baac
Document the -g option to adb install.
by Lorenzo Colitti
· 9 years ago
2181c72
Fix ' escaping in adb.
by Elliott Hughes
· 10 years ago
a51d8b9
Failure to find an oem partition should not be a remount failure.
by Elliott Hughes
· 10 years ago
207ddb2
Fix "adb remount" for devices without an oem partition.
by Elliott Hughes
· 10 years ago
c33e62b
Merge "Be tolerant of devices that don't report serials." into mnc-dev
by Benson Leung
· 10 years ago
02418b3
Try to include the SHA in a ddmslib-compatible way.
by Elliott Hughes
· 10 years ago
6043e15
Be tolerant of devices that don't report serials.
by Dan Albert
· 10 years ago
c1cfbd3
Include the git sha in the adb version.
by Dan Albert
· 10 years ago
aceb9c0
Implement the ssh(1) escaping rules.
by Elliott Hughes
· 10 years ago
e1a5500
Add WriteFdFmt and clean up more code.
by Elliott Hughes
· 10 years ago
92af733
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
f1a58f8
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
0156589
Add missing 'else' to fix all devices showing up as "host".
by Elliott Hughes
· 10 years ago
2e06d30
Fix Win32 build.
by Elliott Hughes
· 10 years ago
71aeb79
Move __adb_error to std::string, and improve various errors.
by Elliott Hughes
· 10 years ago
d81f75a
Remove strtok from adb.
by Elliott Hughes
· 10 years ago
03a90d6
Support the full length of USB serial numbers.
by Elliott Hughes
· 10 years ago
ce6363b
Improve logging of USBDEVFS_CLAIMINTERFACE failures.
by Elliott Hughes
· 10 years ago
876881b
Merge "Add missing null checks after allocations."
by Elliott Hughes
· 10 years ago
dc3b459
Add missing null checks after allocations.
by Elliott Hughes
· 10 years ago
1555147
Plumb more of the error reporting through.
by Elliott Hughes
· 10 years ago
8e6edc0
Add a couple more adb shell regression tests.
by Elliott Hughes
· 10 years ago
82b0f7b
Merge "adb: set sys.usb.ffs.ready to signal usb pullup"
by Badhri Jagan Sridharan
· 10 years ago
5f97370
adb: set sys.usb.ffs.ready to signal usb pullup
by Badhri Jagan Sridharan
· 10 years ago
0053bb3
Add a test for shell escaping.
by Elliott Hughes
· 10 years ago
d236d07
Fix "adb sync" for devices without vendor and oem.
by Elliott Hughes
· 10 years ago
e434ad1
Merge "Always explain why bind(2) failed."
by Elliott Hughes
· 10 years ago
14b6573
Merge "Use ' quoting to escape arguments."
by Elliott Hughes
· 10 years ago
dc1e482
Fix windows adb build
by Colin Cross
· 10 years ago
b2b06de
Merge "statically link adb and fastboot against libc++"
by Colin Cross
· 10 years ago
7b50609
Always explain why bind(2) failed.
by Elliott Hughes
· 10 years ago
53daee6
Fix the Windows adb build.
by Elliott Hughes
· 10 years ago
5498ade
Use ' quoting to escape arguments.
by Elliott Hughes
· 10 years ago
6c34bba
Use escape_arg in "adb backup".
by Elliott Hughes
· 10 years ago
a7090b9
Remove yet more fixed-length buffers (and their overruns).
by Elliott Hughes
· 10 years ago
2083fa6
Switch adb over to clang.
by Elliott Hughes
· 10 years ago
61a004c
Merge "Fix more buffer overruns."
by Elliott Hughes
· 10 years ago
5830577
Fix more buffer overruns.
by Elliott Hughes
· 10 years ago
2940ccf
Use PRI* macros to fix the Windows build.
by Elliott Hughes
· 10 years ago
2baae3a
Remove various fixed-length buffers (and their overflows).
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
a4802ca
Merge "Move usb_osx to C++."
by Dan Albert
· 10 years ago
c4f8fa7
Merge "Link libraries needed for Darwin adb tests."
by Dan Albert
· 10 years ago
7447dd0
Move usb_osx to C++.
by Dan Albert
· 10 years ago
f8d6b9b
Link libraries needed for Darwin adb tests.
by Dan Albert
· 10 years ago
55bf5f0
statically link adb and fastboot against libc++
by Colin Cross
· 10 years ago
a2f2e56
Move sysdeps_win32 to C++.
by Elliott Hughes
· 10 years ago
2acec91
Switch usb_linux_client to C++.
by Elliott Hughes
· 10 years ago
1a4d85a
Move get_my_path_darwin to C++.
by Elliott Hughes
· 10 years ago
284c5cb
Merge "Set verity mode as the verified property value"
by Sami Tolvanen
· 10 years ago
dfa09fd
Disable CR/LF translation for adb interactive shell.
by Alistair Buxton
· 12 years ago
09a45a1
Fix "adb devices -l".
by Elliott Hughes
· 10 years ago
bcc2b5f
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
4547423
Set verity mode as the verified property value
by Sami Tolvanen
· 10 years ago
175b7bb
adb: Add option to reboot into sideload mode in recovery
by Tao Bao
· 10 years ago
868402e
Revert "Remove the emulator special case from the "adb root" code."
by Dan Albert
· 10 years ago
5018406
adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo
by Spencer Low
· 10 years ago
8743ef9
Additional cleanup of start_device_log.
by Dan Albert
· 10 years ago
ea2175a
Use text based trace masks for adbd.
by Dan Albert
· 10 years ago
a16b0f4
Merge "The generic failure case disappeared..."
by Dan Albert
· 10 years ago
28f0769
Merge "File header cleanup."
by Dan Albert
· 10 years ago
08f66bc
The generic failure case disappeared...
by Dan Albert
· 10 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
683238c
Fix clang-format file for correct indent settings.
by Dan Albert
· 10 years ago
b4ebc47
Merge "Fix memory leak on jdwp_process_free()"
by Dan Albert
· 10 years ago
64d9adc
Fix file descriptor leakage in adbd
by Pavel Labath
· 10 years ago
ec7a667
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
6084a01
Revert "adb: support /oem partition"
by Dan Albert
· 10 years ago
81416fd
adb: support /oem partition
by Mårten Kongstad
· 10 years ago
98ff772
Create libbase.
by Dan Albert
· 10 years ago
46270d2
adb doesn't actually use libzipfile.
by Elliott Hughes
· 10 years ago
83ca56a
Fix build from -Werror=maybe-uninitialized.
by Dan Albert
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
9b1fd96
Merge "Fix a writex transcription error."
by Dan Albert
· 10 years ago
f3519a8
Fix a writex transcription error.
by Dan Albert
· 10 years ago
857d7db
Make the root/unroot test more robust.
by Dan Albert
· 10 years ago
abb80e0
Fix memory leak on jdwp_process_free()
by SungHyun Kwon
· 10 years ago
268eb4f
check if uid=0 before attempting remount
by Nick Kralevich
· 10 years ago
cc731cc
Test readx/writex (now renamed).
by Dan Albert
· 10 years ago
7fd821e
Remove _(GNU|XOPEN)_SOURCE makefile cruft.
by Dan Albert
· 10 years ago
055f1aa
Add some basic tests to adb.
by Dan Albert
· 10 years ago
dc0f8ec
Fix the mac build.
by Dan Albert
· 10 years ago
72bf2a7
Merge "Move transport declarations into transport.h."
by Dan Albert
· 10 years ago
7664901
Move transport declarations into transport.h.
by Dan Albert
· 10 years ago
103c1be
Add .clang-format file.
by Dan Albert
· 10 years ago
5329d3f
Merge "Add a project wide clang switch."
by Dan Albert
· 10 years ago
9697ce5
Add a project wide clang switch.
by Dan Albert
· 10 years ago
70385f3
Merge "Remove the emulator special case from the "adb root" code."
by Elliott Hughes
· 10 years ago
b2e57b7
Make Python tests only check the current device.
by Dan Albert
· 10 years ago
fdf8722
Fix Mac build.
by Dan Albert
· 10 years ago
abd6773
Remove the emulator special case from the "adb root" code.
by Elliott Hughes
· 10 years ago
88cf1c8
Fix Windows SDK build.
by Dan Albert
· 10 years ago
3b967f5
Add missing <stdlib.h> to adb_listeners.c.
by Elliott Hughes
· 10 years ago
a75b493
Merge "Move more into libadb and libadbd."
by Dan Albert
· 10 years ago
Next »