1
0
cuberite-2a/src/HTTPServer
madmaxoft 1587b21edd Renamed cPublicKey to cCryptoKey.
The class can hold both the private key and the public key, bad naming on PolarSSL's part.
Also somewhat fixed the cert and key loading in cHTTPServer.
2014-05-01 15:21:41 +02:00
..
CMakeLists.txt Cmake generated projects for IDEs include headers in project files. 2014-04-25 09:56:15 -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 Fixed crashes in the SSL HTTP connection. 2014-05-01 15:08:15 +02:00
HTTPConnection.h Fixed crashes in the SSL HTTP connection. 2014-05-01 15:08:15 +02:00
HTTPFormParser.cpp Fixed All signedness warnings in HTTPServer.cpp 2014-04-02 06:36:25 -07:00
HTTPFormParser.h Merge branch 'master' into HTTPSizeT 2014-04-02 07:51:48 -07:00
HTTPMessage.cpp Fixed HTTP message parsing, prepared for SSL. 2014-05-01 11:34:15 +02:00
HTTPMessage.h Fixed All signedness warnings in HTTPServer.cpp 2014-04-02 06:36:25 -07:00
HTTPServer.cpp Renamed cPublicKey to cCryptoKey. 2014-05-01 15:21:41 +02:00
HTTPServer.h Renamed cPublicKey to cCryptoKey. 2014-05-01 15:21:41 +02:00
MultipartParser.cpp Rewritten HTTPServer to use size_t for data lengths. 2014-04-01 16:36:00 +02:00
MultipartParser.h Merge branch 'master' into HTTPSizeT 2014-04-02 07:51:48 -07:00
NameValueParser.cpp Rewritten HTTPServer to use size_t for data lengths. 2014-04-01 16:36:00 +02:00
NameValueParser.h Rewritten HTTPServer to use size_t for data lengths. 2014-04-01 16:36:00 +02:00
SslHTTPConnection.cpp Renamed cPublicKey to cCryptoKey. 2014-05-01 15:21:41 +02:00
SslHTTPConnection.h Renamed cPublicKey to cCryptoKey. 2014-05-01 15:21:41 +02:00