summaryrefslogtreecommitdiff
path: root/fdevent.cpp
AgeCommit message (Expand)Author
2016-04-29Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-02-19adb: make fdevent_test, socket_test compile on Windows.Josh Gao
2016-02-19adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-01-20adbd: don't leave zombies when subprocess creation fails.Josh Gao
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-12adb: remove exit-time destructors.Josh Gao
2015-11-04Fix adb GCC build (for google3).Joon :ee
2015-11-02adb: run reverse_service() in main thread.Yabin Cui
2015-10-07Use const auto&/auto&& in adb.Elliott Hughes
2015-10-06adb: keep file flags in fdevent_install.Yabin Cui
2015-09-30adb: fdevent fixesSpencer Low
2015-09-30adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.Yabin Cui
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-16Add unit tests for local socket.Yabin Cui
2015-09-15adb: move adb to poll.Yabin Cui
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-25EINTR is handled by adb_read/unix_read and friends.Elliott Hughes
2015-08-24adb sync cleanup.Elliott Hughes
2015-07-29Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes
2015-07-21adb: logging: newlines, thread ids, error code overwritingSpencer Low
2015-07-17Remove subproc events when ADB_HOST.Alex Vallée
2015-07-09Revert "Turn on -Wformat-nonliteral."Dan Albert
2015-07-09Turn on -Wformat-nonliteral.Dan Albert
2015-03-19File header cleanup.Dan Albert
2015-03-03Fix memory leak on jdwp_process_free()SungHyun Kwon
2015-02-25Test readx/writex (now renamed).Dan Albert
2015-01-26Begin moving code from adb to libadb.Dan Albert