summaryrefslogtreecommitdiffstats
path: root/src/HTTP/TransferEncodingParser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-16Removed all Printf-family functions from StringUtils.Mattes D1-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-16Using Super.Mattes D1-2/+4
2016-03-01HTTP: Fixed typos and bad leftovers.Mattes D1-1/+2
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D1-0/+393
It contains client code as well.