summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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