summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Fix file descriptor leakage in adbdPavel Labath2015-03-173-10/+20
* | Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-168-104/+122
* | Revert "adb: support /oem partition"Dan Albert2015-03-163-94/+100
* | adb: support /oem partitionMÃ¥rten Kongstad2015-03-163-100/+94
* | Create libbase.Dan Albert2015-03-142-10/+9
* | adb doesn't actually use libzipfile.Elliott Hughes2015-03-133-3/+0
* | Fix build from -Werror=maybe-uninitialized.Dan Albert2015-03-091-1/+1
* | Move adb to C++.Dan Albert2015-03-0934-278/+317
* | Merge "Fix a writex transcription error."Dan Albert2015-03-091-1/+1
|\ \
| * | Fix a writex transcription error.Dan Albert2015-03-091-1/+1
| |/
* | Make the root/unroot test more robust.Dan Albert2015-03-091-2/+22
|/
* check if uid=0 before attempting remountNick Kralevich2015-02-251-0/+6
* Test readx/writex (now renamed).Dan Albert2015-02-2519-211/+435
* Remove _(GNU|XOPEN)_SOURCE makefile cruft.Dan Albert2015-02-251-4/+6