summaryrefslogtreecommitdiffstats
path: root/adb/client/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: support wait-for- with multiple states.Elliott Hughes2020-03-131-24/+9
* Revert "adb: Add wait-for-online command"Luca Stefani2020-03-131-4/+4
* adb: host: Fix windows build after 5c0999cLuK13372020-02-081-1/+2
* adb: host: Provide better sideload statusTom Marshall2019-12-231-14/+31
* adb: Add wait-for-online commandSteve Kondik2019-12-111-4/+4
* adb: Allow `adb rescue getprop`.Tao Bao2019-06-061-3/+15
* Support adb rescue wipe commandxunchang2019-04-291-3/+33
* adb: Support rescue install and getprop.Tao Bao2019-04-261-25/+46
* adb: Recognize rescue mode.Tao Bao2019-04-261-3/+4
* adb: avoid sign extension of shell return code.Josh Gao2019-03-151-1/+4
* adb: attempt to exec newer adb servers on Linux.Josh Gao2019-03-141-7/+11
* adb: make root/unroot wait for the device to come back.Josh Gao2019-03-111-1/+22
* Merge "Restrict scanning port range, not emulator count"Josh Gao2019-03-081-1/+3
|\
| * Restrict scanning port range, not emulator countTim Baverstock2019-03-071-1/+3
* | adb: wait for device to disconnect upon `adb root`.Josh Gao2019-02-251-4/+5
* | adb: implement wait-for-disconnect.Josh Gao2019-02-251-4/+5
|/
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-44/+21
* Adding new feature to adb "abb".Alex Buynytskyy2019-01-181-0/+11
* Merge "Admit that there's more `adb install` help available."Treehugger Robot2019-01-121-1/+1
|\
| * Admit that there's more `adb install` help available.Elliott Hughes2019-01-111-1/+1
* | Adds atomic install support to adbPatrick Baumann2019-01-111-1/+7
|/
* Merge "adbd: Automatically disable verity in adb remount."David Anderson2019-01-091-1/+3
|\
| * adbd: Automatically disable verity in adb remount.David Anderson2018-12-171-1/+3
* | Adding Android Binder Bridge (abb) utility launched from adbd.Alex Buynytskyy2019-01-071-46/+48
|/
* Merge "Change --fastdeploy behaviour"Treehugger Robot2018-12-171-2/+2
|\
| * Change --fastdeploy behaviourHenry Daitx2018-12-141-2/+2
* | adb: make `adb raw` bidirectional.Josh Gao2018-12-121-1/+37
* | Merge "Removes ASEC-related install flags"Treehugger Robot2018-12-071-2/+0
|\ \ | |/ |/|
| * Removes ASEC-related install flagsPatrick Baumann2018-12-071-2/+0
* | adb: stop using adbkey.pub.Josh Gao2018-11-151-10/+7
|/
* adb: correct tcpip help messagebohu2018-10-241-2/+2
* adb: don't use <error.h>.Elliott Hughes2018-10-221-49/+49
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-92/+79
* Merge "adb: add reboot-fastboot command"Treehugger Robot2018-10-121-0/+5
|\
| * adb: add reboot-fastboot commandMark Salyzyn2018-10-111-0/+5
* | Merge changes from topic "windows-libcxx"Pirama Arumuga Nainar2018-10-111-1/+0
|\ \ | |/ |/|
| * Adapt to switch to libc++ for WindowsPirama Arumuga Nainar2018-09-211-1/+0
* | Support > 2GiB seeks in adb_lseek.Elliott Hughes2018-09-261-12/+19
|/
* Small clean ups for issues raised in reviews of fastdeployIdries Hamadi2018-09-071-1/+1
* adb: static constexpr.Elliott Hughes2018-09-051-4/+3
* Make sync and remount support product_services.Anton Hansson2018-08-311-2/+3
* Merge "Integrate adb with fastdeploy"Treehugger Robot2018-08-211-305/+14
|\
| * Integrate adb with fastdeployIdries Hamadi2018-08-061-305/+14
* | adb: minor cleanup.Josh Gao2018-08-101-6/+6
|/
* Accept DexMetadata files (.dm) for install-multipleCalin Juravle2018-08-031-4/+4
* adb: fix error message for `adb {forward,reverse}`Josh Gao2018-07-311-1/+1
* adb: split shell_service.h into client/daemon/protocol parts.Josh Gao2018-07-251-1/+1
* adb: split file_sync_service.h into client and daemon parts.Josh Gao2018-07-251-1/+1
* adb: Remove most C-style allocationsLuis Hector Chavez2018-07-191-13/+9
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-4/+4