summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-235-19/+19
|
* Grammar fixes.Alexander Harkness2014-09-101-2/+2
|
* WebAdmin: Added HTTPS instructions when cert / key is missing.Mattes D2014-09-071-0/+1
|
* Added initializers for class members.Mattes D2014-08-212-3/+8
| | | | As reported by Coverity, these weren't initialized.
* Gave names to unnamed enumsarchshift2014-08-111-1/+1
|
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+1
| | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Subdirs: Only add_library if not using MSVCarchshift2014-07-191-1/+3
|
* HTTPServer/CMakeLists.txt: Replaced glob with list of filesarchshift2014-07-191-5/+20
|
* Removed duplicate IPvX labels.madmaxoft2014-07-181-2/+2
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-174-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 instantlyTiger Wang2014-07-041-0/+2
| | | | | * Fixes #272 * Fixes #1150
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Merge branch 'master' into SslWebAdminMattes D2014-05-101-1/+1
|\
| * Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
| |
* | Fixed an extra space.madmaxoft2014-05-061-1/+1
| |
* | WebAdmin outputs a log message about HTTP / HTTPS status.madmaxoft2014-05-021-18/+31
| |
* | Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-014-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.madmaxoft2014-05-014-14/+24
| |
* | Implemented SSL connection for WebAdmin.madmaxoft2014-05-014-2/+191
| | | | | | | | Fixes FS-319.
* | Fixed HTTP message parsing, prepared for SSL.madmaxoft2014-05-012-3/+4
|/
* Cmake generated projects for IDEs include headers in project files.archshift2014-04-251-0/+1
|
* Fixed HTTP chunked encoding.madmaxoft2014-04-071-1/+1
| | | | Fixes #858.
* Merge branch 'master' into HTTPSizeTTycho2014-04-023-2/+4
|\ | | | | | | | | | | | | Conflicts: src/HTTPServer/EnvelopeParser.h src/HTTPServer/HTTPFormParser.h src/HTTPServer/MultipartParser.h
| * Fixed more virtual destructors for interfaces.madmaxoft2014-04-023-0/+9
| |
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-025-9/+12
| |
* | Fixed format string in HTTPConnectionTycho2014-04-021-1/+1
| |
* | Fixed Comparison to -1 in HTTPMessage.hTycho2014-04-021-1/+1
| |
* | Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-0114-83/+90
|/
* Fixed non-virtual destructors warnings.madmaxoft2014-03-281-1/+3
|
* Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-0/+4
|
* 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-184-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.madmaxoft2014-01-071-1/+1
|
* Fixed a few MSVC warnings.madmaxoft2014-01-063-3/+1
|
* Merge branch 'master' into cmakeTycho Bickerstaff2013-12-204-5/+15
|\
| * Fixed warnings in HTTP parser.madmaxoft2013-12-204-5/+15
| |
* | moved HTTPServer to globsTycho Bickerstaff2013-12-191-1/+5
| |
* | more cmakeTycho Bickerstaff2013-12-101-1/+1
| |
* | started work on cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-2414-0/+2567