summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an extra space.madmaxoft2014-05-061-1/+1
|
* WebAdmin outputs a log message about HTTP / HTTPS status.madmaxoft2014-05-021-18/+31
|
* 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-2/+33
| | | | Fixes FS-319.
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-3/+3
|
* Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-0/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+258