Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all Printf-family functions from StringUtils. | Mattes D | 2023-05-16 | 1 | -7/+7 |
| | | | | | 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. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+4 |
| | |||||
* | HTTP: Fixed typos and bad leftovers. | Mattes D | 2016-03-01 | 1 | -1/+2 |
| | |||||
* | Renamed HTTPServer folder to HTTP. | Mattes D | 2016-03-01 | 1 | -0/+393 |
It contains client code as well. |