summaryrefslogtreecommitdiffstats
path: root/minadbd/services.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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