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