summaryrefslogtreecommitdiffstats
path: root/adb/sockets.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: use asocket's close function when closing.Josh Gao2016-07-211-3/+1
* adb: switch the socket list mutex to a recursive_mutex.Josh Gao2016-07-211-44/+34
* More adb buffer fixes.Elliott Hughes2015-05-011-25/+12
* Merge "Remove extern "C" barriers to using C++."Elliott Hughes2015-04-171-2/+2
|\
| * Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-2/+2
* | Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-4/+3
|/
* File header cleanup.Dan Albert2015-03-191-5/+7
* Move adb to C++.Dan Albert2015-03-091-0/+914