Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Self tests (#3242) | Mattes D | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | * SelfTests: Added a cEvent stress-test. * cNetwork: Fixed startup event hang. The original code used to hang with a ~ 1:50000 chance, because on Linux the cEvent was destroyed before its "Set()" returned. | ||||
* | cNetwork: Fixed possible hang when terminating immediately after init. | Mattes D | 2016-06-18 | 1 | -0/+8 |
| | |||||
* | Fixed and improved restarting | Tiger Wang | 2015-08-20 | 1 | -5/+6 |
| | | | | | Restarts are now an actual, close-as-possible to application exit+reopen. | ||||
* | NetworkSingleton: LibEvent thread is joined properly on server exit. | Mattes D | 2015-02-18 | 1 | -3/+3 |
| | |||||
* | Added network termination called at app exit. | Mattes D | 2015-01-27 | 1 | -1/+10 |
| | | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | ||||
* | cNetwork: Fixed race conditions with lookups; proper shutdown. | Mattes D | 2015-01-22 | 1 | -27/+17 |
| | |||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -0/+6 |
| | |||||
* | cNetwork: Split cNetworkSingleton to a separate file. | Mattes D | 2015-01-22 | 1 | -0/+138 |