aboutsummaryrefslogtreecommitdiffstats
path: root/minadbd
Commit message (Expand)AuthorAgeFilesLines
* minadbd: use strdup() to create argument for sideload thread.Yabin Cui2015-11-071-2/+4
* recovery: Switch to clangTao Bao2015-11-071-0/+1
* Allow sideloading without authentication.Elliott Hughes2015-06-231-1/+5
* Fix mips64 minadbd_test build.Elliott Hughes2015-05-011-1/+1
* Move minadb over to new API.Elliott Hughes2015-05-012-13/+9
* Fix minadb_test build breakage.Elliott Hughes2015-05-011-1/+1
* 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-132-2/+1
* Add tests for read_block_adb.Dan Albert2015-02-264-16/+124
* This read accidentally got turned in to a write.Dan Albert2015-02-261-1/+1
* Fix readx/writex names.Dan Albert2015-02-251-4/+6
* Merge "Remove _(GNU|XOPEN)_SORUCE makefile cruft."Dan Albert2015-02-251-2/+0
|\
| * Remove _(GNU|XOPEN)_SORUCE makefile cruft.Dan Albert2015-02-241-2/+0
* | Fix LP64 build for minadbd.Narayan Kamath2015-02-251-2/+2
|/
* Fix build from implicit declaration.Dan Albert2015-02-244-18/+23
* Kill of most of the remainder of minadbd.Dan Albert2015-02-196-1573/+7
* Move adb_main to its own file.Dan Albert2015-02-193-30/+42
* Remove dead code.Dan Albert2015-02-181-38/+0
* Use headers from adb.Dan Albert2015-02-186-660/+3
* Remove unused code.Dan Albert2015-02-183-183/+0
* Lose USB transport code to libadb.Dan Albert2015-02-185-1469/+2
* Add extern "C" to all the headers.Dan Albert2015-02-186-0/+52
* Add missing includes.Elliott Hughes2015-01-291-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-121-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-251-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-051-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-194-14/+28
* support "sideload over ADB" modeDoug Zongker2012-01-1016-0/+5529