summaryrefslogtreecommitdiffstats
path: root/adb/jdwp_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: extract the adb-specific unique_fd out into its own header.Josh Gao2016-09-011-0/+1
* adb: remove unnecessary addr arguments to accept.Josh Gao2016-08-241-4/+1
* adb: refactor jdwp_service.cpp.Josh Gao2016-06-021-406/+287
* Switch from using sockaddr to sockaddr_storage.Erik Kline2015-12-071-11/+12
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-16/+5
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-2/+3
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-28/+28
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-0/+1
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-2/+2
* adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-1/+1
* Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-9/+4
* File header cleanup.Dan Albert2015-03-191-2/+22
* Move adb to C++.Dan Albert2015-03-091-0/+737