summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPMessage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+1
| | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-3/+3
| | | | | 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.
* 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
| | | | | Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support. This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault.
* Moved source to srcAlexander Harkness2013-11-241-0/+279