Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-21 | Remove smart pointer macros | peterbell10 | 1 | -1/+1 | |
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 1 | -1/+1 | |
- Added override keyword - Removed inherited member variables | |||||
2016-08-22 | cTCPLink supports TLS out of the box. | Mattes D | 1 | -54/+0 | |
2016-08-13 | Converted cLuaState::cTableRef to use cTrackedRef. | Mattes D | 1 | -8/+5 | |
This makes the table-based callbacks resistent to LuaState unloads and safer to use. | |||||
2015-02-14 | Fixed Linux compilation. | Mattes D | 1 | -1/+1 | |
2015-02-13 | Exported TLS server start on cTCPLink to Lua API. | Mattes D | 1 | -1/+30 | |
2015-02-12 | LuaAPI: Added client TLS support for TCP links. | Mattes D | 1 | -0/+55 | |
2015-02-04 | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 1 | -0/+21 | |
Also added an example to the NetworkTest plugin. | |||||
2015-02-04 | cNetwork: Exported lookup functions to Lua API. | Mattes D | 1 | -2/+1 | |
Also added an example in the NetworkTest plugin. | |||||
2015-02-04 | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 1 | -0/+77 | |