aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove LOCAL_CLANGLennart Wieboldt2017-07-251-2/+0
* minadbd: Fix a failing test due to SIGPIPE.Tao Bao2017-04-251-9/+11
* Minor clean up to minadbd_services.cppTianjie Xu2017-04-191-9/+7
* minadbd: switch adb_thread_create to std::thread.Josh Gao2017-04-131-27/+3
* Add test config to minadbd_testDan Shi2017-03-292-0/+27
* Address review comment.Elliott Hughes2017-01-091-1/+1
* Move to .md files for even trivial documentation.Elliott Hughes2017-01-071-0/+0
* Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-1/+1
* minadbd: rename adb_server_main to minadbd_main.Josh Gao2016-08-303-2/+26
* adb headers now refer to openssl headers.Elliott Hughes2016-08-091-1/+1
* Minor minadbd cleanup.Elliott Hughes2016-06-164-8/+3
* minadbd: update for adb_thread_create signature change.Josh Gao2016-02-121-2/+1
* Track name change from adb_main to adb_server_main.Elliott Hughes2015-11-201-1/+1
* minadbd: use strdup() to create argument for sideload thread.Yabin Cui2015-09-291-2/+4
* minadbd: move from D() to VLOG().Yabin Cui2015-09-232-5/+2
* minadbd: update service_to_fd() signature.David Pursell2015-09-031-1/+1
* Fix recovery image build.Elliott Hughes2015-08-071-1/+1
* Allow sideloading without authentication.Elliott Hughes2015-06-231-1/+5
* recovery: Switch to clangTao Bao2015-06-031-0/+1
* Fix build following adb change.Dan Albert2015-05-081-5/+1
* Track adb_thread_create API change.Elliott Hughes2015-05-051-4/+2
* Fix mips64 minadbd_test build.Elliott Hughes2015-05-021-1/+1
* Move minadb over to new API.Elliott Hughes2015-05-012-14/+10
* 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-142-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-251-2/+0
* | Fix LP64 build for minadbd.Narayan Kamath2015-02-251-2/+2
|/
* Fix build from implicit declaration.Dan Albert2015-02-254-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-262-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