summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-2/+2
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-2/+2
|
* Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-011-3/+3
| | | | | 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.
* Implemented SSL connection for WebAdmin.madmaxoft2014-05-011-0/+10
| | | | Fixes FS-319.
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-4/+6
|
* Fixed non-virtual destructors warnings.madmaxoft2014-03-281-1/+3
|
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+101