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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
1
-0
/
+8
2019-07-09
minadbd: delete unnecessary fdevent.h include.
Josh Gao
1
-1
/
+0
2019-06-10
minadbd: `adb rescue getprop` returns newline-terminated result.
Tao Bao
1
-10
/
+7
2019-06-05
minadbd: Support `adb rescue getprop`.
Tao Bao
1
-5
/
+18
2019-06-03
minadbd: More allowed properties.
Tao Bao
1
-1
/
+8
2019-05-03
ConsumePrefix is now in libbase.
Elliott Hughes
1
-5
/
+5
2019-04-26
Support wipe command in rescue mode
xunchang
1
-6
/
+40
2019-04-24
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
1
-2
/
+41
2019-04-23
Add test for minadbd
xunchang
1
-1
/
+7
2019-04-19
minadbd: Support rescue install and getprop commands.
Tao Bao
1
-14
/
+81
2019-04-17
Allow entering rescue mode via recovery UI.
Tao Bao
1
-0
/
+6
2019-04-16
Remove the FD parameter from FuseDataProvider ctor.
Tao Bao
1
-2
/
+1
2019-04-11
Add socket communication between recovery and minadbd
xunchang
1
-7
/
+66
2019-03-19
Remove the provider_vtab
xunchang
1
-1
/
+5
2019-03-19
Create a FuseDataProvider base class
xunchang
1
-1
/
+1
2019-01-02
minadbd: daemon_service_to_fd takes std::string_view.
Tao Bao
1
-7
/
+7
2018-09-27
Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.
katao
1
-10
/
+11
2018-07-27
minadbd: avoid overrriding services_to_fd.
Josh Gao
1
-22
/
+8
2018-04-14
minadbd: track signature change of service_to_fd.
Josh Gao
1
-1
/
+1
2018-04-14
minadbd: track signature change of service_to_fd.
Josh Gao
1
-1
/
+1
2017-10-12
Drop -Wno-unused-parameter.
Tao Bao
1
-15
/
+15
2017-04-19
Minor clean up to minadbd_services.cpp
Tianjie Xu
1
-9
/
+7
2017-04-13
minadbd: switch adb_thread_create to std::thread.
Josh Gao
1
-27
/
+3
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-1
/
+1
2016-11-09
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-1
/
+1
2016-06-17
Minor minadbd cleanup.
Elliott Hughes
1
-3
/
+2
2016-02-23
minadbd: update for adb_thread_create signature change.
Josh Gao
1
-2
/
+1
2016-02-13
minadbd: update for adb_thread_create signature change.
Josh Gao
1
-2
/
+1
2015-09-30
minadbd: use strdup() to create argument for sideload thread.
Yabin Cui
1
-2
/
+4
2015-09-24
minadbd: move from D() to VLOG().
Yabin Cui
1
-2
/
+1
2015-09-04
minadbd: update service_to_fd() signature.
David Pursell
1
-1
/
+1
2015-05-05
Track adb_thread_create API change.
Elliott Hughes
1
-4
/
+2
2015-04-28
Stop using adb_strtok, and check argument validity.
Elliott Hughes
1
-9
/
+10
2015-04-28
Stop using adb_strtok, and check argument validity.
Elliott Hughes
1
-9
/
+10
2015-04-10
Switch minadb over to C++.
Elliott Hughes
1
-14
/
+8
2015-02-25
Fix LP64 build for minadbd.
Narayan Kamath
1
-2
/
+2
2015-02-25
Fix build from implicit declaration.
Dan Albert
1
-6
/
+8
2015-02-19
Remove dead code.
Dan Albert
1
-38
/
+0
2015-02-19
Use headers from adb.
Dan Albert
1
-2
/
+2
2014-07-10
refactor fuse sideloading code
Doug Zongker
1
-2
/
+2
2014-07-02
sideload without holding the whole package in RAM
Doug Zongker
1
-33
/
+18
2014-02-06
recovery: fix building with pointer-to-int errors turned on
Colin Cross
1
-2
/
+2
2013-01-09
exit instead of return if sideload file creation fails
Ethan Yonker
1
-1
/
+1
2012-03-20
run minadbd as shell user, remove unused code
Doug Zongker
1
-0
/
+1
2012-03-20
run minadbd as shell user
Doug Zongker
1
-0
/
+1
2012-01-18
support "sideload over ADB" mode
Doug Zongker
1
-0
/
+161
2012-01-10
support "sideload over ADB" mode
Doug Zongker
1
-0
/
+161