Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More adb buffer fixes. | Elliott Hughes | 2015-05-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | | This patch factors out a lot of the basic protocol code: sending OKAY, sending FAIL, and sending a length-prefixed string. ADB_TRACE has been non-optional for a long time, so let's just remove the #ifs. Also actually build the device tracker test tool (and remove its duplicate). Bug: http://b/20666660 Change-Id: I6c7d59f18707bdc62ca69dea45547617f9f31fc6 (cherry picked from commit e67f1f87d9b1188ec8617035db7006c37ee7b21e) | ||||
* | Remove strtok from adb. | Elliott Hughes | 2015-04-28 | 1 | -79/+0 |
| | | | | | | | | Also fix android::base::Split to behave like Java, Python, and google3. (cherry picked from commit 8d5fa6da44d56511b3e173bc463cbc65ff221b4a) Change-Id: I9388ae37ee8dd4a4a6c2a9a19f068b70d9a78353 | ||||
* | Move sysdeps_win32 to C++. | Elliott Hughes | 2015-04-16 | 1 | -0/+3133 |
Change-Id: I27ca41b64d62bb3611b3a39a5c3bb4377d0773bc |