summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add missing null checks after allocations."Elliott Hughes2015-04-226-10/+26
|\
| * Add missing null checks after allocations.Elliott Hughes2015-04-216-10/+26
* | Plumb more of the error reporting through.Elliott Hughes2015-04-211-7/+4
|/
* Add a couple more adb shell regression tests.Elliott Hughes2015-04-211-0/+4
* Merge "adb: set sys.usb.ffs.ready to signal usb pullup"Badhri Jagan Sridharan2015-04-211-0/+2
|\
| * adb: set sys.usb.ffs.ready to signal usb pullupBadhri Jagan Sridharan2015-04-211-0/+2
* | Add a test for shell escaping.Elliott Hughes2015-04-211-0/+8
* | Fix "adb sync" for devices without vendor and oem.Elliott Hughes2015-04-213-28/+24
|/
* Merge "Always explain why bind(2) failed."Elliott Hughes2015-04-215-23/+27
|\
| * Always explain why bind(2) failed.Elliott Hughes2015-04-205-23/+27
* | Merge "Use ' quoting to escape arguments."Elliott Hughes2015-04-212-32/+31
|\ \
| * | Use ' quoting to escape arguments.Elliott Hughes2015-04-172-32/+31
| |/
* | Fix windows adb buildColin Cross2015-04-201-1/+4
* | Merge "statically link adb and fastboot against libc++"Colin Cross2015-04-201-0/+7
|\ \
| * | statically link adb and fastboot against libc++Colin Cross2015-04-161-0/+7
* | | Fix the Windows adb build.Elliott Hughes2015-04-193-20/+29
| |/ |/|
* | Use escape_arg in "adb backup".Elliott Hughes2015-04-172-39/+22
* | Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-176-90/+27
* | Switch adb over to clang.Elliott Hughes2015-04-171-1/+1
* | Merge "Fix more buffer overruns."Elliott Hughes2015-04-176-223/+232
|\ \
| * | Fix more buffer overruns.Elliott Hughes2015-04-176-223/+232
* | | Use PRI* macros to fix the Windows build.Elliott Hughes2015-04-171-4/+6
|/ /
* | Remove various fixed-length buffers (and their overflows).Elliott Hughes2015-04-172-110/+59
* | Merge "Remove extern "C" barriers to using C++."Elliott Hughes2015-04-1715-124/+21
|\ \
| * | Remove extern "C" barriers to using C++.Elliott Hughes2015-04-1715-124/+21
* | | Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-165-50/+40
|/ /
* | Merge "Move usb_osx to C++."Dan Albert2015-04-172-10/+11
|\ \
| * | Move usb_osx to C++.Dan Albert2015-04-162-10/+11
* | | Merge "Link libraries needed for Darwin adb tests."Dan Albert2015-04-171-0/+4
|\ \ \ | |/ /
| * | Link libraries needed for Darwin adb tests.Dan Albert2015-04-161-0/+4
* | | Move sysdeps_win32 to C++.Elliott Hughes2015-04-163-98/+74
|/ /
* | Switch usb_linux_client to C++.Elliott Hughes2015-04-162-31/+17
* | Move get_my_path_darwin to C++.Elliott Hughes2015-04-162-1/+1
|/
* Merge "Set verity mode as the verified property value"Sami Tolvanen2015-04-071-4/+4
|\
| * Set verity mode as the verified property valueSami Tolvanen2015-03-311-4/+4
* | Disable CR/LF translation for adb interactive shell.Alistair Buxton2015-04-051-14/+10
* | Fix "adb devices -l".Elliott Hughes2015-04-031-17/+14
* | Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-3/+0
|/
* adb: Add option to reboot into sideload mode in recoveryTao Bao2015-03-313-35/+79
* Revert "Remove the emulator special case from the "adb root" code."Dan Albert2015-03-281-0/+7
* adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echoSpencer Low2015-03-263-11/+909
* Additional cleanup of start_device_log.Dan Albert2015-03-202-8/+19
* Use text based trace masks for adbd.Dan Albert2015-03-192-63/+88
* Merge "The generic failure case disappeared..."Dan Albert2015-03-202-0/+14
|\
| * The generic failure case disappeared...Dan Albert2015-03-192-0/+14
* | Merge "File header cleanup."Dan Albert2015-03-2024-89/+148
|\ \ | |/ |/|
| * File header cleanup.Dan Albert2015-03-1924-89/+148
* | Fix clang-format file for correct indent settings.Dan Albert2015-03-191-2/+2
|/
* Merge "Fix memory leak on jdwp_process_free()"Dan Albert2015-03-191-0/+1
|\
| * Fix memory leak on jdwp_process_free()SungHyun Kwon2015-03-031-0/+1