aboutsummaryrefslogtreecommitdiff
path: root/socket.h
AgeCommit message (Expand)Author
2020-04-27adbd: avoid compiling more code in the daemon.Josh Gao
2019-07-08adb: move fdevent to its own folder.Josh Gao
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2018-12-26adb: switch connect_to_remote to string_view.Josh Gao
2018-12-26adb: switch skip_host_serial to string_view.Josh Gao
2018-12-21adb: finish switching service creation to string_view.Josh Gao
2018-05-23adb: add IOVector.Josh Gao
2018-05-22adb: remove fdevent_install, fdevent_remove.Josh Gao
2018-04-13adb: fix `adb reverse` when adbd has multiple transports.Josh Gao
2018-04-11adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao
2018-02-12adb: fix build breakage.Josh Gao
2018-02-12adb: use delete on objects with destructors.Josh Gao
2018-02-06adb: switch asocket::enqueue to std::string.Josh Gao
2018-02-06adb: switch asocket's intrusive linked list to vectors.Josh Gao
2017-09-13adb: reformat comments.Josh Gao
2016-03-29Address const issues in preparation for libcxx rebase.Dan Austin
2016-03-02adb: relax serial matching rules.David Pursell
2015-09-16Add unit tests for local socket.Yabin Cui