summaryrefslogtreecommitdiffstats
path: root/minadbd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-14minadbd: track signature change of service_to_fd.Josh Gao1-1/+1
2017-12-12Fix build error in AOSP 8.1.0 r1 treeandroid-8.0Ethan Yonker1-0/+27
2017-11-28FBE for Pixel 2Ethan Yonker1-0/+33
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-11build: Consolidate the crypto_utils presence testsD. Andrei Măceș1-1/+2
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-09-15Fix libcrypto dependency in 6.0 treesEthan Yonker1-1/+9
2016-08-30minadbd: rename adb_server_main to minadbd_main.Josh Gao3-2/+26
2016-08-26Fix compatibility across the boardEthan Yonker3-2/+15
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-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-11-08Update adb sideload featureEthan Yonker1-1/+1
2014-11-07Fix up libminadbd make fileEthan Yonker1-2/+1
2014-11-07Fix up old libminui to compileEthan Yonker1-1/+1
2014-10-28adbd: Support for new f_fs descriptor formatBadhri Jagan Sridharan1-54/+107
2014-10-07ADB sideload command not workDa Zhou3-11/+358
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-04-04Move all AOSP code out of recovery binaryDees_Troy1-4/+5
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-09-19Improve adb sideload - use storage vs tmpDees_Troy2-4/+10
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