summaryrefslogtreecommitdiffstats
path: root/adb/fdevent_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: implement fdevent_set_timeout.Josh Gao2019-01-311-0/+100
* adb: add fdevent callback that passes the fdevent.Josh Gao2019-01-301-49/+82
* Adapt to switch to libc++ for WindowsPirama Arumuga Nainar2018-09-211-1/+1
* adb: remove fdevent_install, fdevent_remove.Josh Gao2018-05-221-15/+15
* adb: move ownership of the fdevent thread into FdeventTest.Josh Gao2018-03-301-33/+28
* adb: fix windows test build.Josh Gao2018-03-231-0/+1
* adb: make fdevent_run_on_main_thread's fd nonblocking.Josh Gao2018-03-201-3/+9
* adb: implement std::make_unique, start using it.Josh Gao2018-03-161-1/+1
* adb: allow reentrant calls to fdevent_run_on_main_thread.Josh Gao2018-02-271-0/+28
* adb: add fdevent_run_on_main_thread.Josh Gao2017-05-041-0/+21
* adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-9/+7
* adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-191-39/+24
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-3/+3
* Add unit tests for local socket.Yabin Cui2015-09-161-24/+18
* adb: move adb to poll.Yabin Cui2015-09-151-2/+48
* adb: add unit test for fdevent.Yabin Cui2015-08-281-0/+152