summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some basic tests to adb.Dan Albert2015-02-253-18/+107
* Fix the mac build.Dan Albert2015-02-251-2/+3
* Merge "Move transport declarations into transport.h."Dan Albert2015-02-2521-155/+193
|\
| * Move transport declarations into transport.h.Dan Albert2015-02-2421-155/+193
* | Add .clang-format file.Dan Albert2015-02-241-0/+11
|/
* Merge "Add a project wide clang switch."Dan Albert2015-02-251-0/+8
|\
| * Add a project wide clang switch.Dan Albert2015-02-241-0/+8
* | Merge "Remove the emulator special case from the "adb root" code."Elliott Hughes2015-02-241-7/+0
|\ \
| * | Remove the emulator special case from the "adb root" code.Elliott Hughes2015-02-241-7/+0
* | | Make Python tests only check the current device.Dan Albert2015-02-241-46/+19
| |/ |/|
* | Fix Mac build.Dan Albert2015-02-241-1/+1
* | Fix Windows SDK build.Dan Albert2015-02-241-1/+4
|/
* Add missing <stdlib.h> to adb_listeners.c.Elliott Hughes2015-02-241-0/+1
* Merge "Move more into libadb and libadbd."Dan Albert2015-02-241-23/+6
|\
| * Move more into libadb and libadbd.Dan Albert2015-02-201-23/+6
* | Merge "Oops. Fix make variable name. Thanks again, make."Dan Albert2015-02-242-2/+4
|\ \ | |/
| * Oops. Fix make variable name. Thanks again, make.Dan Albert2015-02-202-2/+4
* | Merge "Ignore another stupid lint warning."Dan Albert2015-02-241-1/+1
|\ \ | |/
| * Ignore another stupid lint warning.Dan Albert2015-02-201-1/+1