summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPMessage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-102/+0
* Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D2016-03-011-191/+3
* Bulk clearing of whitespaceLogicParrot2016-02-051-5/+5
* Fixed HTTP parsing when in insecure mode.Mattes D2016-01-221-2/+6
* More style checking.Mattes D2015-05-091-1/+1
* Replaced atoi() with StringToInteger().Mattes D2015-01-271-1/+4
* Fixed various warnings.Mattes D2015-01-181-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+1
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-3/+3
* Fixed HTTP message parsing, prepared for SSL.madmaxoft2014-05-011-1/+1
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-14/+14
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-1/+6
* Moved source to srcAlexander Harkness2013-11-241-0/+279