aboutsummaryrefslogtreecommitdiff
path: root/tests/sys_socket_test.cpp
AgeCommit message (Expand)Author
2021-02-04Fix freopen() where the path is null.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-12-15A few more trivial tests.Elliott Hughes
2014-12-13better gtest runner for bionicYabin Cui
2014-11-12Assume glibc >= 2.15.Elliott Hughes
2014-08-28The host prebuilt glibc is 2.11, so remove workarounds for 2.9.Elliott Hughes
2014-04-15Fix signed vs unsigned comparison.Ben Cheng
2014-03-31Move accept4 tests into sys_socket_test.cpp.Christopher Ferris
2014-02-27Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet