Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
9d07feecf5ab3d3471a5e15d1499351a24008ac4
9d07fee
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
7dc759f
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
a8c3414
Be tolerant of devices that don't report serials.
by Dan Albert
· 10 years ago
ab93a04
Merge "Add some missing 'static's."
by Elliott Hughes
· 10 years ago
712416a
Add some missing 'static's.
by Elliott Hughes
· 10 years ago
06815c9
Merge "Include the git sha in the adb version."
by Dan Albert
· 10 years ago
a8285fb
Include the git sha in the adb version.
by Dan Albert
· 10 years ago
9e4cc2d
Merge "Disable adb tests for Windows."
by Dan Albert
· 10 years ago
fd793e8
Merge "_beginthread returns uintptr_t."
by Elliott Hughes
· 10 years ago
1fa736d
Disable adb tests for Windows.
by Dan Albert
· 10 years ago
30f2e2b
_beginthread returns uintptr_t.
by Elliott Hughes
· 10 years ago
f251714
Simplify adb_thread_create.
by Elliott Hughes
· 10 years ago
3aec2ba
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
32ce0f8
Merge "Remove non-functional "adb persist"."
by Elliott Hughes
· 10 years ago
c68e0e2
Remove non-functional "adb persist".
by Elliott Hughes
· 10 years ago
2624ec7
Merge "Implement the ssh(1) escaping rules."
by Elliott Hughes
· 10 years ago
eaabdd6
Implement the ssh(1) escaping rules.
by Elliott Hughes
· 10 years ago
ef83600
Make test_track_devices.cpp output easier to read.
by Elliott Hughes
· 10 years ago
fb59684
Add WriteFdFmt and clean up more code.
by Elliott Hughes
· 10 years ago
88b4c85
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
da94581
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
b27e241
Add missing 'else' to fix all devices showing up as "host".
by Elliott Hughes
· 10 years ago
59a1fb8
Merge "Fix Win32 build."
by Elliott Hughes
· 10 years ago
c1ddf6a
Fix Win32 build.
by Elliott Hughes
· 10 years ago
04a98c2
Move __adb_error to std::string, and improve various errors.
by Elliott Hughes
· 10 years ago
fb2ba51
Remove strtok from adb.
by Elliott Hughes
· 10 years ago
949f262
Support the full length of USB serial numbers.
by Elliott Hughes
· 10 years ago
fd9cde9
Merge "Improve logging of USBDEVFS_CLAIMINTERFACE failures."
by Elliott Hughes
· 10 years ago
5d50437
Improve logging of USBDEVFS_CLAIMINTERFACE failures.
by Elliott Hughes
· 10 years ago
86f97fe
Merge "Add missing null checks after allocations."
by Elliott Hughes
· 10 years ago
d0269c9
Add missing null checks after allocations.
by Elliott Hughes
· 10 years ago
7337061
Merge "Plumb more of the error reporting through."
by Elliott Hughes
· 10 years ago
111a222
Plumb more of the error reporting through.
by Elliott Hughes
· 10 years ago
f56c8f9
Add a couple more adb shell regression tests.
by Elliott Hughes
· 10 years ago
e95f610
Merge "adb: set sys.usb.ffs.ready to signal usb pullup"
by Badhri Jagan Sridharan
· 10 years ago
e1febe9
adb: set sys.usb.ffs.ready to signal usb pullup
by Badhri Jagan Sridharan
· 10 years ago
5e4bbd8
Add a test for shell escaping.
by Elliott Hughes
· 10 years ago
cd5740b
Merge "Fix "adb sync" for devices without vendor and oem."
by Elliott Hughes
· 10 years ago
c5a12b2
Fix "adb sync" for devices without vendor and oem.
by Elliott Hughes
· 10 years ago
bbc32ce
Merge "Always explain why bind(2) failed."
by Elliott Hughes
· 10 years ago
6780a7b
Merge "Use ' quoting to escape arguments."
by Elliott Hughes
· 10 years ago
c36b52c
Merge "Fix windows adb build"
by Colin Cross
· 10 years ago
3b43460
Fix windows adb build
by Colin Cross
· 10 years ago
a07326a
Merge "statically link adb and fastboot against libc++"
by Colin Cross
· 10 years ago
a585cbd
Always explain why bind(2) failed.
by Elliott Hughes
· 10 years ago
6c76007
Merge "Fix the Windows adb build."
by Elliott Hughes
· 10 years ago
df5bb43
Fix the Windows adb build.
by Elliott Hughes
· 10 years ago
48db87f
Use ' quoting to escape arguments.
by Elliott Hughes
· 10 years ago
bebf693
Merge "Use escape_arg in "adb backup"."
by Elliott Hughes
· 10 years ago
e4b6479
Use escape_arg in "adb backup".
by Elliott Hughes
· 10 years ago
7cf3575
Remove yet more fixed-length buffers (and their overruns).
by Elliott Hughes
· 10 years ago
bbb6b98
Merge "Switch adb over to clang."
by Elliott Hughes
· 10 years ago
d5549a4
Switch adb over to clang.
by Elliott Hughes
· 10 years ago
778df9c
Merge "Fix more buffer overruns."
by Elliott Hughes
· 10 years ago
3810445
Fix more buffer overruns.
by Elliott Hughes
· 10 years ago
c78cb2b
Merge "Use PRI* macros to fix the Windows build."
by Elliott Hughes
· 10 years ago
d1a5b2b
Use PRI* macros to fix the Windows build.
by Elliott Hughes
· 10 years ago
fa1cb7a
Merge "Remove various fixed-length buffers (and their overflows)."
by Elliott Hughes
· 10 years ago
170b568
Remove various fixed-length buffers (and their overflows).
by Elliott Hughes
· 10 years ago
ea62dfe
Merge "Remove extern "C" barriers to using C++."
by Elliott Hughes
· 10 years ago
927cd19
Merge "Show $ADB_VENDOR_KEYS if authentication fails."
by Elliott Hughes
· 10 years ago
fe7ff81
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
ab88242
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
c084e0c
Merge "Move usb_osx to C++."
by Dan Albert
· 10 years ago
0b55ab3
Merge "Link libraries needed for Darwin adb tests."
by Dan Albert
· 10 years ago
2589606
Move usb_osx to C++.
by Dan Albert
· 10 years ago
23bb6e5
Link libraries needed for Darwin adb tests.
by Dan Albert
· 10 years ago
0a34bfb
statically link adb and fastboot against libc++
by Colin Cross
· 10 years ago
6a09693
Move sysdeps_win32 to C++.
by Elliott Hughes
· 10 years ago
392692c
Switch usb_linux_client to C++.
by Elliott Hughes
· 10 years ago
7f963e1
Move get_my_path_darwin to C++.
by Elliott Hughes
· 10 years ago
c6e24a0
Merge "Set verity mode as the verified property value"
by Sami Tolvanen
· 10 years ago
d3ffe9a
Merge "Disable CR/LF translation for adb interactive shell."
by Elliott Hughes
· 10 years ago
7c5dcbb
Disable CR/LF translation for adb interactive shell.
by Alistair Buxton
· 12 years ago
abfa720
Fix "adb devices -l".
by Elliott Hughes
· 10 years ago
ae50460
Merge "Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed."
by Elliott Hughes
· 10 years ago
6a224d4
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
5c54f58
Set verity mode as the verified property value
by Sami Tolvanen
· 10 years ago
0db6764
adb: Add option to reboot into sideload mode in recovery
by Tao Bao
· 10 years ago
d501672
Revert "Remove the emulator special case from the "adb root" code."
by Dan Albert
· 10 years ago
beb6198
adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo
by Spencer Low
· 10 years ago
dec2b24
Additional cleanup of start_device_log.
by Dan Albert
· 10 years ago
d174d5f
Merge "Use text based trace masks for adbd."
by Dan Albert
· 10 years ago
ecbd874
Use text based trace masks for adbd.
by Dan Albert
· 10 years ago
fdd3d64
Merge "The generic failure case disappeared..."
by Dan Albert
· 10 years ago
51e3c9a
Merge "File header cleanup."
by Dan Albert
· 10 years ago
8cfc9fd
The generic failure case disappeared...
by Dan Albert
· 10 years ago
db6fe64
File header cleanup.
by Dan Albert
· 10 years ago
745e10a
Fix clang-format file for correct indent settings.
by Dan Albert
· 10 years ago
0e0ce06
Merge "Fix memory leak on jdwp_process_free()"
by Dan Albert
· 10 years ago
0bdb867
Fix file descriptor leakage in adbd
by Pavel Labath
· 10 years ago
55b8b15
Merge "Revert "Revert "adb: support /oem partition"""
by Elliott Hughes
· 10 years ago
dedf767
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
9afbc0a
Merge "Revert "adb: support /oem partition""
by Dan Albert
· 10 years ago
0c481d0
Revert "adb: support /oem partition"
by Dan Albert
· 10 years ago
ee74574
Merge "Revert "Revert "Create libbase."""
by Dan Albert
· 10 years ago
e9b5974
Merge "adb: support /oem partition"
by Elliott Hughes
· 10 years ago
95b2d54
adb: support /oem partition
by Mårten Kongstad
· 10 years ago
46cf4ee
Revert "Revert "Create libbase.""
by Dan Albert
· 10 years ago
f7dfe34
Merge "Revert "Create libbase.""
by Nicolas Geoffray
· 10 years ago
Next »