summaryrefslogtreecommitdiffstats
path: root/src/HTTP/UrlClient.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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