summaryrefslogtreecommitdiffstats
path: root/adb/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve adb install help.Svetoslav2015-06-011-0/+7
* Document the -g option to adb install.Lorenzo Colitti2015-05-281-2/+3
* Fix "adb remount" for devices without an oem partition.Elliott Hughes2015-05-081-22/+15
* 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-061-2/+2
* Implement the ssh(1) escaping rules.Elliott Hughes2015-05-051-70/+39
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-17/+12
* More adb buffer fixes.Elliott Hughes2015-05-011-11/+2
* More fixed-length buffer removal.Elliott Hughes2015-04-301-148/+64
* Move __adb_error to std::string, and improve various errors.Elliott Hughes2015-04-291-76/+90
* Merge "Add missing null checks after allocations."Elliott Hughes2015-04-221-0/+6
|\
| * Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+6
* | Plumb more of the error reporting through.Elliott Hughes2015-04-211-7/+4
|/
* Fix "adb sync" for devices without vendor and oem.Elliott Hughes2015-04-211-22/+16
* Fix the Windows adb build.Elliott Hughes2015-04-191-0/+10
* Use escape_arg in "adb backup".Elliott Hughes2015-04-171-26/+18
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-84/+12
* Merge "Fix more buffer overruns."Elliott Hughes2015-04-171-217/+107
|\
| * Fix more buffer overruns.Elliott Hughes2015-04-171-217/+107
* | 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-171-110/+58
* Move sysdeps_win32 to C++.Elliott Hughes2015-04-161-3/+1
* Disable CR/LF translation for adb interactive shell.Alistair Buxton2015-04-051-14/+10
* adb: Add option to reboot into sideload mode in recoveryTao Bao2015-03-311-20/+21
* adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echoSpencer Low2015-03-261-7/+4
* File header cleanup.Dan Albert2015-03-191-3/+4
* Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-161-25/+42
* Revert "adb: support /oem partition"Dan Albert2015-03-161-42/+25
* adb: support /oem partitionMÃ¥rten Kongstad2015-03-161-25/+42
* Move adb to C++.Dan Albert2015-03-091-0/+2065