summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-2414-2567/+0
* Fixed WebAdmin's request parameters.madmaxoft2013-10-132-6/+23
* Fixed memory leaks in the HTTP frameworkmadmaxoft2013-10-063-2/+32
* Added proper shutdown to HTTPServer.madmaxoft2013-10-062-0/+10
* WebAdmin uses the new HTTP functionality.madmaxoft2013-10-055-15/+28
* cHTTPConnection sends Content-Length with HTTP errors, too.madmaxoft2013-10-051-2/+2
* Added Basic auth support to cHTTPRequest.madmaxoft2013-10-045-1/+65
* HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft2013-10-047-185/+318
* Fixed MultiPartParser's boundary parsing.madmaxoft2013-10-042-1/+2
* Added cEnvelopeParser and cMultipartParser.madmaxoft2013-10-044-0/+532
* Added cNameValueParser.madmaxoft2013-10-042-0/+482
* Improved the HTTPFormParser code.madmaxoft2013-09-282-57/+16
* Fixed recognition of multipart-form-data forms.madmaxoft2013-09-282-2/+3
* Created basic cHTTPFormParser.madmaxoft2013-09-285-2/+316
* 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