summaryrefslogtreecommitdiffstats
path: root/adb/sockets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address const issues in preparation for libcxx rebase.Dan Austin2016-03-291-1/+1
* adb: relax serial matching rules.David Pursell2016-03-021-29/+33
* Increase the maximum shell command length to 4096ish.Josh Gao2016-01-151-3/+3
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-0/+2
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-10/+8
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* Add unit tests for local socket.Yabin Cui2015-09-161-2/+6
* adb: implement shell protocol.David Pursell2015-09-111-2/+3
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-46/+46
* adb: remove adisconnect in aremotesocket.Yabin Cui2015-08-271-32/+5
* adb: fix a data race in local_socket_event_func.Yabin Cui2015-08-261-2/+5
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-7/+19
* Make connection states a proper type.Dan Albert2015-05-181-2/+3
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-5/+5
* 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