summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namechange to CuberiteMattes D2015-09-251-1/+1
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-2/+2
|
* Fixed a lot of warningstycho2015-05-191-1/+3
|
* Replaced atoi() with StringToInteger().Mattes D2015-01-271-2/+2
|
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-68/+66
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-5/+5
|
* 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