Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | Fixed crashes in the SSL HTTP connection. | madmaxoft | 2014-05-01 | 1 | -3/+9 |
| | |||||
* | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -2/+2 |
| | |||||
* | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 2014-01-18 | 1 | -14/+17 |
| | | | | | 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 warnings in HTTP parser. | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+101 |