summaryrefslogtreecommitdiff
path: root/minadbd
AgeCommit message (Expand)Author
2021-12-14Suppression of socket connect from minadbd (CL 2/2)Shaju Mathew
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour
2020-12-14Do not call exit() immediately after serving sideloadKelvin Zhang
2020-10-23Migrate system/core/adb to packages/modules/adbBaligh Uddin
2020-08-24Fix flaky tests by require root for minadbd_testsKelvin Zhang
2020-06-01Track rename of adbd_system_binaries.Josh Gao
2020-03-30minadbd: statically link libadbd.Josh Gao
2019-10-23Use adbd_system_binaries to track adbd's dependencies.Josh Gao
2019-10-04minadbd: Return battery level via getprop.Tao Bao
2019-09-27minadbd: Update README.md.Tao Bao
2019-09-26minadbd: Export minadbd/types.h to libinstall.Tao Bao
2019-09-13Link libcrypto dynamically for recovery unit tests.Pete Bentley
2019-07-10Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao
2019-07-09minadbd sends heartbeat to rescue service for getprop command.Tao Bao
2019-07-08minadbd: delete unnecessary fdevent.h include.Josh Gao
2019-06-20Support starting fuse from a block mapTianjie Xu
2019-06-10minadbd: `adb rescue getprop` returns newline-terminated result.Tao Bao
2019-06-04minadbd: Support `adb rescue getprop`.Tao Bao
2019-06-03minadbd: More allowed properties.Tao Bao
2019-05-04Merge "ConsumePrefix is now in libbase."Elliott Hughes
2019-05-03ConsumePrefix is now in libbase.Elliott Hughes
2019-05-01Implement FuseBlockDataProviderxunchang
2019-04-26Support wipe command in rescue modexunchang
2019-04-23minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao
2019-04-23Add test for minadbdxunchang
2019-04-19minadbd: Support rescue install and getprop commands.Tao Bao
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao
2019-04-15Remove the FD parameter from FuseDataProvider ctor.Tao Bao
2019-04-11Add socket communication between recovery and minadbdxunchang
2019-03-19Remove the provider_vtabxunchang
2019-03-19Create a FuseDataProvider base classxunchang
2019-01-02minadbd: daemon_service_to_fd takes std::string_view.Tao Bao
2018-12-03C++17 is the default now.Elliott Hughes
2018-11-13minadbd: track adb C++ version change.Josh Gao
2018-10-01Move to new isolation test runner.Christopher Ferris
2018-09-27Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.katao
2018-08-13Reland "Build and use minadbd as a shared library."Tao Bao
2018-08-10Build `recovery` with Soong.Tao Bao
2018-08-07Revert "Build and use minadbd as a shared library."Tao Bao
2018-08-06Build and use minadbd as a shared library.Tao Bao
2018-07-27minadbd: avoid overrriding services_to_fd.Josh Gao
2018-04-13minadbd: track signature change of service_to_fd.Josh Gao
2018-03-07Export fuse_sideload.h for libfusesideload.Tao Bao
2018-03-06minadbd: Move to Soong.Tao Bao
2017-11-15minadbd: Remove two warning options.Tao Bao
2017-11-06Merge "Switch to bionic gtest in bootable/recovery"Tianjie Xu
2017-11-03Clean up fuse_sideload and add a testcase.Tao Bao
2017-11-03Switch to bionic gtest in bootable/recoveryTianjie Xu
2017-10-11Drop -Wno-unused-parameter.Tao Bao
2017-07-25Remove LOCAL_CLANGLennart Wieboldt