summaryrefslogtreecommitdiffstats
path: root/adb/socket.h
Commit message (Expand)AuthorAgeFilesLines
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-1/+2
* adb: switch connect_to_remote to string_view.Josh Gao2018-12-261-1/+1
* adb: switch skip_host_serial to string_view.Josh Gao2018-12-261-1/+2
* adb: finish switching service creation to string_view.Josh Gao2018-12-211-1/+1
* adb: add IOVector.Josh Gao2018-05-231-1/+1
* adb: remove fdevent_install, fdevent_remove.Josh Gao2018-05-221-2/+2
* adb: fix `adb reverse` when adbd has multiple transports.Josh Gao2018-04-131-2/+1
* adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao2018-04-111-3/+2
* adb: fix build breakage.Josh Gao2018-02-121-1/+1
* adb: use delete on objects with destructors.Josh Gao2018-02-121-12/+12
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-4/+8
* adb: switch asocket's intrusive linked list to vectors.Josh Gao2018-02-061-6/+0
* adb: reformat comments.Josh Gao2017-09-131-59/+58
* Address const issues in preparation for libcxx rebase.Dan Austin2016-03-291-1/+1
* adb: relax serial matching rules.David Pursell2016-03-021-0/+9
* Add unit tests for local socket.Yabin Cui2015-09-161-0/+117