summaryrefslogtreecommitdiffstats
path: root/adb/socket_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add native vsock support to ADB.Cody Schuffelen2019-01-251-3/+116
* Combine tcp_connect and socket_spec_connect.Cody Schuffelen2019-01-171-22/+27
* adb: switch socket spec to string_view.Josh Gao2018-12-211-22/+28
* Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-4/+4
* adb: parse tcp socket specs with base::ParseNetAddress.Josh Gao2016-09-201-38/+32
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-0/+16
* adb: factor out socket specification.Josh Gao2016-08-251-0/+220