index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
client
/
commandline.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: support wait-for- with multiple states.
Elliott Hughes
2020-03-13
1
-24
/
+9
*
Revert "adb: Add wait-for-online command"
Luca Stefani
2020-03-13
1
-4
/
+4
*
adb: host: Fix windows build after 5c0999c
LuK1337
2020-02-08
1
-1
/
+2
*
adb: host: Provide better sideload status
Tom Marshall
2019-12-23
1
-14
/
+31
*
adb: Add wait-for-online command
Steve Kondik
2019-12-11
1
-4
/
+4
*
adb: Allow `adb rescue getprop`.
Tao Bao
2019-06-06
1
-3
/
+15
*
Support adb rescue wipe command
xunchang
2019-04-29
1
-3
/
+33
*
adb: Support rescue install and getprop.
Tao Bao
2019-04-26
1
-25
/
+46
*
adb: Recognize rescue mode.
Tao Bao
2019-04-26
1
-3
/
+4
*
adb: avoid sign extension of shell return code.
Josh Gao
2019-03-15
1
-1
/
+4
*
adb: attempt to exec newer adb servers on Linux.
Josh Gao
2019-03-14
1
-7
/
+11
*
adb: make root/unroot wait for the device to come back.
Josh Gao
2019-03-11
1
-1
/
+22
*
Merge "Restrict scanning port range, not emulator count"
Josh Gao
2019-03-08
1
-1
/
+3
|
\
|
*
Restrict scanning port range, not emulator count
Tim Baverstock
2019-03-07
1
-1
/
+3
*
|
adb: wait for device to disconnect upon `adb root`.
Josh Gao
2019-02-25
1
-4
/
+5
*
|
adb: implement wait-for-disconnect.
Josh Gao
2019-02-25
1
-4
/
+5
|
/
*
adb: convert more stuff to unique_fd.
Josh Gao
2019-01-23
1
-44
/
+21
*
Adding new feature to adb "abb".
Alex Buynytskyy
2019-01-18
1
-0
/
+11
*
Merge "Admit that there's more `adb install` help available."
Treehugger Robot
2019-01-12
1
-1
/
+1
|
\
|
*
Admit that there's more `adb install` help available.
Elliott Hughes
2019-01-11
1
-1
/
+1
*
|
Adds atomic install support to adb
Patrick Baumann
2019-01-11
1
-1
/
+7
|
/
*
Merge "adbd: Automatically disable verity in adb remount."
David Anderson
2019-01-09
1
-1
/
+3
|
\
|
*
adbd: Automatically disable verity in adb remount.
David Anderson
2018-12-17
1
-1
/
+3
*
|
Adding Android Binder Bridge (abb) utility launched from adbd.
Alex Buynytskyy
2019-01-07
1
-46
/
+48
|
/
*
Merge "Change --fastdeploy behaviour"
Treehugger Robot
2018-12-17
1
-2
/
+2
|
\
|
*
Change --fastdeploy behaviour
Henry Daitx
2018-12-14
1
-2
/
+2
*
|
adb: make `adb raw` bidirectional.
Josh Gao
2018-12-12
1
-1
/
+37
*
|
Merge "Removes ASEC-related install flags"
Treehugger Robot
2018-12-07
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Removes ASEC-related install flags
Patrick Baumann
2018-12-07
1
-2
/
+0
*
|
adb: stop using adbkey.pub.
Josh Gao
2018-11-15
1
-10
/
+7
|
/
*
adb: correct tcpip help message
bohu
2018-10-24
1
-2
/
+2
*
adb: don't use <error.h>.
Elliott Hughes
2018-10-22
1
-49
/
+49
*
adb: rationalize fatal/error logging.
Elliott Hughes
2018-10-19
1
-92
/
+79
*
Merge "adb: add reboot-fastboot command"
Treehugger Robot
2018-10-12
1
-0
/
+5
|
\
|
*
adb: add reboot-fastboot command
Mark Salyzyn
2018-10-11
1
-0
/
+5
*
|
Merge changes from topic "windows-libcxx"
Pirama Arumuga Nainar
2018-10-11
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Adapt to switch to libc++ for Windows
Pirama Arumuga Nainar
2018-09-21
1
-1
/
+0
*
|
Support > 2GiB seeks in adb_lseek.
Elliott Hughes
2018-09-26
1
-12
/
+19
|
/
*
Small clean ups for issues raised in reviews of fastdeploy
Idries Hamadi
2018-09-07
1
-1
/
+1
*
adb: static constexpr.
Elliott Hughes
2018-09-05
1
-4
/
+3
*
Make sync and remount support product_services.
Anton Hansson
2018-08-31
1
-2
/
+3
*
Merge "Integrate adb with fastdeploy"
Treehugger Robot
2018-08-21
1
-305
/
+14
|
\
|
*
Integrate adb with fastdeploy
Idries Hamadi
2018-08-06
1
-305
/
+14
*
|
adb: minor cleanup.
Josh Gao
2018-08-10
1
-6
/
+6
|
/
*
Accept DexMetadata files (.dm) for install-multiple
Calin Juravle
2018-08-03
1
-4
/
+4
*
adb: fix error message for `adb {forward,reverse}`
Josh Gao
2018-07-31
1
-1
/
+1
*
adb: split shell_service.h into client/daemon/protocol parts.
Josh Gao
2018-07-25
1
-1
/
+1
*
adb: split file_sync_service.h into client and daemon parts.
Josh Gao
2018-07-25
1
-1
/
+1
*
adb: Remove most C-style allocations
Luis Hector Chavez
2018-07-19
1
-13
/
+9
*
[adb] Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-13
1
-4
/
+4
[next]