summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaTCPLink.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-2/+13
* cTCPLink: Use the original connection hostname for SNI.Mattes D2023-05-191-2/+1
* Auth SSL Fixesx12xx12x2023-05-191-1/+3
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-4/+4
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-245/+25
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-106/+40
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-1/+1
* LuaTCPLink: Report data received via SSL just before connection closed.Mattes D2016-02-211-2/+10
* Fixed Linux compilation.Mattes D2015-02-141-1/+1
* Exported TLS server start on cTCPLink to Lua API.Mattes D2015-02-131-6/+111
* Fixed Linux compilation.Mattes D2015-02-121-1/+1
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-0/+201
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-11/+86
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-0/+229