summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* adbd: enable USB SuperSpeed (again)Jack Pham2015-08-241-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
* | 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