summaryrefslogtreecommitdiffstats
path: root/adb/fdevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: add fdevent_run_on_main_thread.Josh Gao2017-05-041-14/+71
* adb: fix two device offline problems.Yabin Cui2017-04-201-2/+2
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-1/+1
* adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-191-0/+11
* adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-191-9/+10
* adbd: don't leave zombies when subprocess creation fails.Josh Gao2016-01-201-1/+3
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
* adb: remove exit-time destructors.Josh Gao2015-11-121-2/+2
* Fix adb GCC build (for google3).Joon :ee2015-11-041-1/+1
* adb: run reverse_service() in main thread.Yabin Cui2015-11-021-0/+22
* Use const auto&/auto&& in adb.Elliott Hughes2015-10-071-4/+4
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-2/+3
* adb: fdevent fixesSpencer Low2015-09-301-11/+10
* adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.Yabin Cui2015-09-301-0/+11
* 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-6/+18
* adb: move adb to poll.Yabin Cui2015-09-151-563/+202
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-14/+14
* EINTR is handled by adb_read/unix_read and friends.Elliott Hughes2015-08-251-2/+2
* adb sync cleanup.Elliott Hughes2015-08-241-9/+9
* Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes2015-07-291-2/+2
* adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-1/+1
* Remove subproc events when ADB_HOST.Alex Vallée2015-07-171-18/+23
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-3/+0
* Turn on -Wformat-nonliteral.Dan Albert2015-07-091-0/+3
* File header cleanup.Dan Albert2015-03-191-11/+9
* Fix memory leak on jdwp_process_free()SungHyun Kwon2015-03-031-0/+1
* Test readx/writex (now renamed).Dan Albert2015-02-251-2/+2
* Begin moving code from adb to libadb.Dan Albert2015-01-261-0/+696