summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libevent to 2.1.12-stablePeter Bell2020-07-061-1/+0
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
| | | * Make our CMake slightly less insane
* Deal with covered switches consistently (#4161)peterbell102018-02-051-0/+4
| | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
* Add the fmt library (#4065)peterbell102018-01-031-2/+3
| | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
|
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-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 D2016-08-241-5/+2
|
* HTTP: Fixed empty headers parsing.Mattes D2016-08-241-1/+12
|
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-0/+4
|
* UrlClient: Basic HTTP implementation.Mattes D2016-08-221-3/+23
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
|
* SelfTests: Fixed HTTPMessageParser tests for out-of-source builds.Mattes D2016-06-181-5/+5
|
* SelfTests: Organized into solution folders.Mattes D2016-06-181-0/+13
|
* WebAdmin uses the new HTTP parser framework.Mattes D2016-03-011-11/+18
|
* HTTP: Fixed response parser, unified API.Mattes D2016-03-011-1/+8
|
* Added unit test for parsing HTTP request.Mattes D2016-03-011-0/+46