1
0
Fork 0
cuberite-2a/src/HTTPServer
Mattes D 6ec5e8caa7 Replaced atoi() with StringToInteger(). 2015-01-27 14:53:32 +01:00
..
CMakeLists.txt Subdirs: Only add_library if not using MSVC 2014-07-18 17:41:43 -07:00
EnvelopeParser.cpp Rewritten HTTPServer to use size_t for data lengths. 2014-04-01 16:36:00 +02:00
EnvelopeParser.h Merge branch 'master' into HTTPSizeT 2014-04-02 07:51:48 -07:00
HTTPConnection.cpp WebAdmin uses the new cNetwork API. 2015-01-27 14:53:26 +01:00
HTTPConnection.h WebAdmin uses the new cNetwork API. 2015-01-27 14:53:26 +01:00
HTTPFormParser.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
HTTPFormParser.h Replaced most auto_ptr with unique_ptr. 2014-12-06 23:03:17 +01:00
HTTPMessage.cpp Replaced atoi() with StringToInteger(). 2015-01-27 14:53:32 +01:00
HTTPMessage.h Gave names to unnamed enums 2014-08-10 15:06:59 -07:00
HTTPServer.cpp Replaced atoi() with StringToInteger(). 2015-01-27 14:53:32 +01:00
HTTPServer.h WebAdmin uses the new cNetwork API. 2015-01-27 14:53:26 +01:00
MultipartParser.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
MultipartParser.h Merge branch 'master' into HTTPSizeT 2014-04-02 07:51:48 -07:00
NameValueParser.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
NameValueParser.h Rewritten HTTPServer to use size_t for data lengths. 2014-04-01 16:36:00 +02:00
SslHTTPConnection.cpp WebAdmin uses the new cNetwork API. 2015-01-27 14:53:26 +01:00
SslHTTPConnection.h WebAdmin uses the new cNetwork API. 2015-01-27 14:53:26 +01:00