Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Network tests: Fixed clang warnings. | Mattes D | 2015-02-20 | 1 | -1/+1 |
* | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 2015-02-04 | 1 | -0/+1 |
* | Added network termination called at app exit. | Mattes D | 2015-01-27 | 1 | -1/+13 |
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -8/+30 |
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -22/+28 |
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 1 | -2/+2 |
* | cNetwork: Added an OnError callback for listening servers. | Mattes D | 2015-01-22 | 1 | -0/+5 |
* | cNetwork: Implemented connection shutdown and close. | Mattes D | 2015-01-22 | 1 | -1/+15 |
* | cNetwork: Fixed Linux compilation. | Mattes D | 2015-01-22 | 1 | -1/+1 |
* | cNetwork: Implemented link address getting. | Mattes D | 2015-01-22 | 1 | -4/+4 |
* | cNetwork: Implemented basic server functionality. | Mattes D | 2015-01-22 | 1 | -1/+67 |
* | cNetwork: Implemented HostnameToIP lookups. | Mattes D | 2015-01-22 | 1 | -0/+19 |