summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Android builds (#4998)Tiger Wang2020-10-151-21/+21
* Update libevent to 2.1.12-stablePeter Bell2020-07-061-1/+0
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
* Deal with covered switches consistently (#4161)peterbell102018-02-051-0/+4
* Add the fmt library (#4065)peterbell102018-01-031-2/+3
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
* 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