summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-309/+0
* Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D2016-03-011-7/+7
* Renamed the HTTP classes to indicate they're for server.Mattes D2016-03-011-10/+10
* Bulk clearing of whitespaceLogicParrot2016-02-051-16/+16
* 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
* MCS WebAdmin sockets rebinds instantlyTiger Wang2014-07-041-0/+2
* 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
* Implemented SSL connection for WebAdmin.madmaxoft2014-05-011-2/+33
* 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