summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPMessage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate
* Using Super.Mattes D2020-04-161-5/+10
|
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
|
* Remove smart pointer macrospeterbell102017-07-211-1/+1
|
* Renamed HTTPResponse to HTTPOutgoingResponse.Mattes D2016-03-011-4/+4
|
* WebAdmin uses the new HTTP parser framework.Mattes D2016-03-011-1/+75
|
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-0/+84
It contains client code as well.