summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not call exit() immediately after serving sideloadKelvin Zhang2020-12-141-1/+40
* minadbd: statically link libadbd.Josh Gao2020-03-311-0/+4
* minadbd: Return battery level via getprop.Tao Bao2019-10-051-2/+16
* minadbd: Export minadbd/types.h to libinstall.Tao Bao2019-09-261-1/+1
* Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao2019-07-101-0/+8
|\
| * minadbd sends heartbeat to rescue service for getprop command.Tao Bao2019-07-091-0/+8
* | minadbd: delete unnecessary fdevent.h include.Josh Gao2019-07-091-1/+0
|/
* minadbd: `adb rescue getprop` returns newline-terminated result.Tao Bao2019-06-101-10/+7
* minadbd: Support `adb rescue getprop`.Tao Bao2019-06-051-5/+18
* minadbd: More allowed properties.Tao Bao2019-06-031-1/+8
* ConsumePrefix is now in libbase.Elliott Hughes2019-05-031-5/+5
* Support wipe command in rescue modexunchang2019-04-261-6/+40
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-241-2/+41
* Add test for minadbdxunchang2019-04-231-1/+7
* minadbd: Support rescue install and getprop commands.Tao Bao2019-04-191-14/+81
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-171-0/+6
* Remove the FD parameter from FuseDataProvider ctor.Tao Bao2019-04-161-2/+1
* Add socket communication between recovery and minadbdxunchang2019-04-111-7/+66
* Remove the provider_vtabxunchang2019-03-191-1/+5
* Create a FuseDataProvider base classxunchang2019-03-191-1/+1
* minadbd: daemon_service_to_fd takes std::string_view.Tao Bao2019-01-021-7/+7
* Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.katao2018-09-271-10/+11
* minadbd: avoid overrriding services_to_fd.Josh Gao2018-07-271-22/+8
* minadbd: track signature change of service_to_fd.Josh Gao2018-04-141-1/+1
* Drop -Wno-unused-parameter.Tao Bao2017-10-121-15/+15
* Minor clean up to minadbd_services.cppTianjie Xu2017-04-191-9/+7
* minadbd: switch adb_thread_create to std::thread.Josh Gao2017-04-131-27/+3
* Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-1/+1
* Minor minadbd cleanup.Elliott Hughes2016-06-171-0/+103