summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_system_core ...Wolfgang Wiedmeyer2016-12-124-46/+179
|\
| * Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-074-46/+179
| |\
| | * adb: use asocket's close function when closing.Josh Gao2016-07-211-3/+1
| | * adb: switch the socket list mutex to a recursive_mutex.Josh Gao2016-07-214-45/+180
* | | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_system_core ...Wolfgang Wiedmeyer2016-03-182-3/+5
|\ \ \ | |/ /
| * | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/sy...Steve Kondik2016-03-112-3/+5
| |\ \
| | * | Backport missing null check in "adb get-state".Elliott Hughes2015-09-011-1/+1
| | * | Minimal fix for adb backup.Elliott Hughes2015-08-261-2/+4
| | |/
| | * adbd: enable USB SuperSpeed (again)Jack Pham2015-08-241-1/+49
* | | strrchr() returns const char*, so casting is necessaryWolfgang Wiedmeyer2016-01-073-8/+8
|/ /
* | adb: host: Provide better sideload statusTom Marshall2015-12-011-15/+30
* | adb: Fix recovery_modeTom Marshall2015-12-012-4/+6
* | Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/system/co...Steve Kondik2015-11-161-32/+27
|\ \
| * | Revert "adbd: Don't close/reopen FFS ep0 on disconnect"Mayank Rana2015-10-261-32/+27
* | | adb: Fix compilation issueSteve Kondik2015-10-181-2/+1
* | | adb: Changes for factory modeTom Marshall2015-10-171-1/+3
* | | adb: Allow configuring the adb shell with a persistent property.rbox2015-10-171-1/+6
* | | adb: Fix compilation warningSteve Kondik2015-10-171-0/+2
* | | adb: Look for bu in /sbin when in recovery modeTom Marshall2015-10-173-2/+17
* | | fix up adb to prefer /sbin/sh if it existsKoushik K. Dutta2015-10-171-2/+14
* | | adb: Add a few more wait-for commandsSteve Kondik2015-10-173-2/+13
* | | adb: Add "wait-for-sideload" commandSteve Kondik2015-10-171-0/+3
* | | adbd: Disable "adb root" by system property (2/3)Steve Kondik2015-10-171-0/+13
|/ /
* | adbd: enable USB SuperSpeed (again)Jack Pham2015-10-061-1/+49
|/
* fs_config: replace getenv('OUT') by new fs_config parameterThierry Strudel2015-07-091-2/+2
* Ignore ro.adb.secure in user builds.Elliott Hughes2015-06-195-11/+11
* adb: win32: fix key files reading/writingSpencer Low2015-06-121-3/+3
* Improve adb install help.Svetoslav2015-06-011-0/+7
* Document the -g option to adb install.Lorenzo Colitti2015-05-281-2/+3
* Fix ' escaping in adb.Elliott Hughes2015-05-153-8/+29
* Failure to find an oem partition should not be a remount failure.Elliott Hughes2015-05-113-31/+20
* Fix "adb remount" for devices without an oem partition.Elliott Hughes2015-05-082-53/+37
* Merge "Be tolerant of devices that don't report serials." into mnc-devBenson Leung2015-05-082-28/+30
|\
| * Be tolerant of devices that don't report serials.Dan Albert2015-05-072-28/+30
* | Try to include the SHA in a ddmslib-compatible way.Elliott Hughes2015-05-081-2/+2
|/
* Include the git sha in the adb version.Dan Albert2015-05-063-21/+34
* Implement the ssh(1) escaping rules.Elliott Hughes2015-05-052-70/+50
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-0114-158/+110
* More adb buffer fixes.Elliott Hughes2015-05-0122-599/+306
* More fixed-length buffer removal.Elliott Hughes2015-04-306-272/+153
* Add missing 'else' to fix all devices showing up as "host".Elliott Hughes2015-04-291-2/+3
* Fix Win32 build.Elliott Hughes2015-04-291-1/+1
* Move __adb_error to std::string, and improve various errors.Elliott Hughes2015-04-294-179/+185
* Remove strtok from adb.Elliott Hughes2015-04-284-189/+57
* Support the full length of USB serial numbers.Elliott Hughes2015-04-273-89/+45
* Improve logging of USBDEVFS_CLAIMINTERFACE failures.Elliott Hughes2015-04-251-24/+20
* 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