summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/UrlClientTest.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-19UrlClientTest: Added tests for root CA verification.Mattes D1-1/+207
2023-05-19UrlClientTest: Added timeout to all tests.Mattes D1-4/+20
2023-05-19Auth SSL Fixesx12xx12x1-2/+2
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-4/+4
2019-09-10Fix race condition in UrlClientTestpeterbell101-15/+16
2019-08-26Improved testing framework. (#4376)Mattes D1-21/+9
2018-02-20Fix cUrlClient leak (#4125)peterbell101-5/+19
2017-12-22Fix Travis build (#4101)peterbell101-1/+1
2016-08-22cUrlClient: Refactored callbacks to use UniquePtr.Mattes D1-8/+8
2016-08-22cTCPLink supports TLS out of the box.Mattes D1-13/+92
2016-08-22UrlClient: Basic HTTP implementation.Mattes D1-0/+162