summaryrefslogtreecommitdiffstats
path: root/adb/fdevent.h
Commit message (Expand)AuthorAgeFilesLines
* adb: implement fdevent_set_timeout.Josh Gao2019-01-311-6/+15
* adb: add fdevent callback that passes the fdevent.Josh Gao2019-01-301-9/+8
* adb: add fdevent_release.Josh Gao2018-09-261-3/+4
* adb: add an id field to fdevent.Josh Gao2018-06-181-0/+2
* adb: delete unused members in fdevent.Josh Gao2018-06-181-3/+0
* adb: convert fdevent over to unique_fd.Josh Gao2018-05-221-1/+3
* adb: delete FDEVENT_DONTCLOSE.Josh Gao2018-05-221-3/+0
* adb: remove fdevent_install, fdevent_remove.Josh Gao2018-05-221-17/+8
* adb: add fdevent_run_on_main_thread.Josh Gao2017-05-041-0/+5
* adb: fix two device offline problems.Yabin Cui2017-04-201-0/+3
* adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-191-2/+2
* Add unit tests for local socket.Yabin Cui2015-09-161-15/+19
* adb: add unit test for fdevent.Yabin Cui2015-08-281-1/+0
* Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-9/+1
* Begin moving code from adb to libadb.Dan Albert2015-01-261-4/+10
* adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-0/+2
* Cleaning up whitespace in adb sources. Nothing more, nothing less.David 'Digit' Turner2009-05-181-1/+8
* Move fdevent from libcutils into adb directory. ADB is the only client of thi...David 'Digit' Turner2009-05-181-0/+74