summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-14minadbd: track signature change of service_to_fd.Josh Gao1-1/+1
2017-11-28FBE for Pixel 2Ethan Yonker1-0/+33
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