summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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