index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
minadbd
/
minadbd_services.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not call exit() immediately after serving sideload
Kelvin Zhang
2020-12-14
1
-1
/
+40
*
minadbd: statically link libadbd.
Josh Gao
2020-03-31
1
-0
/
+4
*
minadbd: Return battery level via getprop.
Tao Bao
2019-10-05
1
-2
/
+16
*
minadbd: Export minadbd/types.h to libinstall.
Tao Bao
2019-09-26
1
-1
/
+1
*
Merge "minadbd sends heartbeat to rescue service for getprop command."
Tao Bao
2019-07-10
1
-0
/
+8
|
\
|
*
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
2019-07-09
1
-0
/
+8
*
|
minadbd: delete unnecessary fdevent.h include.
Josh Gao
2019-07-09
1
-1
/
+0
|
/
*
minadbd: `adb rescue getprop` returns newline-terminated result.
Tao Bao
2019-06-10
1
-10
/
+7
*
minadbd: Support `adb rescue getprop`.
Tao Bao
2019-06-05
1
-5
/
+18
*
minadbd: More allowed properties.
Tao Bao
2019-06-03
1
-1
/
+8
*
ConsumePrefix is now in libbase.
Elliott Hughes
2019-05-03
1
-5
/
+5
*
Support wipe command in rescue mode
xunchang
2019-04-26
1
-6
/
+40
*
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
2019-04-24
1
-2
/
+41
*
Add test for minadbd
xunchang
2019-04-23
1
-1
/
+7
*
minadbd: Support rescue install and getprop commands.
Tao Bao
2019-04-19
1
-14
/
+81
*
Allow entering rescue mode via recovery UI.
Tao Bao
2019-04-17
1
-0
/
+6
*
Remove the FD parameter from FuseDataProvider ctor.
Tao Bao
2019-04-16
1
-2
/
+1
*
Add socket communication between recovery and minadbd
xunchang
2019-04-11
1
-7
/
+66
*
Remove the provider_vtab
xunchang
2019-03-19
1
-1
/
+5
*
Create a FuseDataProvider base class
xunchang
2019-03-19
1
-1
/
+1
*
minadbd: daemon_service_to_fd takes std::string_view.
Tao Bao
2019-01-02
1
-7
/
+7
*
Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.
katao
2018-09-27
1
-10
/
+11
*
minadbd: avoid overrriding services_to_fd.
Josh Gao
2018-07-27
1
-22
/
+8
*
minadbd: track signature change of service_to_fd.
Josh Gao
2018-04-14
1
-1
/
+1
*
Drop -Wno-unused-parameter.
Tao Bao
2017-10-12
1
-15
/
+15
*
Minor clean up to minadbd_services.cpp
Tianjie Xu
2017-04-19
1
-9
/
+7
*
minadbd: switch adb_thread_create to std::thread.
Josh Gao
2017-04-13
1
-27
/
+3
*
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
2016-11-16
1
-1
/
+1
*
Minor minadbd cleanup.
Elliott Hughes
2016-06-17
1
-0
/
+103