summaryrefslogtreecommitdiffstats
path: root/adb/socket_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: don't close sockets before hitting EOF.Josh Gao2019-01-311-0/+2
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-17/+17
* adb: switch skip_host_serial to string_view.Josh Gao2018-12-261-33/+58
* adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao2018-04-111-1/+1
* adb: try harder to fill our test sockets.Josh Gao2018-04-021-5/+19
* adb: move ownership of the fdevent thread into FdeventTest.Josh Gao2018-03-301-45/+34
* adb: guarantee that fdevent_run_on_main_thread happens last.Josh Gao2018-03-301-4/+0
* adb: extract the sleep in socket_test to its own function.Josh Gao2018-03-291-18/+21
* adb: don't immediately close a socket when write fails.Josh Gao2018-03-211-2/+0
* adb: improve socket tests.Josh Gao2018-03-191-17/+14
* adb: add test for flushing socket data after a write failure.Josh Gao2018-03-151-0/+40
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-4/+4
* adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-23/+7
* adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao2016-11-161-3/+3
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-13/+15
* adb: fix host-side serial number parsing for IPv6.David Pursell2016-09-211-0/+11
* Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-4/+1
* adb: fix socket tests.Yabin Cui2016-04-251-12/+22
* Address const issues in preparation for libcxx rebase.Dan Austin2016-03-291-2/+2
* adb: relax serial matching rules.David Pursell2016-03-021-0/+46
* adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-191-149/+112
* adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.Yabin Cui2015-09-301-39/+48
* Add unit tests for local socket.Yabin Cui2015-09-161-0/+300