| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow sideloading without authentication. | Elliott Hughes | 2015-06-23 | 1 | -1/+5 |
* | Fix mips64 minadbd_test build. | Elliott Hughes | 2015-05-01 | 1 | -1/+1 |
* | Move minadb over to new API. | Elliott Hughes | 2015-05-01 | 2 | -13/+9 |
* | Fix minadb_test build breakage. | Elliott Hughes | 2015-05-01 | 1 | -1/+1 |
* | Stop using adb_strtok, and check argument validity. | Elliott Hughes | 2015-04-28 | 1 | -9/+10 |
* | Switch minadb over to C++. | Elliott Hughes | 2015-04-10 | 5 | -27/+12 |
* | Remove unused libutils references. | Dan Albert | 2015-03-13 | 2 | -2/+1 |
* | Add tests for read_block_adb. | Dan Albert | 2015-02-26 | 4 | -16/+124 |
* | This read accidentally got turned in to a write. | Dan Albert | 2015-02-26 | 1 | -1/+1 |
* | Fix readx/writex names. | Dan Albert | 2015-02-25 | 1 | -4/+6 |
* | Merge "Remove _(GNU|XOPEN)_SORUCE makefile cruft." | Dan Albert | 2015-02-25 | 1 | -2/+0 |
|\ |
|
| * | Remove _(GNU|XOPEN)_SORUCE makefile cruft. | Dan Albert | 2015-02-24 | 1 | -2/+0 |
* | | Fix LP64 build for minadbd. | Narayan Kamath | 2015-02-25 | 1 | -2/+2 |
|/ |
|
* | Fix build from implicit declaration. | Dan Albert | 2015-02-24 | 4 | -18/+23 |
* | Kill of most of the remainder of minadbd. | Dan Albert | 2015-02-19 | 6 | -1573/+7 |
* | Move adb_main to its own file. | Dan Albert | 2015-02-19 | 3 | -30/+42 |
* | Remove dead code. | Dan Albert | 2015-02-18 | 1 | -38/+0 |
* | Use headers from adb. | Dan Albert | 2015-02-18 | 6 | -660/+3 |
* | Remove unused code. | Dan Albert | 2015-02-18 | 3 | -183/+0 |
* | Lose USB transport code to libadb. | Dan Albert | 2015-02-18 | 5 | -1469/+2 |
* | Add extern "C" to all the headers. | Dan Albert | 2015-02-18 | 6 | -0/+52 |
* | Add missing includes. | Elliott Hughes | 2015-01-29 | 1 | -0/+1 |
* | Merge "Start losing code to libadb." | Dan Albert | 2015-01-27 | 2 | -698/+0 |
|\ |
|
| * | Start losing code to libadb. | Dan Albert | 2014-11-25 | 2 | -698/+0 |
* | | Fix the v2 descriptor handling. | Christopher Ferris | 2015-01-26 | 1 | -11/+6 |
* | | adbd: Support for new f_fs descriptor format | Badhri Jagan Sridharan | 2015-01-26 | 1 | -54/+107 |
|/ |
|
* | kill HAVE_FORKEXEC | Yabin Cui | 2014-11-12 | 1 | -1/+1 |
* | am 28ffde5e: Merge "Revert "Copy epoll(2) changes to minadb."" | Dan Albert | 2014-09-26 | 1 | -4/+21 |
|\ |
|
| * | Revert "Copy epoll(2) changes to minadb." | Dan Albert | 2014-09-25 | 1 | -4/+21 |
* | | am 530b61e0: Merge "Copy epoll(2) changes to minadb." | Elliott Hughes | 2014-09-23 | 1 | -21/+4 |
|\ \
| |/ |
|
| * | Copy epoll(2) changes to minadb. | Elliott Hughes | 2014-09-23 | 1 | -21/+4 |
* | | refactor fuse sideloading code | Doug Zongker | 2014-07-10 | 6 | -522/+76 |
* | | sideload without holding the whole package in RAM | Doug Zongker | 2014-07-02 | 6 | -48/+557 |
|/ |
|
* | Merge "exit instead of return if sideload file creation fails" | Doug Zongker | 2014-05-16 | 1 | -1/+1 |
|\ |
|
| * | exit instead of return if sideload file creation fails | Ethan Yonker | 2013-01-09 | 1 | -1/+1 |
* | | Recovery 64-bit compile issues | Mark Salyzyn | 2014-03-14 | 3 | -4/+5 |
* | | Merge "ADB sideload command not work" | Doug Zongker | 2014-02-26 | 3 | -11/+358 |
|\ \ |
|
| * | | ADB sideload command not work | Da Zhou | 2014-01-17 | 3 | -11/+358 |
* | | | recovery: fix building with pointer-to-int errors turned on | Colin Cross | 2014-02-05 | 1 | -2/+2 |
* | | | minadbd: remove dead code | Colin Cross | 2014-01-24 | 2 | -25/+0 |
|/ / |
|
* | | minadbd: remove unnecessary header files. | Nick Kralevich | 2013-03-01 | 1 | -2/+0 |
|/ |
|
* | remove unused code from minadbd | Doug Zongker | 2012-03-20 | 6 | -1157/+9 |
* | run minadbd as shell user | Doug Zongker | 2012-03-19 | 4 | -14/+28 |
* | support "sideload over ADB" mode | Doug Zongker | 2012-01-10 | 16 | -0/+5529 |