Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-13 | Added strict static_cast to void * in printf. | Mattes D | 1 | -3/+3 | |
2016-06-18 | SelfTests: Fixed missing override keyword in EchoServer. | Mattes D | 1 | -1/+1 | |
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 | |
Also added an example to the NetworkTest plugin. | |||||
2015-01-27 | Added network termination called at app exit. | Mattes D | 1 | -1/+13 | |
This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | |||||
2015-01-22 | cNetwork: Added link creation callback. | Mattes D | 1 | -8/+30 | |
This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data. | |||||
2015-01-22 | cNetwork: Changed listening API. | Mattes D | 1 | -22/+28 | |
The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback. | |||||
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 | |
The callback receives the error details. | |||||
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 | |