Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-16 | Removed all Printf-family functions from StringUtils. | Mattes D | 1 | -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-18 | Move IsValidSocket out of global namespace | Tiger Wang | 1 | -10/+13 | |
2020-05-10 | Android build cleanup (#4734) | Mat | 1 | -10/+9 | |
* Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2015-04-21 | Network: fixed excessive debug logging. | Mattes D | 1 | -1/+1 | |
2015-03-18 | Network: Close the UDP endpoint in destructor. | Mattes D | 1 | -0/+9 | |
2015-02-20 | UDPEndpointImpl: Fixed clang warnings. | Mattes D | 1 | -3/+3 | |
2015-02-20 | cNetwork: Added UDP API. | Mattes D | 1 | -0/+608 | |