summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaTCPLink.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-13Converted cLuaState::cTableRef to use cTrackedRef.Mattes D1-106/+40
This makes the table-based callbacks resistent to LuaState unloads and safer to use.
2016-06-27LuaState: Implemented proper locking for cCallback.Mattes D1-1/+1
2016-02-21LuaTCPLink: Report data received via SSL just before connection closed.Mattes D1-2/+10
2015-02-14Fixed Linux compilation.Mattes D1-1/+1
2015-02-13Exported TLS server start on cTCPLink to Lua API.Mattes D1-6/+111
2015-02-12Fixed Linux compilation.Mattes D1-1/+1
std::make_unique is not available in C++11.
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D1-0/+201
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D1-11/+86
Also added an example to the NetworkTest plugin.
2015-02-04cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D1-0/+229