summaryrefslogtreecommitdiffstats
path: root/src/HTTP/UrlClient.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UrlClient: Fixed invalid Content-Length header.Niels Breuker2023-05-191-1/+1
* UrlClient: Fixed blocking request's error return value.Mattes D2023-05-191-3/+12
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-26/+59
* cTCPLink: Use the original connection hostname for SNI.Mattes D2023-05-191-1/+1
* Auth SSL Fixesx12xx12x2023-05-191-17/+116
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-12/+12
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-3/+3
* Using Super.Mattes D2020-04-161-1/+2
* Fix cUrlClient leak (#4125)peterbell102018-02-201-17/+20
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
* Remove smart pointer macrospeterbell102017-07-211-6/+6
* cUrlClient: Refactored callbacks to use UniquePtr.Mattes D2016-08-221-20/+20
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-5/+69
* UrlClient: Basic HTTP implementation.Mattes D2016-08-221-0/+611