Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -1/+3 |
| | |||||
* | Replaced atoi() with StringToInteger(). | Mattes D | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | WebAdmin uses the new cNetwork API. | Mattes D | 2015-01-27 | 1 | -68/+66 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -5/+5 |
| | |||||
* | Grammar fixes. | Alexander Harkness | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | WebAdmin: Added HTTPS instructions when cert / key is missing. | Mattes D | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | Removed duplicate IPvX labels. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -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 instantly | Tiger Wang | 2014-07-04 | 1 | -0/+2 |
| | | | | | * Fixes #272 * Fixes #1150 | ||||
* | Fixed an extra space. | madmaxoft | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | WebAdmin outputs a log message about HTTP / HTTPS status. | madmaxoft | 2014-05-02 | 1 | -18/+31 |
| | |||||
* | Renamed cPublicKey to cCryptoKey. | madmaxoft | 2014-05-01 | 1 | -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. | madmaxoft | 2014-05-01 | 1 | -2/+33 |
| | | | | Fixes FS-319. | ||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -3/+3 |
| | |||||
* | Fixed multiple gcc warnings about unused params. | madmaxoft | 2014-02-28 | 1 | -0/+4 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+258 |