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