summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_Network.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-22cNetwork: Added EnumLocalIPAddresses() function.Mattes D1-5/+30
2015-02-20cNetwork: Added UDP API.Mattes D1-31/+297
2015-02-13Exported TLS server start on cTCPLink to Lua API.Mattes D1-0/+47
2015-02-13Exported cTCPLink:Close and :Shutdown() to Lua API.Mattes D1-13/+83
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D1-5/+51
2015-02-06APIDump: Added cNetwork documentation.Mattes D1-1/+1
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D1-2/+155
2015-02-04cNetwork: Exported lookup functions to Lua API.Mattes D1-1/+82
2015-02-04cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D1-0/+279