Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-05-06 | Fixed an extra space. | madmaxoft | 1 | -1/+1 | |
2014-05-02 | WebAdmin outputs a log message about HTTP / HTTPS status. | madmaxoft | 1 | -18/+31 | |
2014-05-01 | Renamed cPublicKey to cCryptoKey. | madmaxoft | 4 | -11/+11 | |
The class can hold both the private key and the public key, bad naming on PolarSSL's part. Also somewhat fixed the cert and key loading in cHTTPServer. | |||||
2014-05-01 | Fixed crashes in the SSL HTTP connection. | madmaxoft | 4 | -14/+24 | |
2014-05-01 | Implemented SSL connection for WebAdmin. | madmaxoft | 4 | -2/+191 | |
Fixes FS-319. | |||||
2014-05-01 | Fixed HTTP message parsing, prepared for SSL. | madmaxoft | 2 | -3/+4 | |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-04-07 | Fixed HTTP chunked encoding. | madmaxoft | 1 | -1/+1 | |
Fixes #858. | |||||
2014-04-02 | Fixed more virtual destructors for interfaces. | madmaxoft | 3 | -0/+9 | |
2014-04-02 | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 5 | -9/+12 | |
2014-04-02 | Fixed format string in HTTPConnection | Tycho | 1 | -1/+1 | |
2014-04-02 | Fixed Comparison to -1 in HTTPMessage.h | Tycho | 1 | -1/+1 | |
2014-04-01 | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 14 | -83/+90 | |
2014-03-28 | Fixed non-virtual destructors warnings. | madmaxoft | 1 | -1/+3 | |
2014-02-28 | Fixed multiple gcc warnings about unused params. | madmaxoft | 1 | -0/+4 | |
2014-01-19 | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 1 | -1/+1 | |
This fixes #560 and #390. | |||||
2014-01-18 | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 4 | -37/+58 | |
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. | |||||
2014-01-07 | More MSVC warning fixes. | madmaxoft | 1 | -1/+1 | |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 3 | -3/+1 | |
2013-12-20 | Fixed warnings in HTTP parser. | madmaxoft | 4 | -5/+15 | |
2013-12-19 | moved HTTPServer to globs | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -1/+1 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 1 | -1/+1 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 14 | -0/+2567 | |