Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SelfTests: Print a quick message on test start. | Mattes D | 2016-06-18 | 1 | -0/+3 |
| | |||||
* | Fixed and improved restarting | Tiger Wang | 2015-08-20 | 1 | -0/+1 |
| | | | | | Restarts are now an actual, close-as-possible to application exit+reopen. | ||||
* | Network tests: Fixed clang warnings. | Mattes D | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Added network termination called at app exit. | Mattes D | 2015-01-27 | 1 | -1/+14 |
| | | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | ||||
* | cNetwork: Renamed callback to OnConnected() | Mattes D | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -3/+18 |
| | | | | This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data. | ||||
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 1 | -4/+4 |
| | |||||
* | cNetwork: Fixed race conditions with lookups; proper shutdown. | Mattes D | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | cNetwork: Implemented HostnameToIP lookups. | Mattes D | 2015-01-22 | 1 | -3/+20 |
| | |||||
* | Extracted Google connection test | Tycho | 2015-01-22 | 1 | -0/+85 |