summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPServerConnection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-02Removed double includes (#3885)Lukas Pioch1-1/+0
2016-03-01Renamed HTTPResponse to HTTPOutgoingResponse.Mattes D1-1/+1
2016-03-01WebAdmin uses the new HTTP parser framework.Mattes D1-131/+93
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D1-0/+0
2016-03-01Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D1-2/+2
2016-03-01Renamed the HTTP classes to indicate they're for server.Mattes D1-18/+18
2016-02-05Bulk clearing of whitespaceLogicParrot1-5/+5
2015-05-24Made -Weverything an error.tycho1-1/+1
2015-04-19HTTP: Error message is sent as the payload as well.Mattes D1-1/+3
2015-01-27WebAdmin uses the new cNetwork API.Mattes D1-33/+53
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-8/+8
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-8/+8
2014-08-21Added initializers for class members.Mattes D1-1/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
2014-06-19Nullify deleted pointers.archshift1-0/+1
2014-05-01Fixed crashes in the SSL HTTP connection.madmaxoft1-7/+7
2014-05-01Fixed HTTP message parsing, prepared for SSL.madmaxoft1-2/+3
2014-04-07Fixed HTTP chunked encoding.madmaxoft1-1/+1
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho1-3/+3
2014-04-02Fixed format string in HTTPConnectionTycho1-1/+1
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft1-7/+7
2014-01-19Rewritten SocketThreads for proper shutdown scenario.madmaxoft1-1/+1
2014-01-18HTTP connections aren't kept alive unless explicitly enabled.madmaxoft1-0/+6
2014-01-06Fixed a few MSVC warnings.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-06Fixed memory leaks in the HTTP frameworkmadmaxoft1-0/+25
2013-10-05cHTTPConnection sends Content-Length with HTTP errors, too.madmaxoft1-2/+2
2013-10-04Added Basic auth support to cHTTPRequest.madmaxoft1-0/+18
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft1-19/+19
2013-09-27Added cHTTPServer callbacks; fixed keep-alives.madmaxoft1-1/+34
2013-09-27Fixed leaking HTTPRequest objectsmadmaxoft1-0/+2
2013-09-27Fixed parsing and implemented write nofitication.madmaxoft1-2/+24
2013-09-27Split cHTTPConnection implementation into a separate file.madmaxoft1-124/+4
2013-09-27Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft1-0/+267