summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/TCPLinkImpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-1/+2
* cTCPLink: Use the original connection hostname for SNI.Mattes D2023-05-191-4/+14
* Auth SSL Fixesx12xx12x2023-05-191-1/+2
* Using Super.Mattes D2020-04-161-1/+2
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-1/+1
* Remove smart pointer macrospeterbell102017-07-211-4/+4
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-0/+75
* Fixed TCP link shutdown.Mattes D2015-02-141-0/+12
* cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D2015-01-231-5/+11
* cNetwork: Added link creation callback.Mattes D2015-01-221-2/+9
* cTCPLinkImpl: Fixed type conversion warning.Mattes D2015-01-221-2/+2
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-0/+109