Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTTP: Error message is sent as the payload as well. | Mattes D | 2015-04-19 | 2 | -2/+5 |
| | | | | This shows the error message in the browsers. Before, the browsers would display just a blank page. | ||||
* | LuaAPI: Added client TLS support for TCP links. | Mattes D | 2015-02-12 | 2 | -0/+11 |
| | |||||
* | Replaced atoi() with StringToInteger(). | Mattes D | 2015-01-27 | 2 | -3/+6 |
| | |||||
* | WebAdmin uses the new cNetwork API. | Mattes D | 2015-01-27 | 6 | -166/+182 |
| | |||||
* | Fixed various warnings. | Mattes D | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | Replaced most auto_ptr with unique_ptr. | Mattes D | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 5 | -19/+19 |
| | |||||
* | Grammar fixes. | Alexander Harkness | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | WebAdmin: Added HTTPS instructions when cert / key is missing. | Mattes D | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 2 | -3/+8 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Gave names to unnamed enums | archshift | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Refactored case-conversion functions. | madmaxoft | 2014-08-04 | 1 | -2/+1 |
| | | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place. | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -1/+3 |
| | |||||
* | HTTPServer/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+20 |
| | |||||
* | Removed duplicate IPvX labels. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 4 | -7/+7 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | MCS WebAdmin sockets rebinds instantly | Tiger Wang | 2014-07-04 | 1 | -0/+2 |
| | | | | | * Fixes #272 * Fixes #1150 | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into SslWebAdmin | Mattes D | 2014-05-10 | 1 | -1/+1 |
|\ | |||||
| * | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -1/+1 |
| | | |||||
* | | Fixed an extra space. | madmaxoft | 2014-05-06 | 1 | -1/+1 |
| | | |||||
* | | WebAdmin outputs a log message about HTTP / HTTPS status. | madmaxoft | 2014-05-02 | 1 | -18/+31 |
| | | |||||
* | | Renamed cPublicKey to cCryptoKey. | madmaxoft | 2014-05-01 | 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. | ||||
* | | Fixed crashes in the SSL HTTP connection. | madmaxoft | 2014-05-01 | 4 | -14/+24 |
| | | |||||
* | | Implemented SSL connection for WebAdmin. | madmaxoft | 2014-05-01 | 4 | -2/+191 |
| | | | | | | | | Fixes FS-319. | ||||
* | | Fixed HTTP message parsing, prepared for SSL. | madmaxoft | 2014-05-01 | 2 | -3/+4 |
|/ | |||||
* | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | Fixed HTTP chunked encoding. | madmaxoft | 2014-04-07 | 1 | -1/+1 |
| | | | | Fixes #858. | ||||
* | Merge branch 'master' into HTTPSizeT | Tycho | 2014-04-02 | 3 | -2/+4 |
|\ | | | | | | | | | | | | | Conflicts: src/HTTPServer/EnvelopeParser.h src/HTTPServer/HTTPFormParser.h src/HTTPServer/MultipartParser.h | ||||
| * | Fixed more virtual destructors for interfaces. | madmaxoft | 2014-04-02 | 3 | -0/+9 |
| | | |||||
* | | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 5 | -9/+12 |
| | | |||||
* | | Fixed format string in HTTPConnection | Tycho | 2014-04-02 | 1 | -1/+1 |
| | | |||||
* | | Fixed Comparison to -1 in HTTPMessage.h | Tycho | 2014-04-02 | 1 | -1/+1 |
| | | |||||
* | | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 14 | -83/+90 |
|/ | |||||
* | Fixed non-virtual destructors warnings. | madmaxoft | 2014-03-28 | 1 | -1/+3 |
| | |||||
* | Fixed multiple gcc warnings about unused params. | madmaxoft | 2014-02-28 | 1 | -0/+4 |
| | |||||
* | 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 | 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. | ||||
* | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 3 | -3/+1 |
| | |||||
* | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-20 | 4 | -5/+15 |
|\ | |||||
| * | Fixed warnings in HTTP parser. | madmaxoft | 2013-12-20 | 4 | -5/+15 |
| | | |||||
* | | moved HTTPServer to globs | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+5 |
| | | |||||
* | | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+1 |
| | | |||||
* | | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
|/ | |||||
* | Fixed some of tiger's derpyness. | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 14 | -0/+2567 |