summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-20Track API change.Elliott Hughes1-1/+1
2020-12-14Do not call exit() immediately after serving sideloadKelvin Zhang1-1/+40
2020-04-01minadbd: statically link libadbd.Josh Gao1-0/+4
2020-03-31minadbd: statically link libadbd.Josh Gao1-0/+4
2019-10-05minadbd: Return battery level via getprop.Tao Bao1-2/+16
2019-09-26minadbd: Export minadbd/types.h to libinstall.Tao Bao1-1/+1
2019-07-17minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-0/+8
2019-07-16minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-0/+8
2019-07-11minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-0/+8
2019-07-09minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-0/+8
2019-07-09minadbd: delete unnecessary fdevent.h include.Josh Gao1-1/+0
2019-06-11minadbd: `adb rescue getprop` returns newline-terminated result.Tao Bao1-10/+7
2019-06-10minadbd: `adb rescue getprop` returns newline-terminated result.Tao Bao1-10/+7
2019-06-06minadbd: Support `adb rescue getprop`.Tao Bao1-5/+18
2019-06-06minadbd: More allowed properties.Tao Bao1-1/+8
2019-06-05minadbd: Support `adb rescue getprop`.Tao Bao1-5/+18
2019-06-03minadbd: More allowed properties.Tao Bao1-1/+8
2019-05-03ConsumePrefix is now in libbase.Elliott Hughes1-5/+5
2019-04-30Support wipe command in rescue modexunchang1-6/+40
2019-04-26minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao1-2/+41
2019-04-26Add test for minadbdxunchang1-1/+7
2019-04-26minadbd: Support rescue install and getprop commands.Tao Bao1-14/+81
2019-04-26Remove the FD parameter from FuseDataProvider ctor.Tao Bao1-2/+1
2019-04-26Allow entering rescue mode via recovery UI.Tao Bao1-0/+6
2019-04-26Support wipe command in rescue modexunchang1-6/+40
2019-04-24minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao1-2/+41
2019-04-23Add test for minadbdxunchang1-1/+7
2019-04-19minadbd: Support rescue install and getprop commands.Tao Bao1-14/+81
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao1-0/+6
2019-04-16DO NOT MERGE: Add socket communication between recovery and minadbdxunchang1-7/+66
2019-04-16Remove the FD parameter from FuseDataProvider ctor.Tao Bao1-2/+1
2019-04-11Add socket communication between recovery and minadbdxunchang1-7/+66
2019-03-19Remove the provider_vtabxunchang1-1/+5
2019-03-19Create a FuseDataProvider base classxunchang1-1/+1
2019-01-02minadbd: daemon_service_to_fd takes std::string_view.Tao Bao1-7/+7
2018-09-27Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.katao1-10/+11
2018-07-27minadbd: avoid overrriding services_to_fd.Josh Gao1-22/+8
2018-04-14minadbd: track signature change of service_to_fd.Josh Gao1-1/+1
2018-04-14minadbd: track signature change of service_to_fd.Josh Gao1-1/+1
2017-10-12Drop -Wno-unused-parameter.Tao Bao1-15/+15
2017-04-19Minor clean up to minadbd_services.cppTianjie Xu1-9/+7
2017-04-13minadbd: switch adb_thread_create to std::thread.Josh Gao1-27/+3
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-1/+1
2016-11-09Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-1/+1
2016-06-17Minor minadbd cleanup.Elliott Hughes1-3/+2
2016-02-23minadbd: update for adb_thread_create signature change.Josh Gao1-2/+1
2016-02-13minadbd: update for adb_thread_create signature change.Josh Gao1-2/+1
2015-09-30minadbd: use strdup() to create argument for sideload thread.Yabin Cui1-2/+4
2015-09-24minadbd: move from D() to VLOG().Yabin Cui1-2/+1
2015-09-04minadbd: update service_to_fd() signature.David Pursell1-1/+1
2015-05-05Track adb_thread_create API change.Elliott Hughes1-4/+2
2015-04-28Stop using adb_strtok, and check argument validity.Elliott Hughes1-9/+10
2015-04-28Stop using adb_strtok, and check argument validity.Elliott Hughes1-9/+10
2015-04-10Switch minadb over to C++.Elliott Hughes1-14/+8
2015-02-25Fix LP64 build for minadbd.Narayan Kamath1-2/+2
2015-02-25Fix build from implicit declaration.Dan Albert1-6/+8
2015-02-19Remove dead code.Dan Albert1-38/+0
2015-02-19Use headers from adb.Dan Albert1-2/+2
2014-07-10refactor fuse sideloading codeDoug Zongker1-2/+2
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-33/+18
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-2/+2
2013-01-09exit instead of return if sideload file creation failsEthan Yonker1-1/+1
2012-03-20run minadbd as shell user, remove unused codeDoug Zongker1-0/+1
2012-03-20run minadbd as shell userDoug Zongker1-0/+1
2012-01-18support "sideload over ADB" modeDoug Zongker1-0/+161
2012-01-10support "sideload over ADB" modeDoug Zongker1-0/+161