summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/HTTPServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-258/+0
* Fixed memory leaks in the HTTP frameworkmadmaxoft2013-10-061-2/+3
* Added proper shutdown to HTTPServer.madmaxoft2013-10-061-0/+9
* WebAdmin uses the new HTTP functionality.madmaxoft2013-10-051-12/+3
* Added Basic auth support to cHTTPRequest.madmaxoft2013-10-041-0/+10
* HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft2013-10-041-2/+20
* Fixed recognition of multipart-form-data forms.madmaxoft2013-09-281-0/+1
* Created basic cHTTPFormParser.madmaxoft2013-09-281-2/+34
* Added cHTTPServer callbacks; fixed keep-alives.madmaxoft2013-09-271-11/+69
* Fixed parsing and implemented write nofitication.madmaxoft2013-09-271-1/+10
* Split cHTTPConnection implementation into a separate file.madmaxoft2013-09-271-139/+1
* Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft2013-09-271-0/+267