1
0
cuberite-2a/src/HTTP
peterbell10 a4dbb5c582
Prefer static_cast to reinterpret_cast (#4223)
* Change reinterpret_cast -> static_cast wherever possible
* Remove more unnecessary `const_cast`s.

reinterpret_casts should be avoided for the same reason as c-style casts - they don't do any type-checking. reinterpret_cast was mainly being used for down-casting in inheritance hierarchies but static_cast works just as well while also making sure that there is actually an inheritance relationship there.
2018-05-02 08:50:36 +01:00
..
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00: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 HTTP: Added missing HasAuth flag initialization. 2016-03-11 10:44:35 +01:00
HTTPMessage.h Removed unneeded includes (#3902) 2017-08-06 20:57:44 +01:00
HTTPMessageParser.cpp WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPMessageParser.h UrlClient: Basic HTTP implementation. 2016-08-22 22:16:42 +02:00
HTTPServer.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
HTTPServer.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
HTTPServerConnection.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00: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 Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
NameValueParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
SslHTTPServerConnection.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
SslHTTPServerConnection.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
TransferEncodingParser.cpp HTTP: Fixed typos and bad leftovers. 2016-03-01 16:20:00 +01:00
TransferEncodingParser.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
UrlClient.cpp Fix cUrlClient leak (#4125) 2018-02-20 17:08:46 +00:00
UrlClient.h Remove smart pointer macros 2017-07-21 14:41:51 +01: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