summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/UDPEndpointImpl.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-16Removed all Printf-family functions from StringUtils.Mattes D1-4/+12
Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code.
2020-07-18Move IsValidSocket out of global namespaceTiger Wang1-10/+13
2020-05-10Android build cleanup (#4734)Mat1-10/+9
* Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version
2020-04-16Using Super.Mattes D1-1/+1
2015-04-21Network: fixed excessive debug logging.Mattes D1-1/+1
2015-03-18Network: Close the UDP endpoint in destructor.Mattes D1-0/+9
2015-02-20UDPEndpointImpl: Fixed clang warnings.Mattes D1-3/+3
2015-02-20cNetwork: Added UDP API.Mattes D1-0/+608