summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPConnection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* HTTP: Error message is sent as the payload as well.Mattes D2015-04-191-1/+3
| | | | This shows the error message in the browsers. Before, the browsers would display just a blank page.
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-33/+53
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-8/+8
|
* Added initializers for class members.Mattes D2014-08-211-1/+2
| | | | As reported by Coverity, these weren't initialized.
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-7/+7
|
* Fixed HTTP message parsing, prepared for SSL.madmaxoft2014-05-011-2/+3
|
* Fixed HTTP chunked encoding.madmaxoft2014-04-071-1/+1
| | | | Fixes #858.
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-3/+3
|
* Fixed format string in HTTPConnectionTycho2014-04-021-1/+1
|
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-7/+7
|
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-1/+1
| | | | This fixes #560 and #390.
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-0/+6
| | | | | Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support. This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault.
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+247