Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTTP: Error message is sent as the payload as well. | Mattes D | 2015-04-19 | 1 | -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 D | 2015-01-27 | 1 | -33/+53 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -8/+8 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -1/+2 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Fixed crashes in the SSL HTTP connection. | madmaxoft | 2014-05-01 | 1 | -7/+7 |
| | |||||
* | Fixed HTTP message parsing, prepared for SSL. | madmaxoft | 2014-05-01 | 1 | -2/+3 |
| | |||||
* | Fixed HTTP chunked encoding. | madmaxoft | 2014-04-07 | 1 | -1/+1 |
| | | | | Fixes #858. | ||||
* | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 1 | -3/+3 |
| | |||||
* | Fixed format string in HTTPConnection | Tycho | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -7/+7 |
| | |||||
* | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 2014-01-19 | 1 | -1/+1 |
| | | | | This fixes #560 and #390. | ||||
* | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 2014-01-18 | 1 | -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. | madmaxoft | 2014-01-06 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+247 |