summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/UDPEndpointImpl.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-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.
* Move IsValidSocket out of global namespaceTiger Wang2020-07-181-10/+13
|
* Android build cleanup (#4734)Mat2020-05-101-10/+9
| | | | | | | | | * Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version
* Using Super.Mattes D2020-04-161-1/+1
|
* Network: fixed excessive debug logging.Mattes D2015-04-211-1/+1
|
* Network: Close the UDP endpoint in destructor.Mattes D2015-03-181-0/+9
|
* UDPEndpointImpl: Fixed clang warnings.Mattes D2015-02-201-3/+3
|
* cNetwork: Added UDP API.Mattes D2015-02-201-0/+608