summaryrefslogtreecommitdiffstats
path: root/minadbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not call exit() immediately after serving sideloadKelvin Zhang2020-12-141-1/+40
* Migrate system/core/adb to packages/modules/adbBaligh Uddin2020-10-231-1/+1
* Fix flaky tests by require root for minadbd_testsKelvin Zhang2020-08-242-1/+3
* Track rename of adbd_system_binaries.Josh Gao2020-06-021-1/+1
* minadbd: statically link libadbd.Josh Gao2020-03-312-3/+13
* Use adbd_system_binaries to track adbd's dependencies.Josh Gao2019-10-231-0/+4
* minadbd: Return battery level via getprop.Tao Bao2019-10-052-2/+20
* minadbd: Update README.md.Tao Bao2019-09-271-8/+24
* minadbd: Export minadbd/types.h to libinstall.Tao Bao2019-09-265-5/+12
* Link libcrypto dynamically for recovery unit tests.Pete Bentley2019-09-131-1/+1
* Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao2019-07-102-0/+9
|\
| * minadbd sends heartbeat to rescue service for getprop command.Tao Bao2019-07-092-0/+9
* | minadbd: delete unnecessary fdevent.h include.Josh Gao2019-07-091-1/+0
|/
* Support starting fuse from a block mapTianjie Xu2019-06-201-0/+4
* 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
* Merge "ConsumePrefix is now in libbase."Elliott Hughes2019-05-041-5/+5
|\
| * ConsumePrefix is now in libbase.Elliott Hughes2019-05-031-5/+5
* | Implement FuseBlockDataProviderxunchang2019-05-011-0/+5
|/
* Support wipe command in rescue modexunchang2019-04-263-8/+44
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-243-8/+54
* Add test for minadbdxunchang2019-04-234-1/+226
* minadbd: Support rescue install and getprop commands.Tao Bao2019-04-195-21/+82
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-173-2/+18
* Remove the FD parameter from FuseDataProvider ctor.Tao Bao2019-04-162-10/+8
* Add socket communication between recovery and minadbdxunchang2019-04-115-25/+187
* Remove the provider_vtabxunchang2019-03-193-18/+5
* Create a FuseDataProvider base classxunchang2019-03-195-39/+45
* minadbd: daemon_service_to_fd takes std::string_view.Tao Bao2019-01-022-7/+9
* C++17 is the default now.Elliott Hughes2018-12-031-1/+0
* minadbd: track adb C++ version change.Josh Gao2018-11-131-0/+1
* Move to new isolation test runner.Christopher Ferris2018-10-011-1/+1
* Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload.katao2018-09-271-10/+11
* Reland "Build and use minadbd as a shared library."Tao Bao2018-08-131-9/+9
* Build `recovery` with Soong.Tao Bao2018-08-101-0/+1
* Revert "Build and use minadbd as a shared library."Tao Bao2018-08-081-9/+7
* Build and use minadbd as a shared library.Tao Bao2018-08-071-7/+9
* 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
* Export fuse_sideload.h for libfusesideload.Tao Bao2018-03-071-1/+1
* minadbd: Move to Soong.Tao Bao2018-03-072-55/+78
* minadbd: Remove two warning options.Tao Bao2017-11-151-3/+1
* Merge "Switch to bionic gtest in bootable/recovery"Tianjie Xu2017-11-061-2/+7
|\
| * Switch to bionic gtest in bootable/recoveryTianjie Xu2017-11-031-2/+7
* | Clean up fuse_sideload and add a testcase.Tao Bao2017-11-043-35/+32
|/
* Drop -Wno-unused-parameter.Tao Bao2017-10-122-16/+31
* Remove LOCAL_CLANGLennart Wieboldt2017-07-251-2/+0
* minadbd: Fix a failing test due to SIGPIPE.Tao Bao2017-04-251-9/+11
* 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
* Add test config to minadbd_testDan Shi2017-03-292-0/+27
* Address review comment.Elliott Hughes2017-01-091-1/+1
* Move to .md files for even trivial documentation.Elliott Hughes2017-01-071-0/+0
* Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-1/+1
* minadbd: rename adb_server_main to minadbd_main.Josh Gao2016-08-303-2/+26
* adb headers now refer to openssl headers.Elliott Hughes2016-08-101-1/+1
* Minor minadbd cleanup.Elliott Hughes2016-06-174-8/+3
* minadbd: update for adb_thread_create signature change.Josh Gao2016-02-131-2/+1
* Track name change from adb_main to adb_server_main.Elliott Hughes2015-11-201-1/+1
* minadbd: use strdup() to create argument for sideload thread.Yabin Cui2015-09-301-2/+4
* minadbd: move from D() to VLOG().Yabin Cui2015-09-242-5/+2
* minadbd: update service_to_fd() signature.David Pursell2015-09-041-1/+1
* Fix recovery image build.Elliott Hughes2015-08-071-1/+1
* Allow sideloading without authentication.Elliott Hughes2015-06-231-1/+5
* recovery: Switch to clangTao Bao2015-06-031-0/+1
* Fix build following adb change.Dan Albert2015-05-081-5/+1
* Track adb_thread_create API change.Elliott Hughes2015-05-051-4/+2
* Fix mips64 minadbd_test build.Elliott Hughes2015-05-021-1/+1
* Move minadb over to new API.Elliott Hughes2015-05-022-14/+10
* Stop using adb_strtok, and check argument validity.Elliott Hughes2015-04-281-9/+10
* Switch minadb over to C++.Elliott Hughes2015-04-105-27/+12
* Remove unused libutils references.Dan Albert2015-03-142-2/+1
* Add tests for read_block_adb.Dan Albert2015-02-274-16/+124
* This read accidentally got turned in to a write.Dan Albert2015-02-261-1/+1
* Fix readx/writex names.Dan Albert2015-02-261-4/+6
* Merge "Remove _(GNU|XOPEN)_SORUCE makefile cruft."Dan Albert2015-02-251-2/+0
|\
| * Remove _(GNU|XOPEN)_SORUCE makefile cruft.Dan Albert2015-02-251-2/+0
* | Fix LP64 build for minadbd.Narayan Kamath2015-02-251-2/+2
|/
* Fix build from implicit declaration.Dan Albert2015-02-254-18/+23
* Kill of most of the remainder of minadbd.Dan Albert2015-02-206-1573/+7
* Move adb_main to its own file.Dan Albert2015-02-193-30/+42
* Remove dead code.Dan Albert2015-02-191-38/+0
* Use headers from adb.Dan Albert2015-02-196-660/+3
* Remove unused code.Dan Albert2015-02-193-183/+0
* Lose USB transport code to libadb.Dan Albert2015-02-195-1469/+2
* Add extern "C" to all the headers.Dan Albert2015-02-186-0/+52
* Add missing includes.Elliott Hughes2015-01-301-0/+1
* Merge "Start losing code to libadb."Dan Albert2015-01-272-698/+0
|\
| * Start losing code to libadb.Dan Albert2014-11-252-698/+0
* | Fix the v2 descriptor handling.Christopher Ferris2015-01-261-11/+6
* | adbd: Support for new f_fs descriptor formatBadhri Jagan Sridharan2015-01-261-54/+107
|/
* kill HAVE_FORKEXECYabin Cui2014-11-131-1/+1
* am 28ffde5e: Merge "Revert "Copy epoll(2) changes to minadb.""Dan Albert2014-09-261-4/+21
|\
| * Revert "Copy epoll(2) changes to minadb."Dan Albert2014-09-261-4/+21
* | am 530b61e0: Merge "Copy epoll(2) changes to minadb."Elliott Hughes2014-09-231-21/+4
|\|
| * Copy epoll(2) changes to minadb.Elliott Hughes2014-09-231-21/+4
* | refactor fuse sideloading codeDoug Zongker2014-07-106-522/+76
* | sideload without holding the whole package in RAMDoug Zongker2014-07-026-48/+557
|/
* Merge "exit instead of return if sideload file creation fails"Doug Zongker2014-05-161-1/+1
|\
| * exit instead of return if sideload file creation failsEthan Yonker2013-01-091-1/+1
* | Recovery 64-bit compile issuesMark Salyzyn2014-03-143-4/+5
* | Merge "ADB sideload command not work"Doug Zongker2014-02-263-11/+358
|\ \
| * | ADB sideload command not workDa Zhou2014-01-173-11/+358
* | | recovery: fix building with pointer-to-int errors turned onColin Cross2014-02-061-2/+2
* | | minadbd: remove dead codeColin Cross2014-01-242-25/+0
|/ /
* / minadbd: remove unnecessary header files.Nick Kralevich2013-03-011-2/+0
|/
* remove unused code from minadbdDoug Zongker2012-03-206-1157/+9
* run minadbd as shell userDoug Zongker2012-03-204-14/+28
* support "sideload over ADB" modeDoug Zongker2012-01-1016-0/+5529