aboutsummaryrefslogtreecommitdiff
path: root/minadbd
AgeCommit message (Expand)Author
2018-04-13minadbd: track signature change of service_to_fd.Josh Gao
2017-11-15minadbd: Remove two warning options.Tao Bao
2017-11-06Merge "Switch to bionic gtest in bootable/recovery"Tianjie Xu
2017-11-03Clean up fuse_sideload and add a testcase.Tao Bao
2017-11-03Switch to bionic gtest in bootable/recoveryTianjie Xu
2017-10-11Drop -Wno-unused-parameter.Tao Bao
2017-07-25Remove LOCAL_CLANGLennart Wieboldt
2017-04-25minadbd: Fix a failing test due to SIGPIPE.Tao Bao
2017-04-19Minor clean up to minadbd_services.cppTianjie Xu
2017-04-13minadbd: switch adb_thread_create to std::thread.Josh Gao
2017-03-28Add test config to minadbd_testDan Shi
2017-01-09Address review comment.Elliott Hughes
2017-01-07Move to .md files for even trivial documentation.Elliott Hughes
2016-11-15Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry
2016-08-30minadbd: rename adb_server_main to minadbd_main.Josh Gao
2016-08-09adb headers now refer to openssl headers.Elliott Hughes
2016-06-16Minor minadbd cleanup.Elliott Hughes
2016-02-12minadbd: update for adb_thread_create signature change.Josh Gao
2015-11-20Track name change from adb_main to adb_server_main.Elliott Hughes
2015-09-29minadbd: use strdup() to create argument for sideload thread.Yabin Cui
2015-09-23minadbd: move from D() to VLOG().Yabin Cui
2015-09-03minadbd: update service_to_fd() signature.David Pursell
2015-08-07Fix recovery image build.Elliott Hughes
2015-06-23Allow sideloading without authentication.Elliott Hughes
2015-06-03recovery: Switch to clangTao Bao
2015-05-08Fix build following adb change.Dan Albert
2015-05-05Track adb_thread_create API change.Elliott Hughes
2015-05-01Fix mips64 minadbd_test build.Elliott Hughes
2015-05-01Move minadb over to new API.Elliott Hughes
2015-04-28Stop using adb_strtok, and check argument validity.Elliott Hughes
2015-04-10Switch minadb over to C++.Elliott Hughes
2015-03-13Remove unused libutils references.Dan Albert
2015-02-26Add tests for read_block_adb.Dan Albert
2015-02-26This read accidentally got turned in to a write.Dan Albert
2015-02-25Fix readx/writex names.Dan Albert
2015-02-25Merge "Remove _(GNU|XOPEN)_SORUCE makefile cruft."Dan Albert
2015-02-25Fix LP64 build for minadbd.Narayan Kamath
2015-02-24Remove _(GNU|XOPEN)_SORUCE makefile cruft.Dan Albert
2015-02-24Fix build from implicit declaration.Dan Albert
2015-02-19Kill of most of the remainder of minadbd.Dan Albert
2015-02-19Move adb_main to its own file.Dan Albert
2015-02-18Remove dead code.Dan Albert
2015-02-18Use headers from adb.Dan Albert
2015-02-18Remove unused code.Dan Albert
2015-02-18Lose USB transport code to libadb.Dan Albert
2015-02-18Add extern "C" to all the headers.Dan Albert
2015-01-29Add missing includes.Elliott Hughes
2015-01-27Merge "Start losing code to libadb."Dan Albert
2015-01-26Fix the v2 descriptor handling.Christopher Ferris
2015-01-26adbd: Support for new f_fs descriptor formatBadhri Jagan Sridharan