summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-15Fix Android builds (#4998)Tiger Wang1-21/+21
2020-07-06Update libevent to 2.1.12-stablePeter Bell1-1/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-6/+1
2018-02-05Deal with covered switches consistently (#4161)peterbell101-0/+4
2018-01-03Add the fmt library (#4065)peterbell101-2/+3
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-2/+2
2016-08-24Fixed type-casting-related warnings.Mattes D1-5/+2
2016-08-24HTTP: Fixed empty headers parsing.Mattes D1-1/+12
2016-08-22cTCPLink supports TLS out of the box.Mattes D1-0/+4
2016-08-22UrlClient: Basic HTTP implementation.Mattes D1-3/+23
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-06-18SelfTests: Fixed HTTPMessageParser tests for out-of-source builds.Mattes D1-5/+5
2016-06-18SelfTests: Organized into solution folders.Mattes D1-0/+13
2016-03-01WebAdmin uses the new HTTP parser framework.Mattes D1-11/+18
2016-03-01HTTP: Fixed response parser, unified API.Mattes D1-1/+8
2016-03-01Added unit test for parsing HTTP request.Mattes D1-0/+46