summaryrefslogtreecommitdiffstats
path: root/src/HTTP/TransferEncodingParser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-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 D2020-04-161-2/+4
|
* HTTP: Fixed typos and bad leftovers.Mattes D2016-03-011-1/+2
|
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-0/+393
It contains client code as well.