summaryrefslogtreecommitdiff
path: root/jdwp_service.cpp
AgeCommit message (Expand)Author
2016-09-01adb: extract the adb-specific unique_fd out into its own header.Josh Gao
2016-08-24adb: remove unnecessary addr arguments to accept.Josh Gao
2016-06-02adb: refactor jdwp_service.cpp.Josh Gao
2015-12-07Switch from using sockaddr to sockaddr_storage.Erik Kline
2015-10-06adb: keep file flags in fdevent_install.Yabin Cui
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-22Increase size of the the adb packets sent over the wireTamas Berghammer
2015-07-21adb: logging: newlines, thread ids, error code overwritingSpencer Low
2015-04-17Remove extern "C" barriers to using C++.Elliott Hughes
2015-03-19File header cleanup.Dan Albert
2015-03-09Move adb to C++.Dan Albert