summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPMessage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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