summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-13Fixed WebAdmin's request parameters.madmaxoft2-6/+23
2013-10-06Fixed memory leaks in the HTTP frameworkmadmaxoft3-2/+32
2013-10-06Added proper shutdown to HTTPServer.madmaxoft2-0/+10
2013-10-05WebAdmin uses the new HTTP functionality.madmaxoft5-15/+28
2013-10-05cHTTPConnection sends Content-Length with HTTP errors, too.madmaxoft1-2/+2
2013-10-04Added Basic auth support to cHTTPRequest.madmaxoft5-1/+65
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft7-185/+318
2013-10-04Fixed MultiPartParser's boundary parsing.madmaxoft2-1/+2
2013-10-04Added cEnvelopeParser and cMultipartParser.madmaxoft4-0/+532
2013-10-04Added cNameValueParser.madmaxoft2-0/+482
2013-09-28Improved the HTTPFormParser code.madmaxoft2-57/+16
2013-09-28Fixed recognition of multipart-form-data forms.madmaxoft2-2/+3
2013-09-28Created basic cHTTPFormParser.madmaxoft5-2/+316
2013-09-27Added UserData to cHTTPRequest.madmaxoft2-1/+12
2013-09-27Added cHTTPServer callbacks; fixed keep-alives.madmaxoft4-13/+132
2013-09-27Fixed leaking HTTPRequest objectsmadmaxoft1-0/+2
2013-09-27Fixed parsing and implemented write nofitication.madmaxoft6-13/+51
2013-09-27Split cHTTPConnection implementation into a separate file.madmaxoft4-205/+238
2013-09-27Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft4-0/+808