Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed UTF-8 BOM (#4033) | Lukas Pioch | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -5/+2 |
| | |||||
* | HTTP: Fixed empty headers parsing. | Mattes D | 2016-08-24 | 1 | -1/+12 |
| | |||||
* | cTCPLink supports TLS out of the box. | Mattes D | 2016-08-22 | 1 | -0/+4 |
| | |||||
* | UrlClient: Basic HTTP implementation. | Mattes D | 2016-08-22 | 1 | -3/+23 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | SelfTests: Fixed HTTPMessageParser tests for out-of-source builds. | Mattes D | 2016-06-18 | 1 | -5/+5 |
| | |||||
* | SelfTests: Organized into solution folders. | Mattes D | 2016-06-18 | 1 | -0/+13 |
| | |||||
* | WebAdmin uses the new HTTP parser framework. | Mattes D | 2016-03-01 | 1 | -11/+18 |
| | |||||
* | HTTP: Fixed response parser, unified API. | Mattes D | 2016-03-01 | 1 | -1/+8 |
| | |||||
* | Added unit test for parsing HTTP request. | Mattes D | 2016-03-01 | 1 | -0/+46 |