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