summaryrefslogtreecommitdiffstats
path: root/tests/HTTP (follow)
Commit message (Expand)AuthorAgeFilesLines
* UrlClientTest: Added tests for root CA verification.Mattes D2023-05-191-1/+207
* UrlClientTest: Added timeout to all tests.Mattes D2023-05-191-4/+20
* Auth SSL Fixesx12xx12x2023-05-191-2/+2
* Fix Android builds (#4998)Tiger Wang2020-10-151-21/+21
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-4/+4
* Update libevent to 2.1.12-stablePeter Bell2020-07-061-1/+0
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
* Fix race condition in UrlClientTestpeterbell102019-09-101-15/+16
* Improved testing framework. (#4376)Mattes D2019-08-261-21/+9
* Fix cUrlClient leak (#4125)peterbell102018-02-201-5/+19
* Deal with covered switches consistently (#4161)peterbell102018-02-051-0/+4
* Add the fmt library (#4065)peterbell102018-01-031-2/+3
* Fix Travis build (#4101)peterbell102017-12-221-1/+1
* 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-244-1/+17
* cUrlClient: Refactored callbacks to use UniquePtr.Mattes D2016-08-221-8/+8
* cTCPLink supports TLS out of the box.Mattes D2016-08-222-13/+96
* UrlClient: Basic HTTP implementation.Mattes D2016-08-222-3/+185
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
* SelfTests: Print a quick message on test start.Mattes D2016-06-181-1/+1
* 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-016-11/+333
* HTTP: Fixed response parser, unified API.Mattes D2016-03-012-6/+13
* Added unit test for parsing HTTP request.Mattes D2016-03-014-0/+223