aboutsummaryrefslogtreecommitdiff
path: root/socket_test.cpp
AgeCommit message (Expand)Author
2023-01-30Refactor-only CL: now using test_utils::GetUnassignedPort() forShaju Mathew
2023-01-11Replacing spurious naming, and residual tech debt.Shaju Mathew
2022-09-07ADB: Delete test framework interrupt trickFabien Sanglard
2022-09-06Flakiness management: bind() failure causing fragility.Shaju Mathew
2019-07-08adb: move fdevent to its own folder.Josh Gao
2019-01-31adb: don't close sockets before hitting EOF.Josh Gao
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2018-12-26adb: switch skip_host_serial to string_view.Josh Gao
2018-04-11adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao
2018-04-02adb: try harder to fill our test sockets.Josh Gao
2018-03-30adb: move ownership of the fdevent thread into FdeventTest.Josh Gao
2018-03-30adb: guarantee that fdevent_run_on_main_thread happens last.Josh Gao
2018-03-29adb: extract the sleep in socket_test to its own function.Josh Gao
2018-03-21adb: don't immediately close a socket when write fails.Josh Gao
2018-03-19adb: improve socket tests.Josh Gao
2018-03-15adb: add test for flushing socket data after a write failure.Josh Gao
2018-02-06adb: switch asocket::enqueue to std::string.Josh Gao
2017-04-12adb: kill adb_thread_{create, join, detach, exit}.Josh Gao
2016-11-16adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao
2016-11-16Switch adb over to <chrono>.Elliott Hughes
2016-09-21adb: fix host-side serial number parsing for IPv6.David Pursell
2016-08-23Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes
2016-04-25adb: fix socket tests.Yabin Cui
2016-03-29Address const issues in preparation for libcxx rebase.Dan Austin
2016-03-02adb: relax serial matching rules.David Pursell
2016-02-19adb: make fdevent_test, socket_test compile on Windows.Josh Gao
2015-09-30adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.Yabin Cui
2015-09-16Add unit tests for local socket.Yabin Cui