summaryrefslogtreecommitdiffstats
path: root/minadbd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-14Do not call exit() immediately after serving sideloadKelvin Zhang1-1/+40
2020-10-23Migrate system/core/adb to packages/modules/adbBaligh Uddin1-1/+1
2020-10-23Migrate system/core/adb to packages/modules/adbBaligh Uddin1-1/+1
2020-10-22Migrate system/core/adb to packages/modules/adbBaligh Uddin1-1/+1
2020-08-24Fix flaky tests by require root for minadbd_testsKelvin Zhang2-1/+3
2020-06-08Track rename of adbd_system_binaries.Josh Gao1-1/+1
2020-06-02Track rename of adbd_system_binaries.Josh Gao1-1/+1
2020-04-01minadbd: statically link libadbd.Josh Gao2-3/+13
2020-03-31minadbd: statically link libadbd.Josh Gao2-3/+13
2019-10-23Use adbd_system_binaries to track adbd's dependencies.Josh Gao1-0/+4
2019-10-05minadbd: Return battery level via getprop.Tao Bao2-2/+20
2019-09-27minadbd: Update README.md.Tao Bao1-8/+24
2019-09-26minadbd: Export minadbd/types.h to libinstall.Tao Bao5-5/+12
2019-09-13Link libcrypto dynamically for recovery unit tests.Pete Bentley1-1/+1
2019-07-17minadbd sends heartbeat to rescue service for getprop command.Tao Bao2-0/+9
2019-07-16minadbd sends heartbeat to rescue service for getprop command.Tao Bao2-0/+9
2019-07-11minadbd sends heartbeat to rescue service for getprop command.Tao Bao2-0/+9
2019-07-09minadbd sends heartbeat to rescue service for getprop command.Tao Bao2-0/+9
2019-07-09minadbd: delete unnecessary fdevent.h include.Josh Gao1-1/+0
2019-06-20Support starting fuse from a block mapTianjie Xu1-0/+4
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-05-01Implement FuseBlockDataProviderxunchang1-0/+5
2019-04-30Support wipe command in rescue modexunchang3-8/+44
2019-04-26minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao3-8/+54
2019-04-26Add test for minadbdxunchang4-1/+226
2019-04-26minadbd: Support rescue install and getprop commands.Tao Bao5-21/+82
2019-04-26Remove the FD parameter from FuseDataProvider ctor.Tao Bao2-10/+8
2019-04-26Allow entering rescue mode via recovery UI.Tao Bao3-2/+18
2019-04-26Support wipe command in rescue modexunchang3-8/+44
2019-04-24minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao3-8/+54
2019-04-23Add test for minadbdxunchang4-1/+226
2019-04-19minadbd: Support rescue install and getprop commands.Tao Bao5-21/+82
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao3-2/+18
2019-04-16DO NOT MERGE: Add socket communication between recovery and minadbdxunchang5-25/+187
2019-04-16Remove the FD parameter from FuseDataProvider ctor.Tao Bao2-10/+8
2019-04-11Add socket communication between recovery and minadbdxunchang5-25/+187
2019-03-19Remove the provider_vtabxunchang3-18/+5
2019-03-19Create a FuseDataProvider base classxunchang5-39/+45
2019-01-02minadbd: daemon_service_to_fd takes std::string_view.Tao Bao2-7/+9
2018-12-03C++17 is the default now.Elliott Hughes1-1/+0
2018-11-13minadbd: track adb C++ version change.Josh Gao1-0/+1
2018-10-01Move to new isolation test runner.Christopher Ferris1-1/+1
2018-09-27Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.katao1-10/+11
2018-08-13Reland "Build and use minadbd as a shared library."Tao Bao1-9/+9
2018-08-10Build `recovery` with Soong.Tao Bao1-0/+1
2018-08-08Revert "Build and use minadbd as a shared library."Tao Bao1-9/+7
2018-08-07Build and use minadbd as a shared library.Tao Bao1-7/+9
2018-07-27minadbd: avoid overrriding services_to_fd.Josh Gao1-22/+8
2018-07-23Revert "Make recovery libraries shared / recovery_available"Hridya Valsaraju1-5/+3
2018-07-20Make recovery libraries shared / recovery_availableJerry Zhang1-3/+5
2018-07-20Make recovery libraries shared / recovery_availableJerry Zhang1-3/+5
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
2018-03-07Export fuse_sideload.h for libfusesideload.Tao Bao1-1/+1
2018-03-07minadbd: Move to Soong.Tao Bao2-55/+78
2017-11-15minadbd: Remove two warning options.Tao Bao1-3/+1
2017-11-04Clean up fuse_sideload and add a testcase.Tao Bao3-35/+32
2017-11-03Switch to bionic gtest in bootable/recoveryTianjie Xu1-2/+7
2017-10-12Drop -Wno-unused-parameter.Tao Bao2-16/+31
2017-07-25Remove LOCAL_CLANGLennart Wieboldt1-2/+0
2017-04-25minadbd: Fix a failing test due to SIGPIPE.Tao Bao1-9/+11
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
2017-03-29Add test config to minadbd_testDan Shi2-0/+27
2017-01-09Address review comment.Elliott Hughes1-1/+1
2017-01-07Move to .md files for even trivial documentation.Elliott Hughes1-0/+0
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-08-30minadbd: rename adb_server_main to minadbd_main.Josh Gao3-2/+26
2016-08-10adb headers now refer to openssl headers.Elliott Hughes1-1/+1
2016-06-17Minor minadbd cleanup.Elliott Hughes4-8/+3
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-11-20Track name change from adb_main to adb_server_main.Elliott Hughes1-1/+1
2015-11-16recovery: Switch to clangTao Bao1-0/+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 Cui2-5/+2
2015-09-04minadbd: update service_to_fd() signature.David Pursell1-1/+1
2015-08-07Fix recovery image build.Elliott Hughes1-1/+1
2015-06-23Allow sideloading without authentication.Elliott Hughes1-1/+5
2015-06-23Allow sideloading without authentication.Elliott Hughes1-1/+5
2015-06-03recovery: Switch to clangTao Bao1-0/+1
2015-05-08Fix build following adb change.Dan Albert1-5/+1
2015-05-05Track adb_thread_create API change.Elliott Hughes1-4/+2
2015-05-02Fix mips64 minadbd_test build.Elliott Hughes1-1/+1
2015-05-02Fix mips64 minadbd_test build.Elliott Hughes1-1/+1
2015-05-02Move minadb over to new API.Elliott Hughes2-13/+9
2015-05-02Fix minadb_test build breakage.Elliott Hughes1-1/+1
2015-05-02Fix minadb_test build breakage.Elliott Hughes1-1/+1
2015-05-02Move minadb over to new API.Elliott Hughes2-14/+10
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 Hughes5-27/+12
2015-03-14Remove unused libutils references.Dan Albert2-2/+1
2015-02-27Add tests for read_block_adb.Dan Albert4-16/+124
2015-02-26This read accidentally got turned in to a write.Dan Albert1-1/+1
2015-02-26Fix readx/writex names.Dan Albert1-4/+6
2015-02-25Fix LP64 build for minadbd.Narayan Kamath1-2/+2
2015-02-25Remove _(GNU|XOPEN)_SORUCE makefile cruft.Dan Albert1-2/+0
2015-02-25Fix build from implicit declaration.Dan Albert4-18/+23
2015-02-20Kill of most of the remainder of minadbd.Dan Albert6-1573/+7
2015-02-19Move adb_main to its own file.Dan Albert3-30/+42
2015-02-19Remove dead code.Dan Albert1-38/+0
2015-02-19Use headers from adb.Dan Albert6-660/+3
2015-02-19Remove unused code.Dan Albert3-183/+0
2015-02-19Lose USB transport code to libadb.Dan Albert5-1469/+2
2015-02-18Add extern "C" to all the headers.Dan Albert6-0/+52
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2015-01-26Fix the v2 descriptor handling.Christopher Ferris1-11/+6
2015-01-26adbd: Support for new f_fs descriptor formatBadhri Jagan Sridharan1-54/+107
2014-11-25Start losing code to libadb.Dan Albert2-698/+0
2014-11-13kill HAVE_FORKEXECYabin Cui1-1/+1
2014-10-28adbd: Support for new f_fs descriptor formatBadhri Jagan Sridharan1-54/+107
2014-09-26Revert "Copy epoll(2) changes to minadb."Dan Albert1-4/+21
2014-09-23Copy epoll(2) changes to minadb.Elliott Hughes1-21/+4
2014-07-10refactor fuse sideloading codeDoug Zongker6-522/+76
2014-07-02sideload without holding the whole package in RAMDoug Zongker6-48/+557
2014-03-14Recovery 64-bit compile issuesMark Salyzyn3-4/+5
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-2/+2
2014-01-24minadbd: remove dead codeColin Cross2-25/+0
2014-01-17ADB sideload command not workDa Zhou3-11/+358
2013-03-01minadbd: remove unnecessary header files.Nick Kralevich1-2/+0
2013-01-09exit instead of return if sideload file creation failsEthan Yonker1-1/+1
2012-03-20run minadbd as shell user, remove unused codeDoug Zongker8-1171/+37
2012-03-20remove unused code from minadbdDoug Zongker6-1157/+9
2012-03-20run minadbd as shell userDoug Zongker4-14/+28
2012-01-18support "sideload over ADB" modeDoug Zongker16-0/+5529
2012-01-10support "sideload over ADB" modeDoug Zongker16-0/+5529