summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added UserData to cHTTPRequest.madmaxoft2013-09-272-1/+12
* Added cHTTPServer callbacks; fixed keep-alives.madmaxoft2013-09-274-13/+132
* Fixed leaking HTTPRequest objectsmadmaxoft2013-09-271-0/+2
* Fixed parsing and implemented write nofitication.madmaxoft2013-09-276-13/+51
* Split cHTTPConnection implementation into a separate file.madmaxoft2013-09-274-205/+238
* Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft2013-09-274-0/+808