Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed double includes (#3885) | Lukas Pioch | 2017-08-02 | 1 | -1/+0 |
| | |||||
* | cNetwork bindings: Use ApiParamError and CheckParam(Static)Self. | Mattes D | 2017-06-26 | 1 | -226/+91 |
| | |||||
* | cUrlClient: Exported to Lua API. | Mattes D | 2016-08-23 | 1 | -0/+334 |
| | |||||
* | cLuaState: Added direct support for pushing a nil constant. | Mattes D | 2016-08-22 | 1 | -4/+3 |
| | |||||
* | Converted cLuaState::cTableRef to use cTrackedRef. | Mattes D | 2016-08-13 | 1 | -58/+63 |
| | | | | This makes the table-based callbacks resistent to LuaState unloads and safer to use. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -22/+22 |
| | |||||
* | Fixed warning regarding an uninitialized value | Julian Laubstein | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed bindings for cTCPLink:StartTLSClient(). | Mattes D | 2015-10-08 | 1 | -12/+2 |
| | | | | The bindings used to enforce client cert, now it's optional. | ||||
* | Some warning fixes | Julian Laubstein | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | Fix comments | tycho | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Added LuaState support for all integral types | tycho | 2015-05-19 | 1 | -4/+3 |
| | | | | All so added error handling for out of range values | ||||
* | Moved cWorld manual bindings out into a separate file. | Mattes D | 2015-05-13 | 1 | -11/+11 |
| | |||||
* | cNetwork: Added EnumLocalIPAddresses() function. | Mattes D | 2015-02-22 | 1 | -5/+30 |
| | |||||
* | cNetwork: Added UDP API. | Mattes D | 2015-02-20 | 1 | -31/+297 |
| | |||||
* | Exported TLS server start on cTCPLink to Lua API. | Mattes D | 2015-02-13 | 1 | -0/+47 |
| | |||||
* | Exported cTCPLink:Close and :Shutdown() to Lua API. | Mattes D | 2015-02-13 | 1 | -13/+83 |
| | |||||
* | LuaAPI: Added client TLS support for TCP links. | Mattes D | 2015-02-12 | 1 | -5/+51 |
| | |||||
* | APIDump: Added cNetwork documentation. | Mattes D | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 2015-02-04 | 1 | -2/+155 |
| | | | | Also added an example to the NetworkTest plugin. | ||||
* | cNetwork: Exported lookup functions to Lua API. | Mattes D | 2015-02-04 | 1 | -1/+82 |
| | | | | Also added an example in the NetworkTest plugin. | ||||
* | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 2015-02-04 | 1 | -0/+279 |