summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Grammar fixes.Alexander Harkness2014-09-101-2/+2
|
* WebAdmin: Added HTTPS instructions when cert / key is missing.Mattes D2014-09-071-0/+1
|
* Removed duplicate IPvX labels.madmaxoft2014-07-181-2/+2
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* MCS WebAdmin sockets rebinds instantlyTiger Wang2014-07-041-0/+2
| | | | | * Fixes #272 * Fixes #1150
* 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