Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed UTF-8 BOM (#4033) | Lukas Pioch | 2017-09-19 | 4 | -4/+4 |
| | |||||
* | Fix switch warnings (#4013) | peterbell10 | 2017-09-14 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | * Fix switch warnings * Fix a variety of -Wswitch and -Wswitch-enum warnings * Remove unneeded -Wno-error flags * Reorganise some eMonsterType switches * Alpha sort eMonsterType cases in WriteMobMetadata and in cNBTChunkSerializer::AddMonsterEntity * List all mob types in protocol 1.12 and NBTChunkSerializer * cStructGenTrees::GetNumTrees: remove switch default * cWSSAnvil::LoadOldMinecartFromNBT: Log unhandled minecart type | ||||
* | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 5 | -38/+41 |
| | | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target | ||||
* | Removed unneeded includes (#3902) | Lukas Pioch | 2017-08-06 | 2 | -2/+0 |
| | |||||
* | Removed unused forward declarations (#3888) | Lukas Pioch | 2017-08-03 | 1 | -2/+0 |
| | |||||
* | Removed double includes (#3885) | Lukas Pioch | 2017-08-02 | 2 | -2/+0 |
| | |||||
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 4 | -9/+9 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 2 | -2/+2 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Refactored to put URL Encoding / Decoding in a single place. (#3491) | Mattes D | 2016-12-25 | 1 | -2/+11 |
| | |||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -1/+0 |
| | |||||
* | HTTP: Fixed empty headers parsing. | Mattes D | 2016-08-24 | 1 | -1/+8 |
| | |||||
* | cUrlClient: Refactored callbacks to use UniquePtr. | Mattes D | 2016-08-22 | 2 | -24/+25 |
| | |||||
* | cTCPLink supports TLS out of the box. | Mattes D | 2016-08-22 | 2 | -14/+88 |
| | |||||
* | UrlClient: Basic HTTP implementation. | Mattes D | 2016-08-22 | 4 | -1/+756 |
| | |||||
* | WebAdmin: Report opened ports. (#3333) | Mattes D | 2016-08-21 | 1 | -2/+16 |
| | |||||
* | Fixed RasPi builds of unit tests. | Mattes D | 2016-08-04 | 1 | -1/+3 |
| | | | | | On RasPi with gcc 4.8.2, the asserts wouldn't compile when tests were enabled. Enforced the assumption that ASSERT code is generated only in Debug builds. | ||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | HTTP: Added missing HasAuth flag initialization. | Mattes D | 2016-03-11 | 1 | -1/+2 |
| | |||||
* | HTTP: Fixed header parsing. | Mattes D | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | HTTP: Fixed typos and bad leftovers. | Mattes D | 2016-03-01 | 3 | -3/+4 |
| | |||||
* | Renamed HTTPResponse to HTTPOutgoingResponse. | Mattes D | 2016-03-01 | 5 | -10/+9 |
| | |||||
* | WebAdmin uses the new HTTP parser framework. | Mattes D | 2016-03-01 | 14 | -797/+521 |
| | |||||
* | HTTP: Fixed response parser, unified API. | Mattes D | 2016-03-01 | 4 | -16/+22 |
| | |||||
* | Fixed HTTP parsing when in insecure mode. | Mattes D | 2016-03-01 | 1 | -2/+6 |
| | | | | | Parsing would ignore the size of data already buffered, resulting in bad_alloc exception. Fixes #2898. | ||||
* | Renamed HTTPServer folder to HTTP. | Mattes D | 2016-03-01 | 25 | -0/+3962 |
It contains client code as well. |