Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
428167ec13ac6077a7f8b26b21d27d7d6a992f8e
/
adb
862d7b7
Merge "adb: win32: get test_adb.py running and passing 100%"
by Elliott Hughes
· 10 years ago
20fba19
Merge "adb: fix adb_close() vs. unix_close() usage"
by Elliott Hughes
· 10 years ago
549c258
Fix error handling/reporting for "adb forward" and "adb reverse".
by Elliott Hughes
· 10 years ago
d1590a4
adb: win32: get test_adb.py running and passing 100%
by Spencer Low
· 10 years ago
41d90e4
adb: fix adb_close() vs. unix_close() usage
by Spencer Low
· 10 years ago
a10a175
Improve logging.
by Dan Albert
· 10 years ago
aabf558
Merge "Clean up adb_trace_init."
by Dan Albert
· 10 years ago
889c68f
Merge "Make atransport be a real class."
by Dan Albert
· 10 years ago
ae6174d
Make atransport be a real class.
by Dan Albert
· 10 years ago
ff75e1d
Turn on -Wextra.
by Dan Albert
· 10 years ago
637920e
Clean up adb_trace_init.
by Dan Albert
· 10 years ago
68fdb7a
adb / libbase: clean up NOGDI and evil ERROR macro
by Spencer Low
· 10 years ago
0edd4c5
Merge "Make connection states a proper type."
by Dan Albert
· 10 years ago
7dedc65
Make connection states a proper type.
by Dan Albert
· 10 years ago
80aea5c
Ignore whitespace/indent issues from cpplint.
by Dan Albert
· 10 years ago
9f8d1dd
Merge "adb: win32: fix key files reading/writing"
by Dan Albert
· 10 years ago
384afa6
Make pty raw in adb shell when non-interactive.
by Dan Albert
· 10 years ago
1f728e8
Merge "adb: win32: fix StringPrintf format string checking of %zd and PRIu64"
by Dan Albert
· 10 years ago
a505bcc
Merge "adb: win32: fix daemon acknowledgement"
by Dan Albert
· 10 years ago
6083fb7
Fix ' escaping in adb.
by Elliott Hughes
· 10 years ago
7eb05ea
adb: win32: fix StringPrintf format string checking of %zd and PRIu64
by Spencer Low
· 10 years ago
ea98962
adb: Do not share memory between multiple thread
by Alan Jeon
· 10 years ago
e19e5ff
adb: win32: fix daemon acknowledgement
by Spencer Low
· 10 years ago
cc84fbb
Failure to find an oem partition should not be a remount failure.
by Elliott Hughes
· 10 years ago
0cd66e0
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
b7a4a6f
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
4e0b847
Revert "Probably fix the Mac build."
by Dan Albert
· 10 years ago
65c1971
Probably fix the Mac build.
by Dan Albert
· 10 years ago
7697efd
Merge "Fix "adb remount" for devices without an oem partition."
by Elliott Hughes
· 10 years ago
3afd82c
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
0f5bec0
Merge "Try to include the SHA in a ddmslib-compatible way."
by Elliott Hughes
· 10 years ago
d9957bb
Fix "adb remount" for devices without an oem partition.
by Elliott Hughes
· 10 years ago
5e83e14
Try to include the SHA in a ddmslib-compatible way.
by Elliott Hughes
· 10 years ago
7c9f059
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
e8a56f0
adb: win32: fix key files reading/writing
by Spencer Low
· 10 years ago
f8efb47
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
fbc1d6a
Be tolerant of devices that don't report serials.
by Dan Albert
· 10 years ago
dbe6d3e
Add some missing 'static's.
by Elliott Hughes
· 10 years ago
a57aca5
Include the git sha in the adb version.
by Dan Albert
· 10 years ago
24764ec
Merge "Disable adb tests for Windows."
by Dan Albert
· 10 years ago
e946c24
Disable adb tests for Windows.
by Dan Albert
· 10 years ago
d0c7d0e
_beginthread returns uintptr_t.
by Elliott Hughes
· 10 years ago
cdc3c92
Simplify adb_thread_create.
by Elliott Hughes
· 10 years ago
376a423
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
36f0c3c
Remove non-functional "adb persist".
by Elliott Hughes
· 10 years ago
4476664
Merge "Implement the ssh(1) escaping rules."
by Elliott Hughes
· 10 years ago
df8a948
Implement the ssh(1) escaping rules.
by Elliott Hughes
· 10 years ago
9200d6e
Make test_track_devices.cpp output easier to read.
by Elliott Hughes
· 10 years ago
a3b5ec8
Add WriteFdFmt and clean up more code.
by Elliott Hughes
· 10 years ago
b068ccb
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
24b0b4b
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
e739a0c
Add missing 'else' to fix all devices showing up as "host".
by Elliott Hughes
· 10 years ago
faa775b
Fix Win32 build.
by Elliott Hughes
· 10 years ago
8117c71
Move __adb_error to std::string, and improve various errors.
by Elliott Hughes
· 10 years ago
39fbcd5
Remove strtok from adb.
by Elliott Hughes
· 10 years ago
1923ea6
Support the full length of USB serial numbers.
by Elliott Hughes
· 10 years ago
e4b8e51
Improve logging of USBDEVFS_CLAIMINTERFACE failures.
by Elliott Hughes
· 10 years ago
0fc5811
Merge "Add missing null checks after allocations."
by Elliott Hughes
· 10 years ago
2213c2d
Add missing null checks after allocations.
by Elliott Hughes
· 10 years ago
71528fc
Plumb more of the error reporting through.
by Elliott Hughes
· 10 years ago
9217fd5
Add a couple more adb shell regression tests.
by Elliott Hughes
· 10 years ago
a95e7a0
Merge "adb: set sys.usb.ffs.ready to signal usb pullup"
by Badhri Jagan Sridharan
· 10 years ago
8ac242f
adb: set sys.usb.ffs.ready to signal usb pullup
by Badhri Jagan Sridharan
· 10 years ago
e139d62
Add a test for shell escaping.
by Elliott Hughes
· 10 years ago
a9ec2d1
Fix "adb sync" for devices without vendor and oem.
by Elliott Hughes
· 10 years ago
b26ef78
Merge "Always explain why bind(2) failed."
by Elliott Hughes
· 10 years ago
2ee7de5
Merge "Use ' quoting to escape arguments."
by Elliott Hughes
· 10 years ago
b74e37f
Fix windows adb build
by Colin Cross
· 10 years ago
7743a69
Merge "statically link adb and fastboot against libc++"
by Colin Cross
· 10 years ago
9a8cad9
Always explain why bind(2) failed.
by Elliott Hughes
· 10 years ago
1d7c1e2
Fix the Windows adb build.
by Elliott Hughes
· 10 years ago
a4fa66d
Use ' quoting to escape arguments.
by Elliott Hughes
· 10 years ago
bde9dd6
Use escape_arg in "adb backup".
by Elliott Hughes
· 10 years ago
832562c
Remove yet more fixed-length buffers (and their overruns).
by Elliott Hughes
· 10 years ago
230cd81
Switch adb over to clang.
by Elliott Hughes
· 10 years ago
8bbc83c
Merge "Fix more buffer overruns."
by Elliott Hughes
· 10 years ago
74ef4fe
Fix more buffer overruns.
by Elliott Hughes
· 10 years ago
fb68945
Use PRI* macros to fix the Windows build.
by Elliott Hughes
· 10 years ago
b47b5e9
Remove various fixed-length buffers (and their overflows).
by Elliott Hughes
· 10 years ago
97f426b
Merge "Remove extern "C" barriers to using C++."
by Elliott Hughes
· 10 years ago
a075416
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
52b9855
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
51d19e1
Merge "Move usb_osx to C++."
by Dan Albert
· 10 years ago
f644813
Merge "Link libraries needed for Darwin adb tests."
by Dan Albert
· 10 years ago
db386ba
Move usb_osx to C++.
by Dan Albert
· 10 years ago
c95508b
Link libraries needed for Darwin adb tests.
by Dan Albert
· 10 years ago
9fec6f7
statically link adb and fastboot against libc++
by Colin Cross
· 10 years ago
dc993c3
Move sysdeps_win32 to C++.
by Elliott Hughes
· 10 years ago
4627ff4
Switch usb_linux_client to C++.
by Elliott Hughes
· 10 years ago
aff71c1
Move get_my_path_darwin to C++.
by Elliott Hughes
· 10 years ago
491ad6e
Merge "Set verity mode as the verified property value"
by Sami Tolvanen
· 10 years ago
7e35194
Disable CR/LF translation for adb interactive shell.
by Alistair Buxton
· 12 years ago
1317dc3
Fix "adb devices -l".
by Elliott Hughes
· 10 years ago
d72fe20
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
5d70a74
Set verity mode as the verified property value
by Sami Tolvanen
· 10 years ago
a5638ec
adb: Add option to reboot into sideload mode in recovery
by Tao Bao
· 10 years ago
be4210d
Revert "Remove the emulator special case from the "adb root" code."
by Dan Albert
· 10 years ago
e7f5d34
adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo
by Spencer Low
· 10 years ago
ee7036c
Additional cleanup of start_device_log.
by Dan Albert
· 10 years ago
498a3a8
Use text based trace masks for adbd.
by Dan Albert
· 10 years ago
Next »