summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPMessage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-84/+0
* Added HTTPResponseParser.Mattes D2016-03-011-0/+1
* Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D2016-03-011-94/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-33/+33
* Fixed return value description in doxycomment.Mattes D2015-12-231-1/+1
* Gave names to unnamed enumsarchshift2014-08-111-1/+1
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
* Fixed Comparison to -1 in HTTPMessage.hTycho2014-04-021-1/+1
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-6/+8
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-22/+29
* Fixed warnings in HTTP parser.madmaxoft2013-12-201-0/+3
* Moved source to srcAlexander Harkness2013-11-241-0/+164