aboutsummaryrefslogtreecommitdiff
path: root/src/test/sock_tests.cpp
AgeCommit message (Expand)Author
2022-07-20refactor: move compat.h into compat/fanquake
2022-06-22net: rename Sock::Reset() to Sock::Close() and make it privateVasil Dimov
2022-06-20net: remove now unused Sock::Release()Vasil Dimov
2021-04-13net: flag relevant Sock methods with [[nodiscard]]Vasil Dimov
2021-03-16test: add a test to ensure RecvUntilTerminator() limit worksVasil Dimov
2021-02-12test: fix sign comparison warning in socket testsfanquake
2021-02-11test: add Sock unit testsVasil Dimov