1
0
Fork 0
cuberite-2a/src/HTTP
peterbell10 13144a08e4
Enable some more clang-tidy linter checks (#4738)
* 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
2020-05-14 22:15:35 +00:00
..
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnvelopeParser.cpp HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
EnvelopeParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
HTTPFormParser.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
HTTPFormParser.h WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPMessage.cpp Using Super. 2020-04-16 20:07:48 +00:00
HTTPMessage.h Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
HTTPMessageParser.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
HTTPMessageParser.h UrlClient: Basic HTTP implementation. 2016-08-22 22:16:42 +02:00
HTTPServer.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
HTTPServer.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
HTTPServerConnection.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
HTTPServerConnection.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
MultipartParser.cpp Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
MultipartParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
NameValueParser.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
NameValueParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
SslHTTPServerConnection.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
SslHTTPServerConnection.h Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
TransferEncodingParser.cpp Using Super. 2020-04-16 20:07:48 +00:00
TransferEncodingParser.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
UrlClient.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
UrlClient.h Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
UrlParser.cpp Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
UrlParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00